Wma 5/20 - Ema - page 14

 
newdigital:
Kalenzo,

This is 5 indicators I am using (attached in zip file). And Template (place it in /template folder, the indicators are in /indicator folder compiled and all the settings will be automatically).

H1 timeframe.

Settings:

wma_cross_confirm (ShortPeriod 5; BigPeriod 34);

wma_cross (ShortPeriod 5; BigPeriod 55);

^Pivot_ResSup (Formula 0);

NRTR (AveragePeriod 10; CountBars 300);

NRTR WATR (AveragePeriod 10; Variant 2; CountBars 300);

SAR_COLOR (Step 0.015; Maximum 0.3; Precision 4).

Rules are the simple: it should be dot and arrow on the same bar with the same color and all the color of the other indicators should be the same (on this closed bar). Besides, It should be validated by your SAR.

Still do not know about exit. We may exit on your SAR. In this case we will catch big trades and will have some losses as well.

But it may be an other exit (trailing for example).

One change: use

fixed NRTR from here (it was redrawing past history and now it was fixed by Beluck).

 

This indicator created by Kalenzo is very good. I checked.

Look at the image.

An other indicator is from here.

Files:
1_18.gif  26 kb
 
newdigital:
This indicator created by Kalenzo is very good. I checked.

Look at the image.

An other indicator is from here.

On that chart UR using still the same indicators and setup???

It looks nice...

 

Hello Heder,

Thank you for this document pdf but it is protected and one needs the password to open it. :-(

 

Password

BrunoFX:
Hello Heder, Thank you for this document pdf but it is protected and one needs the password to open it. :-(

password:

dkjcfn

Thanks,

Heder

 

EA EMA 5x13

Who could program a TS with the following characteristics:

Cross between EMA 5 X EMA 13

Conditions for opening the order:

- Diference between EMA 5 pips and EMA 13 of at least 2 pips.

- Diference between the closing of the cross candle and the EMA 13 not

superior to 60 pips.

- Order opening at candle zero and the cross at candle 1 with the same

conditions explained above.

- SELL order, when EMA 5 crosses with EMA 13 from top to bottom;

- BUY order when EMA 5 crosses with EMA 13 from bottom to top;

Management of the opened order:

- EMA 13 + 50 pips Stop Loss,

Liquidation of the order:

- When there is a closing below EMA 13 at BUY

- When there is a closing above EMA 13 at SELL

Number of lots for order opening:

Fixed in 1 lot

Program the TS with options of changes in EMA values, lots and stop

loss.

Graph time:

1 hour.

They analyze the attached system, password: dkjcfn

Thanks

Heder

 

EA EMA 5 x EMA 13

System CROSSING EMA5 x EMA13.

Password: dkjcfn

Thanks,

system.pdf

Files:
system.pdf  180 kb
 

Wow, this thread has growed since my start. My initial thought was from bunnygirl strategy wma5/20 cross. As i can see there is an ea from newsdigital which i will try

 
jorgeng:
Wow, this thread has growed since my start. My initial thought was from bunnygirl strategy wma5/20 cross. As i can see there is an ea from newsdigital which i will try

Yes it was many changes and everything is not final here.

 

Just for testing I modified these two indicators. They are the same but one with dots and an other one with arrow. Using this indicators we may select short MA, long MA and MA for exit as well. Besides, we may choose the mod of MA:

ShortPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma

BigPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma

ExitPeriodMode = 1; //0=sma, 1=ema, 2=smma, 3=lwma

Files:
Reason: