Join our fan page
- Views:
- 4269
- Rating:
- Published:
- 2018.06.18 10:18
- Updated:
- 2023.03.29 13:48
-
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

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).

A trading system based on the signals of indicator AverageChangeCandle.

Dynamic managing the lot size depending on the balance.

A moving average using double LWMA-averaging and implemented in color.