EMAplusWPR_V2

0
(0)

> I see nothing free on your site

This line not my post but if you look 這裡 there are free source code EA's

And here are 自由的 compiled EA's, indis and tools

No email or registration required, just download

FWIW

-BB-

04.08.2011 10:51 BarrowBoy

Needs a Trading Hours filter as found in this LiveAlligator 101 - working example of an intraday/swing trading EA - original author is Rustein

Also ECN handling would be an idea and 'reliable order handling'

FWIW

-BB-

04.08.2011 00:58 BarrowBoy

姓名:
EMAplusWPR_V2
作者: 旅遊18 (2011.08.03 17:53)
評分: 10
已下載: 19340
下載:
EMAplusWPR_V2 1
EMAplusWPR_V_2.mq4 (12.1 KB) 看法
 

Expert advisor that trade in the trend of EMA and buy/sell signals get from Williams %R

I have tried to create an Expert advisor that could by traded with 1000 歐元起始資產並儘量減少回撤. Hope you like it. I appreciate every feedback.

Optimized for EURUSD 5 分鐘

I have removed some bugs, removed position sizing, add some inputs.

You use it on your own risk. I am not responsible for your loss, you have to change, test and optimize it for your purpose.

have not optimized itold versions:

http://codebase.mql4.com/7348

http://codebase.mql4.com/7458

 

輸入:

extern string    separator1 = "------trend settings------";
extern bool      useEMAtrend = true;               // trade in EMA trend
extern int       barsInTrend = 1;                  // how many bars should be in trend
extern double    EMAtrend = 144;                   // EMA period for trend

extern string    separator2 = "------WPR settings------";
extern double    iWPRPeriod = 46;                  // WPR period for enter and exit
extern double    iWPRRetracement = 30;             // minimal retracement for WPR to allow another trade
extern bool      useWPRExit = true;                // use exit with WPR indicator

extern string    separator3 = "------position settings------";
extern double    lots = 0.1;                       // fixed lot size
extern int       maxTrades = 2;                    // max trades allowed for pyramiding
extern double    stop_loss = 50;                   // stop loss
extern double    take_profit = 200;                // take profit
extern bool      useTrailingStop = false;          // use trailing stop
extern double    trailing_stop = 10;               // trail stop loss
extern bool      useUnprofitExit = false;          // exit trade when trade was not in profit in defined amount of bars
extern int       maxUnprofitBars = 5;              // amount of bars not in profit
6 評論 發表新評論, 請 登錄 或者 登記

i risultati esposti sono molto buoni.......h o scaricato, ma non riesco a farlo funzinare con i parametri default.......quancuno mi aiuta??'

GRAZIE MILLE

27.07.2012 21:02 pasqui

Did you write this Code? I am trying to find someone that can write a similar EA for me. I have the concept but do not know how to write the code.
16.02.2012 15:17 gator

indeed is profitable but needs optimization

22.10.2011 22:45 barauskasjustin

EMAplusWPR_V2 2

DEFAULT SETTINGS

象徵 EURUSDFXF (歐元兌美元)
時期 5 分鐘 (M5) 2007.03.30 17:01 - 2011.09.30 00:59 (2007.01.01 - 2011.06.20)
模型 每一個刻度 (基於所有可用的最短時間範圍的最精確方法)
參數 separator1="------trend settings------"; useEMAtrend=true; barsInTrend=1; EMAtrend=144; separator2="------WPR settings------"; iWPRPeriod=46; iWPRRetracement=30; useWPRExit=true; separator3="------position settings------"; lots=0.1; maxTrades=2; stop_loss=50; take_profit=200; 使用TrailingStop=false; trailing_stop=10; useUnprofitExit=false; maxUnprofitBars=5; magicNumber=13131;
Bars in test 335572 Ticks modelled 34632921 Modelling quality 99.00%
圖表錯誤不匹配 0
初始保證金 10000.00
Total net profit 3924.40 毛利 32367.40 Gross loss -28443.00
利潤係數 1.14 Expected payoff 1.64
Absolute drawdown 376.60 Maximal drawdown 1261.60 (8.53%) Relative drawdown 8.53% (1261.60)
總交易 2399 Short positions (韓元 %) 1100 (65.45%) Long positions (韓元 %) 1299 (69.44%)
利潤交易 (% 總計) 1622 (67.61%) 虧損交易 (% 總計) 777 (32.39%)
最大 profit trade 136.60 loss trade -54.80
平均的 profit trade 19.96 loss trade -36.61
最大限度 連續獲勝 (profit in money) 30 (287.20) consecutive losses (loss in money) 12 (-599.60)
Maximal consecutive profit (count of wins) 455.80 (18) consecutive loss (count of losses) -599.60 (12)
平均的 連續獲勝 4 consecutive losses 2

這篇文章有多有用?

點擊一顆星即可對其進行評分!

平均評分 0 / 5. 計票數: 0

目前還沒有投票! 成為第一個評價這篇文章的人.

很抱歉這篇文章對您沒有用!

讓我們改進這篇文章!

告訴我們如何改進這篇文章?



作者: 外匯維基團隊
我們是一支經驗豐富的外匯交易員團隊 [2000-2023] 致力於以我們自己的方式生活的人. 我們的主要目標是實現財務獨立和自由, 我們追求自我教育並在外匯市場上獲得豐富的經驗,以此作為實現自我可持續生活方式的手段.