How do yo overlap a graph why the capture?
Thanks!
Hi!
You can add an indicator into the equity curve (check screenshot)
Hello, how do you put the asset price graph in a backtest like in the screenshot?
Try … Add Indicator > Price.
JSParticipant
Senior
Graph:
Instruction to display the historical values of ProBacktest variables on charts. It can be used many times in the same ProBacktest strategy, all values will be displayed on the same/separate window chart…
GraphOnPrice:
The GraphOnPrice instruction lets you display the values of variables you use in your ProBacktest program at the close of each bar on the price chart…
Print:
The Print instruction is used to display the variable value for each candle in a table.
Like the Graph and GraphOnPrice instructions it is intended to help debugging…