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

Adding Toolbar Buttons to Strategy Help

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

    Adding Toolbar Buttons to Strategy Help



    This was shared to me by support.

    I have added the code to an existing strategy, the buttons work, but my strategy no longer works with the original conditional entries. my conditional exits also do not work when I enter a trade with the buttons.

    Any help with what is in this code that would likely be the issue

    Thanks

    #2
    noted with thanks.

    Comment


      #3
      Hello DTSSTS,

      Without more details on the conditions you made it would be difficult to say what may have happened there.

      What I would likely suggest doing is to leave the buttons code alone for now and revert your conditions to go back to where the strategy can trade. After doing that copy one of the conditions so we can compare how that may need to be modified to support using the button.

      The sample you linked will toggle a bool variable true or false which is then used from OnBarUpdate. Depending on how your strategy needs to work you may need to change how that bool is being toggled as well.

      I look forward to being of further assistance.
      JesseNinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by FrazMann, Today, 11:21 AM
      0 responses
      3 views
      0 likes
      Last Post FrazMann  
      Started by geddyisodin, Yesterday, 05:20 AM
      8 responses
      51 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by cmtjoancolmenero, Yesterday, 03:58 PM
      10 responses
      36 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by DayTradingDEMON, Today, 09:28 AM
      4 responses
      24 views
      0 likes
      Last Post DayTradingDEMON  
      Started by George21, Today, 10:07 AM
      1 response
      19 views
      0 likes
      Last Post NinjaTrader_ChristopherJ  
      Working...
      X