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 CarlTrading, Yesterday, 11:51 AM
      0 responses
      12 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, Yesterday, 11:48 AM
      0 responses
      19 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-25-2026, 09:53 PM
      0 responses
      16 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 03-25-2026, 09:51 PM
      0 responses
      13 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 03-23-2026, 11:13 AM
      0 responses
      18 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X