Hello friends!
I'm currently testing/evaluating the bot and doing some trading in paper mode.
It's not easy to understand what's going on by just reading the console output.
So I thought that a chart with the following properties could really be useful in order to understand (and later tune) the performance of a given strategy:
I did notice that the simulator can generate a chart with 1 and 3. But I also understood from other issues that the results of the simulator don't represent the results of live trading.
My questions are:
An HTML file is generated after a SIM, that gives you exactly what you're asking for here.
I mean, something like this, but for live/paper mode.
@deviavir as I understand the default charting app (techan?) is very limited, generating ema from its own prewritten algorithms. It would be much more convient to for the charting app to read the indicator .period data. This would be very easy to implement but is currently beyond my programming skill.. time to enter the 36 chambers and skill up I suppose
Most helpful comment
@deviavir as I understand the default charting app (techan?) is very limited, generating ema from its own prewritten algorithms. It would be much more convient to for the charting app to read the indicator .period data. This would be very easy to implement but is currently beyond my programming skill.. time to enter the 36 chambers and skill up I suppose