Topics
Replies
ATBIN-ROBOT
16 Jul 2024, 05:33
RE: RE: M1 Backtest vs Tick
firemyst said:
ATBIN-ROBOT said:
All my bots have this problem and I think the reason is tick data.
Can trades with m1 open/close profitable settings be profitable and reliable?
Depends on your strategy and how it's implemented.
Can you explain more please?
@ATBIN-ROBOT
ATBIN-ROBOT
15 Jul 2024, 17:38
( Updated at: 15 Jul 2024, 17:39 )
All my bots have this problem and I think the reason is tick data.
Can trades with m1 open/close profitable settings be profitable and reliable?
@ATBIN-ROBOT
ATBIN-ROBOT
15 Jul 2024, 17:31
RE: M1 Backtest vs Tick
firemyst said:
The reason is you're probably running M1 based on candle closed/open as opposed to tick data?
Yes , im using open/close M1 and OnBar() function in robot.
What function do you think I should use? OnTick()?
@ATBIN-ROBOT
ATBIN-ROBOT
21 Apr 2016, 19:09
tanks alot all
my problem solved
install .net framework 4 runtime update.
@ATBIN-ROBOT
ATBIN-ROBOT
21 Apr 2016, 05:57
i think calgo update only work with .net framework 4.6 , realy?
@ATBIN-ROBOT
ATBIN-ROBOT
22 Jan 2016, 07:20
Partial close
/forum/calgo-support/4509
not supported yet?
@ATBIN-ROBOT
ATBIN-ROBOT
16 Jul 2024, 07:45
Thank you for the guidance
My strategy places 5-minute orders with the closing of the candle, the same strategy is great with the m1 backtest, but it is awkward with the tick. I can't make much change in order placement because my decision starts when the candle closes in 5 minutes
@ATBIN-ROBOT