View Single Post
  #10 (permalink)  
Old 06-03-2009, 12:31 PM
yohanip yohanip is offline
Junior Member
 
Join Date: Sep 2007
Posts: 28
yohanip is on a distinguished road
the five digits will allways goes with the Point (on the mql language)

so you should use a global indicator namely
PHP Code:
double ptt
PHP Code:
//on the [u]special functions init[/u] :
ptt=Point;

if (
FractionalPips)
    
ptt=ptt*10 
and then replace all of your "Point" usage using the "ptt" variable
Reply With Quote