+1 888 340 6572

Why an Order Was or Was Not Executed: Difference between revisions

From MultiCharts
No edit summary
 
Line 17: Line 17:
  If MinMove < 10 then <br>  
  If MinMove < 10 then <br>  
  Scale = 1; <br>
  Scale = 1; <br>
  If MinMove > 99 and MinMove < 1000 then <br>  
  If MinMove > 99 and MinMove < 1,000 then <br>  
  Scale = 2; <br>
  Scale = 2; <br>
  If MinMove > 999 and MinMove < 10000 then <br>
  If MinMove > 999 and MinMove < 10,000 then <br>
  Scale = 3; <br>
  Scale = 3; <br>
  If MinMove > 9999 and MinMove < 100000 then <br>
  If MinMove > 9999 and MinMove < 100,000 then <br>
  Scale = 4; <br>
  Scale = 4; <br>
  If MinMove > 99999 and MinMove < 1000000 then <br>
  If MinMove > 99999 and MinMove < 1,000,000 then <br>
  Scale = 5; <br> If Condition1 = true then begin <br>
  Scale = 5; <br> If Condition1 = true then begin <br>
  print( "======================", NewLine, <br>
  print( "======================", NewLine, <br>