Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Incorrect position is displayed in live mode (Rithmic)
Collapse
X
-
Incorrect position is displayed in live mode (Rithmic)
Hello, I have raised the topic before, but can no longer find the post ;-) the problem is that when used with Live Rithmic Datafeed, an incorrect position is displayed and therefore the account synchronization is not correct! The problem should be fixed immediately and as soon as possible, or do I see it wrong? These incorrectly displayed statements are not only disturbing and misleading, but I can also use "Position.MarketPosition" not properly in my strategy.
-
Hello sidlercom80,
Thank you for your post.
Rithmic connections through NinjaTrader do not have a guaranteed order for OnOrderUpdate/OnExecutionUpdate/OnPositionUpdate events, and the Control Center relies mostly on Position updates to update fields in the Control Center. As such, this is an expected limitation with Rithmic connections through NinjaTrader.
A workaround could be to have the strategy display the strategy position on your chart so it is visible. This could be done using OnExecutionUpdate to use Draw.TextFixed to report the current strategy position. The strategy position is updated from executions and is updated as soon as OnExecutionUpdate is called.
We do have an open feature request identified as SFT-3467, "Improve ordering of Position Update events with Rithmic connections", that we have added your vote to.
Let us know if we may assist further.Last edited by NinjaTrader_BrandonH; 05-12-2021, 01:06 PM.<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
-
Hello _BrandonH, best thanks for your answer, that's exactly what I meant ;-) In my opinion, this should be rectified immediately and not vote for it first! Under certain circumstances, such a situation can be misinterpreted, and a false unintentional order could be set, which rightly would not need it. For me absolutely a safety risk!
What could such a solution look like in the OnExecution() method? If there is an example, then I could temporarily solve it until it is done correctly.
Comment
-
Hello sidlercom80,
Thank you for your note.
'marketPositon' could be used in OnExecutionUpdate to get the position of a strategy.
See the attached modified version of SampleOnOrderUpdate which draws the position from OnExecutionUpdate in the top left corner of a chart.
Also, see the help guide documentation below for more information.
OnExecutionUpdate - https://ninjatrader.com/support/help...tionupdate.htm
Let us know if we may assist further.Attached FilesLast edited by NinjaTrader_BrandonH; 05-12-2021, 01:07 PM.<span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>
- Likes 1
Comment
Latest Posts
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by Skifree, Today, 01:35 AM
|
0 responses
7 views
0 likes
|
Last Post
![]()
by Skifree
Today, 01:35 AM
|
||
Started by somanko, Yesterday, 11:51 AM
|
3 responses
22 views
0 likes
|
Last Post
![]()
by somanko
Today, 01:24 AM
|
||
Started by Skifree, Yesterday, 09:26 PM
|
2 responses
13 views
0 likes
|
Last Post
![]()
by Skifree
Today, 01:21 AM
|
||
Started by jomengle, Yesterday, 11:10 PM
|
1 response
3 views
0 likes
|
Last Post
![]()
by adtsystems
Today, 01:07 AM
|
||
Started by ofir1234, Today, 12:31 AM
|
1 response
12 views
0 likes
|
Last Post
![]()
by adtsystems
Today, 12:53 AM
|
Comment