Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

"OnExecutionUpdate()" "OnPositionUpdate()" functionality for indicator domain ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    "OnExecutionUpdate()" "OnPositionUpdate()" functionality for indicator domain ?

    Hello NT8:

    I would like to create an indicator that writes to a text file the details of any order entry I invoke manually on a chart(using ATM strategies). Is there equivalent functionality of "OnExecutionUpdate()" "OnPositionUpdate()" that I can use from within an indicator ?

    (Its a little murky if I try to do the same thing with a strategy. For example, I notice when I manually close all positions, the strategy is disabled. Also the above functions do not seem to be called within the strategy if I manually invoke a position within the chart using chart trader. Hope this is not too confusing what I am trying to clarify)


    From OnpositionUpdate() DOCUMENTATION:
    ----------------------------------------------------------------------
    Notes:

    •You will NOT receive position updates for manually placed orders, or orders managed by other strategies (including any ATM strategies) in OnPositionUpdate(). The Account class contains a pre-built event handler (PositionUpdate) which can be used to filter position updates on a specified account.




    Last edited by pvtrader; 10-06-2020, 06:54 PM.

    #2
    On closer examination I think I can achieve what I want to do with "PositionUpdate" and "OrderUpdate"

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    71 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    43 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    25 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    28 views
    0 likes
    Last Post TheRealMorford  
    Started by Mindset, 02-28-2026, 06:16 AM
    0 responses
    56 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X