CROSSING EMA 5 x EMA 13 - page 2

 

Hello,

Here we go, I think I managed to do this EA with the rules from the pdf file:

- Buy when EMA 5 has crossed EMA 13 from below + diff between EMA 5 and EMA 13 >1 + diff in between Open price and stoploss at EMA13-50 point<100 Point, Buy at next Open

Place stoploss at EMA13-50 point

Close your buy at close price if EMA13 and EMA5 have crossed the other way

- Sell when EMA 5 has crossed EMA 13 from above + diff between EMA 5 and EMA 13 >1 + diff in between Open price and stoploss at EMA13+50 point<100 Point, Sell at next Open

Place stoploss at EMA13+50 point

Close your sell at close price if EMA13 and EMA5 have crossed the other way

Here are the parameter:

extern double SlowMA = 13; // Slow EMA

extern double FastMA = 5; // Fast EMA

extern double DiffSF = 1; // Diff between Slow EMA and Fast EMA

extern double DiffOpenStopLoss = 100; // Diff between Open price order and EMA13+ stoploss (50 Point)

extern double Lots=0.1; // Lot size

extern double TakeProfit = 300; // Take profit

extern double StopLoss= 50; // Stop Loss from EMA 13 level

extern double TrailingStop= 100; // trailing stop if activated

extern double Slippage = 3;

I also attached the strategy tester result 1H for the last 2 month (every tick 90% quality), the result confirm the testing from kamyar, but in decmber it is not performing as well.

Hope it is what you are looking for

Cheers

 
sunwest:
Hello,

Here we go, I think I managed to do this EA with the rules from the pdf file:

- Buy when EMA 5 has crossed EMA 13 from below + diff between EMA 5 and EMA 13 >1 + diff in between Open price and stoploss at EMA13-50 point<100 Point, Buy at next Open

Place stoploss at EMA13-50 point

Close your buy at close price if EMA13 and EMA5 have crossed the other way

- Sell when EMA 5 has crossed EMA 13 from above + diff between EMA 5 and EMA 13 >1 + diff in between Open price and stoploss at EMA13+50 point<100 Point, Sell at next Open

Place stoploss at EMA13+50 point

Close your sell at close price if EMA13 and EMA5 have crossed the other way

Here are the parameter:

extern double SlowMA = 13; // Slow EMA

extern double FastMA = 5; // Fast EMA

extern double DiffSF = 1; // Diff between Slow EMA and Fast EMA

extern double DiffOpenStopLoss = 100; // Diff between Open price order and EMA13+ stoploss (50 Point)

extern double Lots=0.1; // Lot size

extern double TakeProfit = 300; // Take profit

extern double StopLoss= 50; // Stop Loss from EMA 13 level

extern double TrailingStop= 100; // trailing stop if activated

extern double Slippage = 3;

I also attached the strategy tester result 1H for the last 2 month (every tick 90% quality), the result confirm the testing from kamyar, but in decmber it is not performing as well.

Hope it is what you are looking for

Cheers

Hello,

It opens "chart" of the test and verifies the entry points and exit. It has entered in position without signal. Another detail is that the manual says to only operate if candle of crossing the differences between the EMAs will be superior the 2 pips, or either of in candle 1 (of crossing) will have this difference, opens a position in candle 0.

 

Heder, Could uou be more specific when you say that false sigmal was gennerated (date and time), thanks.

To activate the signal at different time You can change the difference in between the EMA by changing this variable to 2:

extern double DiffSF = 2; // Diff between Slow EMA and Fast EMA

S.

 
Heder:
Hello, It opens "chart" of the test and verifies the entry points and exit. It has entered in position without signal. Another detail is that the manual says to only operate if candle of crossing the differences between the EMAs will be superior the 2 pips, or either of in candle 1 (of crossing) will have this difference, opens a position in candle 0.

It verifies the images of a correct operation, attached thumbnails.

Files:
 

The system.

Hi All,

I found this documentation on the web using the same system.

The system also recommends using 62EMA and a stop loss of 20 pips

from the 62EMA.

Enjoy!

Files:
5_13_62.pdf  395 kb
 

Modify TS

Sunwest,

It could modify the TS ("heder v.1") placing time frame from "extern double".

Thanks,

Heder

 

Hello Heder,

Are you asking me to add the time frame in the extern variable in order to be able to set it from the parameter ?

If yes, I can do that for you when I get home.

S.

 

Hello , Sunwets!

Yes, this is accurately. It would like to test, also, one stop fixed, independent of the EMA13. This could be placed as a external variable. Type: FIXED STOP: true or false.

Thanks,

H.

 

Hi folks,

any news about this methodic?

Nice weekend to everyone, wherever yu are ... :-)

 

EMA Cross "The Killer System"

Hi All,

Here is my Indicator

EMA: 5 , 18 , 35 ( All in HLC/3)

Slow Stoch : 13 , 8 , 5 ( Exponential)

RSI : 13

ADX/DMI : 21

Entry market (BUY) when EMA 5 n 18 are crossing confirmed with RSI > 50 , Vice versa (Sell , RSI < 50 )

EMA 35 For our Trendy

For Day trading, I suggest using multiple time frame 5 , 30 or 15 n H1

For Trendy Using TF H1

Hope This usefull

4xtrader

P.S. Please becktested for your convenience

Files:
001a3.gif  27 kb