Hello!
Is there a why to debug the strategy code? I only found GRAPH to display variables from a Strategy code?
Is it possible to write variables/data to a text log file?
Thank you!
No, it’s not possible to deal with external data.
You can only debug using GRAPH for any value and GRAPHONPRICE for values for which you don’t want to use Graph and that can be plotted ON the price chart (like a price such as TP and SL, or an average).