The MT4, EA, Forex, and MQL4 programming disciplines are strengths of our highly qualified staff. Count on us to meet your needs for developing forex trading strategies.
The purposes of starting this thread is that I think forex trading are very dynamics and can be complex at times. Traders need to learn and update themselves to be able to excel in the market. Therefore, it is important to share knowledge and learn from others at the same time. In this...
New article Payments and payment methods is published: MQL5.community built-in services offer great opportunities both to MQL5 developers and ordinary traders with no programming skills. But all these features can't be implemented without in-house secure payment system, that provides a convenient ...
What is MQL5 Wizard : The MetaTrader 5 Trading Platform includes the MQL5 Wizard , which allows to quickly generate code of an Expert Advisor (Expert Advisor builder). With MQL5 Wizard, knowledge of programming languages is no longer a prerequisite for creating trading robots . In the past, it...
. It also evaluates the average pip movement and spread over a specified time interval (CHECK_SECONDS). The EA dynamically tracks price changes and spread values, printing the results in the terminal and displaying them on the chart using the Comment() function. This helps traders gauge market...
Signals:when wma5 changes its slope place the entry.Wait for the pull back to ema21.If it crosses through it then be patient and exit on next change of slope.If it is repulsed then exit as soon as possible preferably with some profit.Repeat the process again on change of slope. ...
MQL5 Programming for TradersTrading automationCreating Expert AdvisorsDeal properties Expert Advisors main event: OnTick Basic principles and concepts: order, deal, and position Types of trading operations Order types Order execution modes by price and volume ...
MQL5 Programming for TradersCreating application programsTimeseriesSymbols and timeframes Symbols and timeframes Technical aspects of timeseries organization and storage Getting characteristics of price arrays Number of available bars (Bars/iBars) Search bar index by time (iBarShift) ...
We've already tried totest indicatorsin visual mode. However, the set of testing parameters is limited for indicators. When developing Expert Advisors, we will have access to the full range of tester capabilities. In addition, we will be introduced to a new form of market information: theDept...
Next, we call the functionprocessfor any value cast to ENUM_APPLIED_PRICE (or a variable of that type) and get the following result: ENUM_APPLIED_PRICE Count=7 0 PRICE_CLOSE=1 1 PRICE_OPEN=2 2 PRICE_HIGH=3 3 PRICE_LOW=4 4 PRICE_MEDIAN=5 ...