Lets say I used backtesting.py and my algo is Great how would I make this in the real world #827
Replies: 2 comments 1 reply
-
thats a good question.. in the same boat.. need to see how to translate SL and TP orders into real world orders with the broker.. |
Beta Was this translation helpful? Give feedback.
-
Current progress is as far as #81 (i.e. stale). So you'd have to rewrite the logic for trading and accept minor deviations in results, relative to the quality of your model. With brokers, SL-TP order pair is represented as OCO orders, e.g.: |
Beta Was this translation helpful? Give feedback.
-
A quote I see in this community a lot is "The best Algorithm implemented in the wrong way is worthless". My concern at the moment is even when I get an algorithm that is very profitable making a new program to trade that does match my backtest 100% will not perform the same. Is there a way to retrofit the backtesting class to use it in live trading?
Beta Was this translation helpful? Give feedback.
All reactions