Beginner here looking to start with python because manual backtesting like I have been doing is just simply too inefficient.
I wanted to construct some basic parameters to test something like buy when the OHLC of the bar is completely below a lower Keltner Channel. Exit after 1 day, 2 day, 5 days, 10 days and 20 days.
Would it be possible to construct these type of strategies in python and view the results in returns of BPS?
Sorry if this is way to simple, I just want to make sure before I put in this time to learn python I can get what I am looking for.
Any other suggestions on easier ways to do this I would appreciate it.
Thanks!
I wanted to construct some basic parameters to test something like buy when the OHLC of the bar is completely below a lower Keltner Channel. Exit after 1 day, 2 day, 5 days, 10 days and 20 days.
Would it be possible to construct these type of strategies in python and view the results in returns of BPS?
Sorry if this is way to simple, I just want to make sure before I put in this time to learn python I can get what I am looking for.
Any other suggestions on easier ways to do this I would appreciate it.
Thanks!