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

Useing a Data Series

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

    Useing a Data Series

    I've created the data series and this code below now works to take a trade:-

    if GetCurrentAsk() > eave3d[0])

    BUT THIS BELOW which I would prefer to use will not although it will compile it does not activate any trades, do you have any ideas why this is or if I have done something substantially wrong. The price is definately crossing above the level of eave3d?

    CrossAbove(GetCurrentAsk(), eave3d[0], 1) - I'm wanting it to take a trade if the ask crosses ubove the level of eave3d.

    #2
    Can you try

    CrossBelow(eave3d[0], GetCurrentAsk(), 1)

    make a difference?
    RayNinjaTrader Customer Service

    Comment


      #3
      No this won't compile now and neither will it the other way round I must have had it slightly different before any more ideas?

      Comment


        #4
        Sorry,

        Should be:

        CrossBelow(eave3d(), GetCurrentAsk(), 1)
        RayNinjaTrader Customer Service

        Comment


          #5
          I'll get it right in the end, this is the correct code i.e. it actually compiles but it will not take a trade despite being vivibly actionable on the chart?

          CrossBelow(GetCurrentBid(), eave3d, 1))

          Comment


            #6
            Debug it.

            Print out the GetCurrentAsk() values and the series value, see what is happening etc...
            RayNinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by bortz, 11-06-2023, 08:04 AM
            47 responses
            1,610 views
            0 likes
            Last Post aligator  
            Started by jaybedreamin, Today, 05:56 PM
            0 responses
            9 views
            0 likes
            Last Post jaybedreamin  
            Started by DJ888, 04-16-2024, 06:09 PM
            6 responses
            19 views
            0 likes
            Last Post DJ888
            by DJ888
             
            Started by Jon17, Today, 04:33 PM
            0 responses
            6 views
            0 likes
            Last Post Jon17
            by Jon17
             
            Started by Javierw.ok, Today, 04:12 PM
            0 responses
            22 views
            0 likes
            Last Post Javierw.ok  
            Working...
            X