Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

TickSize Value

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

    TickSize Value

    Hello,

    I´m experiencing a strange problem:

    entry conditon High[0] >=EMA(34)[0] works fine
    changing to High[0] + 1*TickSize >=EMA(34)[0]

    the entry is done far away from EMA.

    Please see attached screenshot. Cyan-magenta dashed line is EMA.

    Then entry has not been done at the rectangle, entry was where backcolor is silver and where I drew the ellipse, however this is much more below EMA than "High[0]+1*TickSize".

    What might be the reason for this?

    Thank you
    Tony
    Attached Files
    Last edited by tonynt; 06-20-2015, 06:58 AM.

    #2
    Try

    (High[0] + (1*TickSize)) >=EMA(34)[0]

    or

    (High[0] + TickSize) >=EMA(34)[0]

    They are both the same statement.
    RJay
    NinjaTrader Ecosystem Vendor - Innovative Trading Solutions

    Comment


      #3
      Hi RJay,

      thank you for your reply. You know I´m working with your TickAdaptive and TimeAdaptive Bars. I like them to work with.

      But this solution doesn´t help. Entries still 3 or 4 or 5 Ticks below. Strange.

      Thank you
      Tony

      Comment


        #4
        Originally posted by tonynt View Post
        Hi RJay,

        thank you for your reply. You know I´m working with your TickAdaptive and TimeAdaptive Bars. I like them to work with.

        But this solution doesn´t help. Entries still 3 or 4 or 5 Ticks below. Strange.

        Thank you
        Tony
        I don't know if it'll help at all if you put the TickSize on the RHS:

        High[0] >=EMA(34)[0] - TickSize

        This is the more conventional approach, anyway.

        Comment


          #5
          Hello,

          thank you for your reply as well. This would be the same.

          However, after 2 days working round I found now the issue, totally different, the problem was with added dataseries and BarsArray.

          Thanks
          Tony

          Comment


            #6
            Hello Tony,

            I am glad you found the reason.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by DanielSanMartin, Yesterday, 02:37 PM
            2 responses
            12 views
            0 likes
            Last Post DanielSanMartin  
            Started by DJ888, 04-16-2024, 06:09 PM
            4 responses
            12 views
            0 likes
            Last Post DJ888
            by DJ888
             
            Started by terofs, Today, 04:18 PM
            0 responses
            11 views
            0 likes
            Last Post terofs
            by terofs
             
            Started by nandhumca, Today, 03:41 PM
            0 responses
            7 views
            0 likes
            Last Post nandhumca  
            Started by The_Sec, Today, 03:37 PM
            0 responses
            3 views
            0 likes
            Last Post The_Sec
            by The_Sec
             
            Working...
            X