kovas6
kovas6
Friends

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

kovas6
Added topic MA indicator on diferent timeframes
Hi,   Almost everybody knows pivot points indicators, I needs similar indicator just to show on 1 hour chart levels of 4h and 1day 20 and 50 EMA.   thank you 
kovas6
Registered at MQL5.community
kovas6
Added topic Price alert on line cross
Hi, I am writing EA to trigger alert on price crossing the line, but it is not working, could you help ? extern string MLine_Name = "MLine"; extern color MLine_Color = Goldenrod; extern int MLine_Style = 1; extern int MLine_Width = 2;
kovas6
Added topic NYSE $TICK indicator
hi, is it possible to get NYSE tick indicator on MT4 platform ? thanks kovas
kovas6
Added topic stopped because of Stop Out
hi guys, whats does that meen ? stopped because of Stop Out thanks
kovas6
Added topic Price and Iband
if ( iBands ( NULL , 0 , 20 , 1 , 0 , PRICE_CLOSE , MODE_UPPER , 0 ) = = Ask ) {                       Alert ( Ask + "===" + iBands ( NULL , 0 , 20