EMA73

My strategy (EMA73)works on eurusd ,and one hour period, the indicators used in this strategy are (ema) period (3) and ema period (7) (MEDIAN_PRICE). The script of the strategy use onBar class; with the opening of each new bar ; relative position of ema (3) and ema (7) decides what position will be opened. Shorts : if the difference (diff1 = ema (3)-ema (7)) is positive then it is a short position at market price . Stop Loss is 63 pips above Open of the last bar closed (the stop is variable) . Take Profil is 18 pips below the Close of the last bar closed . long : if the difference (diff2 = ema (7)-ema (3)) is positive then it is a long position at market price . Stop Loss is 63 pips below Open of the last bar closed (the stop is variable) . Take Profil is 18 pips above the Close of the last bar closed . The ratio (TP /Stop ) and the percentage of winning positions are key to the success of this strategy . Need over time to ensure.
版本: 日期: 状态: 描述 :
4 27.11.2015 Not running  下载
4 27.11.2015 Not running  下载
4 27.11.2015 Not running  下载
3 31.12.2013 Not running  下载
2 10.11.2013 Not running  下载
1 30.10.2013 Not running simple strategy based on Combination of EMA7 and EMA3 , When ema7 exceeds EMA3 is short, else it's long and it's in the blocks (onBar)  下载
Nacerdz avatar
Nacerdz 11 2月

My strategy (EMA73)works on eurusd ,and one hour period,
the indicators used in this strategy are (ema) period (3) and ema period (7) (MEDIAN_PRICE)
the script of the strategy use onBar class;
with the opening of each new bar ; relative position of ema (3) and ema (7) decides what position will be opened
Shorts :
if the difference (diff1 = ema (3)-ema (7)) is positive then it is a short position at market price
the stop is 63 pips above Open of the last bar closed (the stop is variable)
tp is 18 pips below the Close of the last bar closed

Nacerdz avatar
Nacerdz 11 2月

long :
if the difference (diff2 = ema (7)-ema (3)) is positive then it is a long position at market price
the stop is 63 pips below Open of the last bar closed (the stop is variable)
tp is 18 pips above the Close of the last bar closed
the ratio (Stop /Tp) and the percentage of winning positions are key to the success of this strategy .
need over time to ensure

留言


(写几个关于附加修改的词)

(例如: 1.1, beta, alpha)