Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

OnExecution Doubt

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

    OnExecution Doubt

    Hello everyone,

    I want to use the OnExecution override in my script just to send me an email every time an order is executed (eg. stop loss order that might get executed anytime of the day), my question might seem dumb but I wanna make sure it won't affect my strategy, here it goes: if I override this method in my script and put just a sendmail command in it, will that affect in any negative way my script?

    Eg.
    protected override void OnExecution(IExecution execution)


    Thanks,

    Rodrigo

    #2
    Hi Rodrigo, I don't see a downside to doing so except perhaps if you're processing a lot of orders, so it resources would be better used more focusedly on the execution aspects.
    BertrandNinjaTrader Customer Service

    Comment


      #3
      One more question under this same topic, as a parameter this method receives iexecution, mu question goes, what is the object/property I can use to know if the order is an Entry or an Exit order type? I tried order type, but it's no it. I also tried different properties on the execution.order object, but couldn't find one.

      Thanks

      Rodrigo

      Comment


        #4
        Hi Rodrigo, per se an execution would be just an execution / fill, it would not be tied to any specific time and could occur for all of course. You can still get the info desired, for example via the FromEntrySignal or Name (same as the one directly from the execution) string that would allow you checking into which signal names generated the order.

        BertrandNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by frankthearm, Yesterday, 09:08 AM
        13 responses
        45 views
        0 likes
        Last Post frankthearm  
        Started by PaulMohn, Today, 12:36 PM
        2 responses
        16 views
        0 likes
        Last Post PaulMohn  
        Started by Conceptzx, 10-11-2022, 06:38 AM
        2 responses
        53 views
        0 likes
        Last Post PhillT
        by PhillT
         
        Started by Kaledus, Today, 01:29 PM
        1 response
        4 views
        0 likes
        Last Post NinjaTrader_Jesse  
        Started by yertle, Yesterday, 08:38 AM
        8 responses
        37 views
        0 likes
        Last Post ryjoga
        by ryjoga
         
        Working...
        X