Join our fan page
- Views:
- 4759
- Rating:
- Published:
- Updated:
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
A semaphore signal indicator using the algorithm of indicator 2XMA_Ichimoku_Oscillator.
The indicator uses the SmoothAlgorithms.mqh library classes (copy them to <terminal_data_directory>\MQL5\Include). The classes were described in detail in the Averaging Price Series for Intermediate Calculations Without Using Additional Buffers article.

Fig.1. Indicator 2XMA_Ichimoku_Signal
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/20757
Bands 2
A trading system based on indicator iBands (Bollinger Bands, BB). Placing pending Buy Stop and Sell Stop within a specified time interval (from XX o'clock to YY o'clock).
Exp_AverageChangeCandle
A trading system based on the signals of indicator AverageChangeCandle.
Martingale
Dynamic managing the lot size depending on the balance.
AbsolutelyNoLagLWMA
A moving average using double LWMA-averaging and implemented in color.