Forum

stopped because of Stop Out

hi guys, whats does that meen ? stopped because of Stop Out thanks

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

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; extern int AlertPipRange = 3; extern bool Line_Alert = false;

NYSE $TICK indicator

hi, is it possible to get NYSE tick indicator on MT4 platform ? thanks kovas

Price and Iband

if ( iBands ( NULL , 0 , 20 , 1 , 0 , PRICE_CLOSE , MODE_UPPER , 0 ) = = Ask ) { Alert ( Ask + "===" + iBands ( NULL , 0 , 20 , 1 , 0 , PRICE_CLOSE , MODE_UPPER , 0 ) ) ; } Hi, why I get mass of ask prices if I just need one price when it cross upper iBand. Does an