Execution of order

Created at 06 Feb 2013, 16: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!
supafly's avatar

supafly

Joined 26.12.2012

Execution of order
06 Feb 2013, 16:38


I have noticed that the robot does not create some trades when running live but does create the missing ones during back testing. Does calgo have any inefficiencies? Would it be better to use OnTick so no trades will be missed?

Thanks

 


@supafly
Replies

admin
07 Feb 2013, 09:56

Hello,

Did you backtest with the same period with which you tested live? We need some more information to investigate this.  If you wish to either share your code with us so that we can test or describe the logic by which the robot is executing a trade you may post it here or email us at engage@ctrader.com.
Using OnTick as opposed to OnBar will execute on each tick instead of the beginning of the new trendbar. Depending on the logic that you use it may be required that you use the OnTick in order not to miss any trades but it is not possible to say for sure without knowing more.


@admin