I<m trying to buy 25 pips above the open of a 1H bar with this code the problem is that it works on some occasions only not all the time. Can someone suggest me something!!
extern int PipsToBuy = 25;
if ( Open[0]+PipsToBuy*Point==Ask)
Thanks
extern int PipsToBuy = 25;
if ( Open[0]+PipsToBuy*Point==Ask)
Thanks