james malone / Publications
Forum
how to color a specific candle given certain criteria?
In my ea, i need to color a specific candle should it meet certain criteria. I have basic understanding of mql5. I have written the following and feel like i'm either not understanding something here or making a mistake. In the OnTick() section... double close[]; ArraySetAsSeries (close, true );