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 Vietanhnguyen2hotmailcom, Yesterday, 10:29 AM
    4 responses
    23 views
    0 likes
    Last Post Vietanhnguyen2hotmailcom  
    Started by PhillT, 04-19-2024, 02:16 PM
    4 responses
    36 views
    0 likes
    Last Post PhillT
    by PhillT
     
    Started by ageeholdings, 05-01-2024, 05:22 AM
    5 responses
    37 views
    0 likes
    Last Post ageeholdings  
    Started by reynoldsn, Today, 02:34 PM
    0 responses
    14 views
    0 likes
    Last Post reynoldsn  
    Started by nightstalker, Today, 02:05 PM
    0 responses
    24 views
    0 likes
    Last Post nightstalker  
    Working...
    X