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.
Version: Date: Status: Description:
4 27.11.2015 Not running  Download
4 27.11.2015 Not running  Download
4 27.11.2015 Not running  Download
3 31.12.2013 Not running  Download
2 10.11.2013 Not running  Download
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)  Download
Nacerdz avatar
Nacerdz 11 Feb.

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 Feb.

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

orto leave comments


(few words about added changes)

(example: 1.1, beta, alpha)