Candels High Open – indicator MetaTrader 5
The entire chain: SignalCandelsHighOpen indicator signal module, the EA based on the signals module — CandelsHighOpen. If the last three bars (the zero bar is not considered) are rising: (high[i+1]>high[i+2] && high[i+2]>high[i+3] && high[i+3]>high[i+4] && open[i+1]>open[i+2] && open[i+2]>open[i+3] && open[i+3]>open[i+4]) means the indicator generates the “+1” signal. If the last three … Read more