Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Question about OnBarUpdate of Strategy
Collapse
X
-
Question about OnBarUpdate of Strategy
In a strategy, the OnBarUpdate method is read on every tick or on bar close? I have the CalculateOnBarClose variable set to true on initializebut it does not exit where I want to. The way I have it set up is to read on bar close and compare to the open price. If the change is N number of points then exit. But I think it is executing before like if it was reading ticks. In simulation it does run as it should.Tags: None
-
Well, what I was trying to say is that I programmed my strategy to enter at certain point and to exit when it reaches certain number of points gained/lost. Now, it has to happen after the bar closes; it checks where it closed and if it has reached either point of profit/loss or more then fires the order. It is not happening like that though. It is reaching the profit point in the middle of a bar and firing the order there; but not after the bar has closed.
In any case, I'll try that and see the time stamp.
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
67 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
150 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
162 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
99 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
286 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Comment