Backtesting different results

Created at 09 Sep 2024, 18:38
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
KR

kristoffer.aga

Joined 14.06.2024

Backtesting different results
09 Sep 2024, 18:38


Hello! So I’ve built a really effective trading strategy that works really well in backtesting on m1 open prices from server when it’s on non visual mode, but when I switch it to visual mode or change it to tick data instead the bot just looses everything. Is it possible to change a setting so that my cTrader bot always uses m1 data open prices instead of tick data in live trading?


@kristoffer.aga
Replies

firemyst
10 Sep 2024, 06:27 ( Updated at: 10 Sep 2024, 07:54 )

It is if you're using a bot. 

You would just have your bot execute it's logic on every new bar (OnBar) instead of every tick (OnTick)


@firemyst