無料でロボットをダウンロードする方法を見る
Twitter上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
エキスパート

Daily Opening EA (needs improvement ideas!) - MetaTrader 4のためのエキスパート

B
ビュー:
11341
評価:
(4)
パブリッシュ済み:
2010.07.12 08:56
アップデート済み:
2016.11.22 07:32
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

Obviously looking for ideas to improve! Open to comments and code changes.

Message me or reply with your ideas/comments.

I'll implement them as fast as possible and get back to you with the results.

The Idea:

Using an assortment of indicators, we try to predict the general direction of the next day. In the current version, the indicators are CCI(50), RSI(21), and MACD(default). If it thinks the day will be bearish, it puts up a sell pending only; same with buy pending. It also uses adjustable lot sizes. You can specify what fraction of your current equity you want to risk, then it will calculate the appropriate lot size (max 10 for now) based on your allowable risk. For example, RiskPercentage = 0.01 = 1%. That means if you lose a trade, it will be about 1% of your previous equity. Well, that's the idea anyways. Who knows if it actually works properly. Also note: STOPLOSS AND TAKEPROFIT VARIABLES ARE BOTH IN POINTS - ADJUST PER BROKER. THE EA WAS WRITTEN FOR A 5 DIGIT BROKER.

Disclaimer: this EA was developed by studying the many EAs already on this site, a good number of them using this same strategy. I don't take credit for the idea. I just want to help develop it!

Current Results:

Currently, the results aren't profitable. I've attached the reports from backtesting for the most recentish 1.5 years and for all my history data. Neither of these results were optimized. Just using the default values I setup at random.

I think I found some time ago that a 2-5% risk percentage yielded the best results. This is an old EA that I've recently started to develop again so those old results are lost in my subconscious already. Anyways, this might prove interesting to some people - it helps confirm what you hear lots of traders saying about risking only 2% of your current equity.

What We Need To Do:

  • Increase the winning percentage (find better indicators?)
  • Find optimal TP/SL pairings
  • Find optimal pair to trade
  • Clean da codez
USD Strength Effect Indicator USD Strength Effect Indicator

This indicator uses the position and direction of 7 pairs to gauge the overall effect that (by default) the USD currency may have on the pair that you are trading. Base currency can be changed.

psar bug 3 psar bug 3

Opens and closes orders using parabolic SAR

RSI Peak & Bottom RSI Peak & Bottom

It showed the peak/bottom at rsi14

Indicator Pivot Multi Time Indicator Pivot Multi Time

Indicator that shows two resistance levels, 2 levels of support and pivot, they calculated the traditional way.