EMAplusWPRv1_1

0
(0)
Tên:
EMAplusWPRv1_1
Tác giả: chuyến tham quan18 (2011.03.30 09:24)
Đã tải xuống: 5067
Tải xuống:
 

PHIÊN BẢN THỰC TẾ : http://codebase.mql4.com/7746

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 Vốn chủ sở hữu ban đầu của EUR và để giảm thiểu mức rút vốn. Hope you like it. I appreciate every feedback.

Optimized for EURUSD 5 tối thiểu

I have removed some bugs, changed position sizing, you define the % of your account you want to risk on a single trade. I added simple trailing stop, if trailingStop = 0, then it is disabled.

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.

đầu vào:

extern double takeProfit      = 200;      // take profit
extern double maxStopLoss     = 50;       // stop loss

extern double maxLots         = 10;       // max lots per position
extern double maxContracts    = 2;        // max open positions, 2 is optimal for smoother equity

extern double EMA             = 144;      // EMA to identify trend
extern int    iWPRPeriod      = 46;       // Williams' Percentage Range to determine buy/sell signals
       int    iWPRretracement = 30;       // retracement of Williams' Percentage to allow next trade
extern double trailingStop    = 50;       // dường cụt, sử dụng 0 to disable trailing stop
extern int    risk            = 2;        // % of account you want to risk on a trade
extern double magicNumber     = 13131;

Báo cáo thử nghiệm chiến lược

EMAplusWPRv1_1
XTrade-MT4 Demo (Xây dựng 229)
Biểu tượng EURUSD (Đồng Euro so với Đô la Mỹ)
Giai đoạn 5 Phút (M5) 2010.01.04 00:00 - 2011.02.01 23:55 (2010.01.04 - 2011.02.02)
Người mẫu Mỗi tích tắc (the most precise method based on all available least timeframes)
Thông số takeProfit=200; maxStopLoss=50; maxLots=0.1; maxContracts=2; EMA=144; iWPRPeriod=46; trailingStop=50; risk=6; magicNumber=13131;
Bars in test 59025 Ticks modelled 7365767 Modelling quality n/a
Lỗi biểu đồ không khớp 8220
Tiền gửi ban đầu 1000.00
Tổng lợi nhuận ròng 1635.88 Lợi nhuận gộp 4478.56 Tổn thất gộp -2842.67
yếu tố lợi nhuận 1.58 Expected payoff 3.92
Absolute drawdown 22.16 Maximal drawdown 249.69 (10.77%) Relative drawdown 12.99% (188.82)
Tổng số giao dịch 417 Vị trí ngắn (thắng %) 198 (67.68%) Long positions (thắng %) 219 (73.52%)
lợi nhuận giao dịch (% Tổng) 295 (70.74%) Giao dịch thua lỗ (% Tổng) 122 (29.26%)
lớn nhất profit trade 67.23 loss trade -39.62
Trung bình profit trade 15.18 loss trade -23.30
tối đa chiến thắng liên tiếp (profit in money) 20 (273.93) consecutive losses (loss in money) 6 (-142.17)
Maximal consecutive profit (count of wins) 326.42 (15) consecutive loss (count of losses) -142.17 (6)
Trung bình chiến thắng liên tiếp 4 consecutive losses 2

EMAplusWPRv1_1 1

To use my position sizing increase the maxLots size and define the risk - bao nhiêu % of your account you want to risk on a single trade.

For position sizing I use the following code:

   minAllowedLot  =  MarketInfo(Biểu tượng(), MODE_MINLOT);    //IBFX= 0.10
   lotStep        =  MarketInfo(Biểu tượng(), MODE_LOTSTEP);   //IBFX= 0.01
   maxAllowedLot  =  MarketInfo(Biểu tượng(), MODE_MAXLOT );   //IBFX=50.00

   balance = AccountBalance();  
   ilo   =  ((THĂNG BẰNG * rủi ro / 100) / maxStopLoss); 

   lots  =  NormalizeDouble(ilo, 0) * rất nhiềuBước;

   nếu như (rất nhiều < minAllowedLot)  lots = minAllowedLot;
   nếu như (rất nhiều > maxLots)        lots = maxLots;
   nếu như (rất nhiều > maxAllowedLot)  lots = maxAllowedLot;

Báo cáo thử nghiệm chiến lược

