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 バローボーイ

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 バローボーイ

名前:
EMAplusWPR_V2
著者: ツアー18 (2011.08.03 17:53)
評価: 10
ダウンロード済み: 19340
ダウンロード:
EMAplusWPR_V2 1
EMAplusWPR_V_2.mq4 (12.1 キロバイト) 意見
 

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 EUR starting equity and to minimize the drawdown. 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; useTrailingStop=false; trailing_stop=10; useUnprofitExit=false; maxUnprofitBars=5; magicNumber=13131;
テスト中のバー 335572 モデル化されたティック 34632921 モデリング品質 99.00%
チャートの不一致エラー 0
頭金 10000.00
純利益合計 3924.40 粗利益 32367.40 総損失 -28443.00
プロフィットファクター 1.14 期待される見返り 1.64
絶対ドローダウン 376.60 最大ドローダウン 1261.60 (8.53%) 相対ドローダウン 8.53% (1261.60)
総取引数 2399 ショートポジション (勝利した %) 1100 (65.45%) ロングポジション (勝利した %) 1299 (69.44%)
利益取引 (% 合計の) 1622 (67.61%) 損失取引 (% 合計の) 777 (32.39%)
最大 利益貿易 136.60 損切り -54.80
平均 利益貿易 19.96 損切り -36.61
最大 連勝 (お金の利益) 30 (287.20) 連敗 (金銭の損失) 12 (-599.60)
最大 連続利益 (勝利数) 455.80 (18) 連敗 (損失の数) -599.60 (12)
平均 連勝 4 連敗 2

この投稿は役に立ちました?

星をクリックして評価してください!

平均評価 0 / 5. 投票数: 0

これまでのところ投票はありません! この投稿を最初に評価してください.

この投稿が役に立たなかったことをお詫び申し上げます!

この投稿を改善しましょう!

この投稿を改善する方法を教えてください?



著者: 外国為替ウィキチーム
私たちは経験豊富な外国為替トレーダーのチームです [2000-2023] 自分の思いどおりに人生を生きることに専念している人. 私たちの主な目的は、経済的自立と自由を獲得することです, 私たちは自立可能なライフスタイルを実現する手段として、独学で外国為替市場での豊富な経験を積んできました。.