1)
lets say my dataseries for the current strategy is minute based and at 1 for 1min
I now wanna use the optimizer for that 1 value, meaning that i can check the performance of the strategy on lets say 1-10 minute timeframe, without having to chance the dataseries manually. but the DataSeries isnt open for optimisation per default.
I was thinking, if there is a way to have a variable that sets the dataseries value, i could then add it to properties and that way optimize it.
The second thing I want to do, which is kinda in the same category, is having a value based on my dataseriesvalue. so if the dataseries is pricebased like range bars for example, I could use the value of the range bar to determine the size of various variables for my strategy without having to adjust them manually.
for example lets say I need the gap between 2 moving av.s to be 10 pips on 20 range bar chart. ofc if im moving down to 5 rangebar this value would be greatly too big and would need to be adjusted to 2,5. if I would have the chance to output the dataseries value somehow, I would be able to just say gap=0,5*dataseriesvalue.
any ideas
thanks anyway

Comment