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 wzgy0920, 04-20-2024, 06:09 PM
        2 responses
        27 views
        0 likes
        Last Post wzgy0920  
        Started by wzgy0920, 02-22-2024, 01:11 AM
        5 responses
        32 views
        0 likes
        Last Post wzgy0920  
        Started by wzgy0920, 04-23-2024, 09:53 PM
        2 responses
        49 views
        0 likes
        Last Post wzgy0920  
        Started by Kensonprib, 04-28-2021, 10:11 AM
        5 responses
        193 views
        0 likes
        Last Post Hasadafa  
        Started by GussJ, 03-04-2020, 03:11 PM
        11 responses
        3,235 views
        0 likes
        Last Post xiinteractive  
        Working...
        X