Unisciti alla nostra fan page
Bear_Bulls_Power_Period_Candle - indicatore per MetaTrader 5
- Visualizzazioni:
- 3897
- Valutazioni:
- Pubblicato:
- 2018.07.13 15:24
- Aggiornato:
- 2023.03.29 13:48
- Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance
Synthetic Japanese candlesticks over the period defined in the indicator settings, calculating on each bar, based on the Bear_Bulls_Power_Candle indicator candlesticks.
Growing candlesticks are made in green colors, while falling candlesticks are in red ones. Growing candlesticks, the close prices of which have grown as compared to the preceding candlesticks, are bright. The color for falling close prices is pale. Falling candlesticks with falling close prices are bright red, those with the growing ones are pale red.
The indicator uses the SmoothAlgorithms.mqh library classes. Working with them was described in details in article Averaging Price Series for Intermediate Calculations Without Using Additional Buffers.
Fig 1. Bear_Bulls_Power_Period_Candle
Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/21195
Two identical trading systems (for long and short positions) based on the signals of indicator NRTR, which can be differently configured within one EA.
XPeriodCandleSystemIndicator XPeriodCandle supplemented by Bollinger Bands, based on their candlesticks, and indicating with the bright candlestick color if the candlesticks go beyond the bands.
The Expert Advisor places four positions with different Take Profit levels per time. As soon as one Take Profit triggers, the other positions will be moved to breakeven.
Exp_BrainTrend2_AbsolutelyNoLagLwmaTwo independent trading systems using indicators BrainTrend2 and AbsolutelyNoLagLWMA within one EA.