Unisciti alla nostra fan page
- Visualizzazioni:
- 4270
- Valutazioni:
- Pubblicato:
- 2018.06.18 10:18
- Aggiornato:
- 2023.03.29 13:48
-
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a 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
Tradotto dal russo da MetaQuotes Ltd.
Codice originale 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.