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

Problem Plots disappear - MTF

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

    Problem Plots disappear - MTF

    Hi, I been trying to make a multi time-frame supertrend, so far i've got it to work on a daily timeframe no problem, but when i try to apply it to a smaller time-frame everything goes south, Nothing Plots, so i removed most of the extras and started to check what could be the cause of this, im checking there is enough bars at the beginning and also checking im working on the right timeseries..

    if ( CurrentBars[0] <= sPLenght || CurrentBars[1] <= sPLenght ) return;
    {

    if (BarsInProgress == 1 )


    here is the indi, if someone could take a look ill be thankful
    KBTxDailySuperTrendV2.zip

    #2
    Best set all plots when BarsInProgress == 0. This makes sure that you will get a plot value for each bar of the primary bar series.

    Comment


      #3
      Hello,

      I added a print to line 171 and this print did not reach the output window.

      I recommend you print all variables in your condition statements to find which variable is causing that condition to evaluate as false.

      Below is a link to the help guide on Print().
      http://www.ninjatrader.com/support/h.../nt7/print.htm

      Please post your output from the prints. Prints will go to the output window (Tools -> Output Window...)
      Chelsea B.NinjaTrader Customer Service

      Comment


        #4
        Harry, i changed it like you suggested, nothing changes still no plots

        Comment


          #5
          Done guys! not sure what was it but i fixed it thanks!!

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by inanazsocial, Today, 01:15 AM
          1 response
          6 views
          0 likes
          Last Post NinjaTrader_Jason  
          Started by rocketman7, Today, 02:12 AM
          0 responses
          10 views
          0 likes
          Last Post rocketman7  
          Started by dustydbayer, Today, 01:59 AM
          0 responses
          2 views
          0 likes
          Last Post dustydbayer  
          Started by trilliantrader, 04-18-2024, 08:16 AM
          5 responses
          23 views
          0 likes
          Last Post trilliantrader  
          Started by Davidtowleii, Today, 12:15 AM
          0 responses
          3 views
          0 likes
          Last Post Davidtowleii  
          Working...
          X