I'm using NT7.
I have a function producing binary signals on each bar. This is converted to a data series, say ds1, which works well.
I wish to have another data series that holds only the positive values, i.e. if (ds1[index] == 1) ds2.Set(ds1), as well as another data series that holds the Close values when ds1(index) == 1.
please advice, tnx, bkool
Comment