Affichage des articles dont le libellé est Moving average concept. Afficher tous les articles
Affichage des articles dont le libellé est Moving average concept. Afficher tous les articles

samedi 4 février 2017

Moving average concept

Dear Friends,

I want simple but more effective afl for the following concept

indicators used

ema 50 (blue ) close

ema 100 (red) close

--------------

buy entry :

when a price candle open,high,low
and close above two moving averages
take a buy in next candle open
price

stoploss will be the ema50 line
or ema100 line which hits earlier

after hitting stoploss, wait for
the entry rule (open,high,low,close
above two moving averages) and
take a buy again with same
ema50 / ema 100 line stoploss


sell entry:

when a price candle open,high,low
and close below two moving averages
take a sell in next candle open
price

stoploss will be the ema50 /ema 100 line

after hitting stoploss, wait for
the entry rule (open,high,low,close
below two moving averages) and
take a sell again with same
ema50 / ema 100 line stoploss

-----------------------------------------

no trade zone :

if a price candle trades between two moving
average lines, those area treated as no trade
zone

if a price candle touches both moving averages
then it is treated as invalid

--------------------------------------------------


Moving average concept

jeudi 5 janvier 2017

Moving average concept

Moving Average Concept
------------------------
Input parameters are as follows :

Select Time Frame 1 :1min/5min/15min/30min/60min/240min/daily

Select Time Frame 2 :1min/5min/15min/30min/60min/240min/daily

Select EMA Value 1 :36 (default)

Select EMA Value 2 :200 (default)

Activate Stoploss : Yes / No
----------------------------------------------------------------

Important Note:

Take average buy only when current buy is lower than previous buy price
otherwise, ignore and keep only one open buy position till trend change
or stoploss hit.

Take average sell only when current sell is higher than previous sell
price otherwise, ignore sell entries and keep only one open sell
position till trend change or stoploss hit
-------------------------------------------------------------------

Buy Entry Rules:
---------------------
if ema36> ema200 in
higher time frame chart ( at least
2 candles must be open,high,low,close )
treat as long trend, consider only buy
positions, whenever a price
candle touches ema200 in lower time frame
take a buy position accordingly

stoploss optional, if stoploss activated by "Yes"
exit positions when trend changed in lower time frame

else
(if stoploss is not activated )

close positions, when trend changed in higher time frame.

----------------------------------------------------------

Sell Entry Rules :
-------------------

if ema36< ema200 in higher time frame( at least
2 candles must be open,high,low,close )
treat as sell trend, consider only sell
positions

whenever a price candle touches ema200
in lower time frame
take a sell position accordingly

stoploss optional, if stoploss activated by "Yes"
exit positions when trend changed in lower time frame

else

(if stoploss is not activated)

close positions, when trend changed in higher time frame.

----------------------------------------------------------


Moving average concept