Announcement

Collapse
No announcement yet.

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 sjsj2732, Yesterday, 04:31 AM
            0 responses
            39 views
            0 likes
            Last Post sjsj2732  
            Started by NullPointStrategies, 03-13-2026, 05:17 AM
            0 responses
            289 views
            0 likes
            Last Post NullPointStrategies  
            Started by argusthome, 03-08-2026, 10:06 AM
            0 responses
            289 views
            0 likes
            Last Post argusthome  
            Started by NabilKhattabi, 03-06-2026, 11:18 AM
            0 responses
            135 views
            1 like
            Last Post NabilKhattabi  
            Started by Deep42, 03-06-2026, 12:28 AM
            0 responses
            96 views
            0 likes
            Last Post Deep42
            by Deep42
             
            Working...
            X