For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Best period
-
After a lots of research in articles about back test languages and frameworks on datas I found that backtrader could help me, but I don't know that yet it could help me to found what I want or what ...
The question is:
How can I found the best period in indicators ...
For example I want to realize that what is the best period in RSI indicator in range of 14 and 20
Can I run several times cerebro.run ?
Please lets discuss about it I'm new in backtrader and I got confused to using backtrader ... -
You will need to do optimization. Check out Docs - Quickstart Guide for better understanding of
bt
capabilities. -
Thanks a lot
I got my answer.