Eric Lo
Eric Lo
Friends

Add friends via their profile or user search and you will be able to see if they are online

Eric Lo
Registered at MQL5.community
Eric Lo
Added topic MT4 how to stop repeat displaying arrows? I just want to display same kind arrow once...
int start() { int counted_bars=IndicatorCounted(); //---- int i,limit, top, k; int signal[]; limit=Bars-1; if(counted_bars>=1) limit=Bars-counted_bars-1; if (limit<0) limit=0; for (i=limit;i>=0;i--) {