EMAplusWPRv1_1 + position sizing
XTrade-MT4 Demo (Xây dựng 229)
Biểu tượng EURUSD (Đồng Euro so với Đô la Mỹ)
Giai đoạn 5 Phút (M5) 2010.01.04 00:00 - 2011.02.01 23:55 (2010.01.04 - 2011.02.02)
Người mẫu Mỗi tích tắc (the most precise method based on all available least timeframes)
Thông số takeProfit=200; maxStopLoss=50; maxLots=10; maxContracts=2; EMA=144; iWPRPeriod=46; trailingStop=50; risk=6; magicNumber=13131;
Bars in test 59025 Ticks modelled 7365767 Modelling quality n/a
Lỗi biểu đồ không khớp 8220
Tiền gửi ban đầu 1000.00
Tổng lợi nhuận ròng 4655.80 Lợi nhuận gộp 13740.16 Tổn thất gộp -9084.36
yếu tố lợi nhuận 1.51 Expected payoff 11.16
Absolute drawdown 22.16 Maximal drawdown 1139.43 (28.08%) Relative drawdown 28.08% (1139.43)
Tổng số giao dịch 417 Vị trí ngắn (thắng %) 198 (67.68%) Long positions (thắng %) 219 (73.52%)
lợi nhuận giao dịch (% Tổng) 295 (70.74%) Giao dịch thua lỗ (% Tổng) 122 (29.26%)
lớn nhất profit trade 268.93 loss trade -256.75
Trung bình profit trade 46.58 loss trade -74.46
tối đa chiến thắng liên tiếp (profit in money) 20 (353.21) consecutive losses (loss in money) 6 (-354.36)
Maximal consecutive profit (count of wins) 1466.13 (15) consecutive loss (count of losses) -664.91 (4)
Trung bình chiến thắng liên tiếp 4 consecutive losses 2

EMAplusWPRv1_1 2

 

9 bình luận Để gửi bình luận mới, Xin vui lòng đăng nhập hoặc đăng ký

genial!!!!!

01.06.2011 06:11 ea20102010

EMAplusWPRv1_1 3
19.05.2011 01:16 Pityka888

but its a great job m8

03.05.2011 20:32 zaratrau

with me doesnt work at all

03.05.2011 20:20 zaratrau

Xin chào, congratulations for your EA, I am already using it on real, however with 500 usd start deposit. It is doing ok so far for a month and a half.

The new version, tuy nhiên, will not open trades correctly, it will start with 0.01 nhiều, Broker STS Finance, and will not increase it. Please vefify this it might be just a little bug 🙂

Gợi ý: You might include MACD 4H filter, and open trades only in the direction of relationship of Convergence/divergence bars and signal line. This is only suggestion not mandatory, the EA worsk ok so far as I said.

Chúc mừng,

Vladimir Draganov

[email protected]

11.04.2011 20:19 vlddrg

Can i ask you, how can i set my own lot size with this EA.

I am a beginner so i hope some one can teach me, Cảm ơn.

31.03.2011 21:22 nomis

CHÀO,

thanks for new version.

you should make a backtest from 2011.02.02 TRÊN, because the last version made only losses since then.

Re

31.03.2011 09:21 KlamseN

the trailingStop does not trail at all
30.03.2011 14:06 razoff

CHÀO

Can you help me to create a Bollinger Bands and Stochastic in 1 kịch bản ?

so that i can use it in my expert advisor

Bài đăng này hữu ích như thế nào?

Bấm vào một ngôi sao để đánh giá nó!

Đánh giá trung bình 0 / 5. Số phiếu bầu: 0

Không có phiếu bầu cho đến nay! Hãy là người đầu tiên đánh giá bài viết này.

Chúng tôi xin lỗi vì bài đăng này không hữu ích cho bạn!

Hãy để chúng tôi cải thiện bài đăng này!

Hãy cho chúng tôi biết cách chúng tôi có thể cải thiện bài đăng này?



Tác giả: Nhóm ngoại hối Wiki
Chúng tôi là một nhóm gồm các Nhà giao dịch ngoại hối giàu kinh nghiệm [2000-2023] những người cống hiến để sống cuộc sống theo cách riêng của chúng ta. Mục tiêu chính của chúng tôi là đạt được sự độc lập và tự do về tài chính, và chúng tôi đã theo đuổi việc tự học và có được nhiều kinh nghiệm trong thị trường ngoại hối như là phương tiện của chúng tôi để đạt được lối sống bền vững.