CycleMarketOrder(GRID TRADE CODE) – EA MetaTrader 4

CycleMarketOrder Image
Description: This Expert Advisor is for the grid trade. Market order is repeated in a single direction at fixed intervals.  Examples For USDJPY: If you set maxPrice = 115, grid trade is executed In the range of 115 to 105 yen. For EURUSD: If you set maxPrice = 1.15, trap trade is executed In the … Read more

Code for counting open orders by Order Type individually – EA MetaTrader 4

Code for counting open orders by Order Type individually - expert for MetaTrader 4
It is common for Expert Advisor developers to face the challenge of making the robot capable of opening and administering more than one order at the same time. For that, there needs to be a way to recognize the total open orders running and also each one of them by type. With that in mind, … Read more

Moving average code for beginners by William210 – indicator MetaTrader 5

Moving average beginner tutorial - Terminal
Good morning. All codes, all functions have examples in the official documentation if you want. I wanted to rewrite simpler code, easier to reuse Whether starting out in coding, or need a basic code to evolve quickly, it should help you, as it helps me with my own codes Leave a comment to tell me which one … Read more

Rsi code for beginners by William210 – indicator MetaTrader 5

Rsi Terminal Mql5
Good morning. All codes, all functions have examples in the official documentation if you want. I wanted to rewrite simpler code, easier to reuse Whether starting out in coding, or need a basic code to evolve quickly, it should help you, as it helps me with my own codes Leave a comment to tell me which one … Read more

Bands Bollinger code for beginners by William210 – indicator MetaTrader 5

Bands Bollinger Mql5 by William210 - Terminal
Good morning. All codes, all functions have examples in the official documentation if you want. I wanted to rewrite simpler code, easier to reuse Whether starting out in coding, or need a basic code to evolve quickly, it should help you, as it helps me with my own codes Leave a comment to tell me which one … Read more

MACD code for beginners by William210 – indicator MetaTrader 5

MACD Beginner tutorial - Terminal
Good morning. All codes, all functions have examples in the official documentation if you want. I wanted to rewrite simpler code, easier to reuse Whether starting out in coding, or need a basic code to evolve quickly, it should help you, as it helps me with my own codes Leave a comment to tell me which one … Read more

Ichimoku code for beginners by William210 – indicator MetaTrader 5

Ihimoku beginner tutorial - Terminal
Good morning. All codes, all functions have examples in the official documentation if you want. I wanted to rewrite simpler code, easier to reuse Whether starting out in coding, or need a basic code to evolve quickly, it should help you, as it helps me with my own codes Leave a comment to tell me which one … Read more

Momentum code for beginners by William210 – indicator MetaTrader 5

Momentum beginner tutorial - Terminal
Hello  How are the trades going? If you have trouble using the iMomentum()  function and getting a valid Momentum in your codes, look no further!  I offer you a simple and easy-to-understand code that includes basic concepts, minimal functional code and good learning practices.  It can also serve as a code base to evolve it … Read more