Could you give me a hint on how I can cumulate a value/values (ei close) for a specific number of bars (across session boundaries) to be stored in a variable and plotted!?
Edit: Would that simply be "double cumval=Close[0]+ Close[1]+ Close[2]+ Close[3]+..."
...or is there a more convenient way if I wanted to include the last ~200 bars?
Thanks!

Comment