logs from backtesting code

Forums ProRealTime English forum ProBuilder support logs from backtesting code

Viewing 3 posts - 1 through 3 (of 3 total)
  • #8203

    Is there a way to generate logs from the backtesting code I run.

    For example I am calculating a variable (in my backtesting code) which is a average range of last 5 days, can I log the value of this, to see if it’s calculated correctly?

    #8205

    You have 2 options:

    1/ create an indicator you can add on chart when you are backtesting

    2/ use the GRAPH instruction in your Probacktest code, to draw your variable value on chart

    #8780

    Perfect thanks Nicolas

Viewing 3 posts - 1 through 3 (of 3 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login