Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategies with eSignal

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

    Strategies with eSignal

    Hi

    I am trying to run strategies in eSignal datafeed. For testing at this stage. I know that I need to be connected to IB to submit orders but I would like to at least get an email from my NT strategy when an entry/exit condition even if tws is disconnected. My strategies seem to work when I am connected to TWS but not when I am connected to eSignal. Thank you.

    Chris

    #2
    Hello Cmfaulkner,

    Welcome to the NinjaTrader forums!

    This requires custom programming with NinjaScript. You can monitor for connection changes with the OnConnectionStatus() method. Sending mail is done with the SendMail() command.
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      Hi Ryan,

      Thank you for your reply. I have a couple follow-up questions. Is there a way to run strategy with the esignal connection only? For testing a strategy in r/t like an atm?

      Chris

      Comment


        #4
        Yes, the strategy can be run using any connection. The only important thing is that there is data available.

        If you're wondering if you can run the strategy in real-time only, this is done by adding if (Historical) return; to the strategies OnBarUpdate() method.
        Ryan M.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        101 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        144 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        71 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        125 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        79 views
        0 likes
        Last Post PaulMohn  
        Working...
        X