fuzzy_ltl / Publications
Forum
Indicator stops after a bit.
I've written an indicator that displays a signal in a separate window, but it's only displaying for a few hundred bars and then it just stops. Here's my code: int OnInit () { SetIndexBuffer ( 0 , Buffer, INDICATOR_DATA ); ArraySetAsSeries (Buffer, true ); return ( 0 ); } int OnCalculate (