Can I plot a variable as a graph line ?
-
Can I see my custom variable as a line / graph (similar looking to a moving average for example), that stays on the chart?
I currently see the live values as numbers, but would be great to see the whole history, as I'm looking to see the lowest value during a backtest.
Thank you.
-
You can create another variable storing that minimum value and visualize it as you can see your current variable.