Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Indicators

Bear_Bulls_Power_Period_Candle - indicator for MetaTrader 5

Views:
3572
Rating:
(9)
Published:
2018.07.13 15:24
Updated:
2023.03.29 13:48
\MQL5\Include\
Need a robot or indicator based on this code? Order it on Freelance Go to 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

Fig 1. Bear_Bulls_Power_Period_Candle

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/21195

Exp_NRTR_Duplex Exp_NRTR_Duplex

Two identical trading systems (for long and short positions) based on the signals of indicator NRTR, which can be differently configured within one EA.

XPeriodCandleSystem XPeriodCandleSystem

Indicator XPeriodCandle supplemented by Bollinger Bands, based on their candlesticks, and indicating with the bright candlestick color if the candlesticks go beyond the bands.

Alexav D1 Profit GBPUSD Alexav D1 Profit GBPUSD

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_AbsolutelyNoLagLwma Exp_BrainTrend2_AbsolutelyNoLagLwma

Two independent trading systems using indicators BrainTrend2 and AbsolutelyNoLagLWMA within one EA.