Thank you guys super helpful!
For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
G
Latest posts made by gionno
-
Fixed Commission Amount
Hello,
is there a way to set the commission per movement to a fixed amount?
E.g. My broker charges 10€ for orders of less of 10k€ and 20€ for larger ones.I did not manage to implement this after reading the documentation.
-
Plot in multiple figures
Dear all,
I am struggling to understand how I can plot different data in different figures.
I am running my strategy on n equities/data series and I would like to be able to visually check the data and the indicators individually after the backtest has completed.
If I plot more than 2-3 data series on the same figure, everything gets too crowded.Is there a way to split them in different figures?
If not, how could one work around this?Thank you.