Forum

Multi EA

Hi all... Could you please see this statment and tell me what you think

Change Lots

Hi all... What I've to do to change lots? int LotCalc(double Risk) { int vLots=0; if (UsePct >0 && Risk>0) vLots=MathFloor(AccountBalance()*(UsePct/100)/((Risk/MarketInfo (Symbol(), MODE_POINT))*10)); if (UsePct >0 && Risk==0) vLots = MathFloor(AccountBalance()*(UsePct/100)/1000); if (vLots>MaxLots)

Stoch EA

hi all... If anyone can help me I really appreciated.. I have trade manually, but I have to be always in front the computer and this occupies me much time.. Chart: EurUsd (M5) Indicator: Stoch Rules: I don't speak very well English and as not to induce nobody in error, please see image if anyone

I've a Problem here

hi all my friends What I've to do when appear this " order sell limit 0.10 GBPUSD opening at 1.7724 sl: 1.7729 tp: 1.7699 failed " In the backtest its Ok... Tkx

Scalper GBP M5

What do you think about this

SuperWoodieCCI

hi all my friends... Anyone have this Indicator "SuperWoodieCCI"? tks in advance

Mandarine: original request and ideas

Hi all Anyone could make this EA? Err:= (tPrLong=0) or (tPrShort=0); a:=0.8; e1:=Mov(price,Periods,E); e2:=Mov(e1,Periods,E); e3:=Mov(e2,Periods,E); e4:=Mov(e3,Periods,E); e5:=Mov(e4,Periods,E); e6:=Mov(e5,Periods,E); c1:=-a*a*a; c2:=3*a*a+3*a*a*a; c3:=-6*a*a-3*a-3*a*a*a; c4:=1+3*a+a*a*a+3*a*a;