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 aa731, Today, 02:54 AM
        0 responses
        1 view
        0 likes
        Last Post aa731
        by aa731
         
        Started by thanajo, 05-04-2021, 02:11 AM
        3 responses
        469 views
        0 likes
        Last Post tradingnasdaqprueba  
        Started by Christopher_R, Today, 12:29 AM
        0 responses
        10 views
        0 likes
        Last Post Christopher_R  
        Started by sidlercom80, 10-28-2023, 08:49 AM
        166 responses
        2,237 views
        0 likes
        Last Post sidlercom80  
        Started by thread, Yesterday, 11:58 PM
        0 responses
        4 views
        0 likes
        Last Post thread
        by thread
         
        Working...
        X