MQL5 Wizard – GANN HiLo Signal – library MetaTrader 5

MQL5 Wizard - GANN HiLo Signal - library for MetaTrader 5
Signal based on the indicator Gann Hilo. There are three operating modes: trigger, continuous and both. In trigger mode, the signal will be generated only when the price crosses the indicator or when there is a piercing. The rest of the time there will be no signals. In the continuous mode, the signal is always … Read more

MQL5 Wizard MACD Parabolic SAR – EA MetaTrader 5

MQL5 Wizard MACD Parabolic SAR tester
The MQL5 Wizard MACD Parabolic SAR Expert Advisor has been created using the MQL5 Wizard, on the basis of MACD (Moving Average Convergence/Divergence) signals and the Parabolic SAR trend indicator. The Expert Advisor only works at the moment of new bar emergence: //+——————————————————————+//| Inputs                                                           |//+——————————————————————+//— inputs for expertinput string             Expert_Title            =“MQL5 Wizard MACD”; // Document nameulong                    Expert_MagicNumber      =756;                // … Read more

MQL5 Wizard MA RSI – EA MetaTrader 5

MQL5 Wizard MA RSI tester
The “MQL5 Wizard MA RSI” Expert Advisor has been generated using the MQL5 Wizard based on the signals of the trend MA (Moving Average) indicator and of the RSI (Relative Strength Index) oscillator. The Expert Advisor only works at moment of new bar emergence: //— inputs for expertinput string             Expert_Title         =“MQL5 Wizard MA RSI”; // … Read more

Trade signal based on PullBack and Candle (for MQL5 Wizard) – library MetaTrader 5

Long open and close.
This EA will make a trade based on “Pull Back and Candle Action”. Candle action part used “acandlepatterns.mqh” provided by MetaQuotes. This program was very useful for improving the entry accuracy. Thank you. I added the mq5 file that was automatically generated just in case, but you do not have to use it by force. … Read more