I am trying to add a column for both High and low for every trade that my 'explore' finds. I want to export 6-8 custom variables to a csv file thats why im using explore and not backtest
results == 3 columns... of the stats in that range between buy/short and sell/cover trigger 1) highest high of the bars in the range between the buy/short signal and the sell/cover signal 2) lowest low of the bars in the range between the buy/short signal and the sell/cover signal I have tried a few simplistic approaches x=highestsince(buy,h,1) being one but only get the high at the bar not for the entire range of bars ANy Help would be appreciated...
