Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Ticksize

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

    Ticksize

    EntryTicks = ((int)( TickSize * 3));

    So High[0] + EntryTicks;

    is producing a value that is 2 ticks away and not 3??

    #2
    Weirdness that I don't understand

    mmm...

    If I do Ep = High[1] + (TickSize * 2);

    I get the correct EP

    If I store (TickSize * 2 ) as a variable
    var1 =( (int)TickSize * 2);

    - and use
    EP = High[1] + var1 - I get the wrong value.
    Now that is weird.

    shoot - I was storing the var1 as an int - apologies everyone
    Last edited by Mindset; 05-28-2010, 03:00 AM. Reason: stupidity

    Comment


      #3
      Great you got it figured out Mindset.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      307 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      199 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      186 views
      1 like
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      275 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      229 views
      0 likes
      Last Post CarlTrading  
      Working...
      X