DislikedHi As this is a Sell only system, so once sell arrow appears you open sell trade at open of next candle?Ignored
Regard NOOR16
Strategy behind 1 EA (buy only) and 1 EA (sell only) 2 replies
Trying scalping with a 1000 bucks - Scalping is expensive! 39 replies
EUR/USD: IntraDay Scalping and Short Term Swing Trading Only 2,791 replies
Best FX broker for scalping - pro traders opinion only pls 92 replies
1M & 5M Scalping System (Scalping Paradise) 21 replies
Disliked{quote} my friend till now no one make it by EA , EA Processing is going on .Ignored
Disliked{quote} my friend till now no one make it by EA , EA Processing is going on .Ignored
double iMaSlowPrevious = iMA(NULL,0,SlowPeriod,0,MODE_EMA, PRICE_CLOSE, i-1); double iMaSlowCurrent = iMA(NULL,0,SlowPeriod,0,MODE_EMA, PRICE_CLOSE, i); double iMaFastPrevious = iMA(NULL,0,FastPeriod,0,MODE_EMA, PRICE_CLOSE, i-1); double iMaFastCurrent = iMA(NULL,0,FastPeriod,0,MODE_EMA, PRICE_CLOSE, i);
for (SH=0;SH<=NB;SH++)//comb out the chart from 1 to NB
{
for (R=0,i=SH;i<SH+10;i++) {R+=(10+SH-i)*(High[i]-Low[i]);} R/=55;
SHMax = High[Highest(NULL,0,MODE_HIGH,Per,SH)];
SHMin = Low[Lowest(NULL,0,MODE_LOW,Per,SH)];
if (Close[SH]>SHMax-(SHMax-SHMin)*Otstup/100 && UD!=SH_BUY) { BufD[SH]=High[SH]+R*0.5;
if (Close[SH]>SHMax-(SHMax-SHMin)*Otstup/100 && UD!=SH_BUY) UD=SH_BUY;
if (Close[SH]>SHMax-(SHMax-SHMin)*Otstup/100 && UD!=SH_BUY) y=0;//x=x+1;
}
else
if (Close[SH]<SHMin+(SHMax-SHMin)*Otstup/100 && UD!=SH_SELL) { BufU[SH]=Low[SH]-R*0.5;
if (Close[SH]<SHMin+(SHMax-SHMin)*Otstup/100 && UD!=SH_SELL)UD=SH_SELL;
if (Close[SH]<SHMin+(SHMax-SHMin)*Otstup/100 && UD!=SH_SELL) x=0;//y=y+1;
}
} for (SH=NB;SH>=0;SH--)
Disliked{quote} well done my friend, But don't forget 38 post (Before use this system please don't forget to use Sessions Frankfurt to London Closed)Ignored