Decrease or increase in % compared to what ?...
And an EA is not going to give you anything. It is taking in trades. Indicators show you information.
Regards...iGoR
for(int i=0; i < Bars; i++)
{
Buf = (Close - Close) / Close * 100;
}
Gives you the % increase\decrease that happened between IPeriod bars.
does anybody know an ea giving real time decrease or increase of a paire in %?
thanking you in advance
dohemi