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 merc410, Today, 03:41 AM
            1 response
            6 views
            0 likes
            Last Post davidoff99  
            Started by sugalt, 04-30-2024, 04:02 AM
            2 responses
            13 views
            0 likes
            Last Post sugalt
            by sugalt
             
            Started by Ndakotan1313, 03-14-2024, 05:02 PM
            2 responses
            60 views
            0 likes
            Last Post blaise_code  
            Started by claxxical, 05-30-2017, 12:30 PM
            37 responses
            4,458 views
            0 likes
            Last Post Padan
            by Padan
             
            Started by SugarDefwebsite, Today, 02:18 AM
            0 responses
            4 views
            0 likes
            Last Post SugarDefwebsite  
            Working...
            X