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

ProfitTrailing - MetaTrader 4のためのエキスパート

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

ProfitTrailing is to realize virtual profit trailing.

Parameters:

  • minlots: the min lots unit for calculation,usually is 0.01;
  • minlotsprofittrailingsl: profit trailing stoploss per minlots, default is 2.2, for example,when the order lots is 0.01,current profit is 3, the orders virtual profit stoploss is 0.8(3 - 2.2), when the lots is 0.02, current profit is 10, the orders virtual profit stoploss is 5.6(10-(0.02/0.01)*2.2);
  • minlotsprofittp: profit take per minlots, when profit is great than minlotsprofittp,close the order immediately;
  • slippage: slippage when close order.

This EA is suitable for any charts,it check all orders profit every 2 second with OnTimer(),and record the data in arrays.

Advantage:

  1. Maximize profit with low risk,just like trailing stop;
  2. Hide the trailing stop/stop loss/take profit positions,for some brokers may increase spread(Ask - Bid) factitiously.

Note:

This EA is created days ago and still under real account testing, any bugs or ideas,please kindly tell me.

Genie Genie

Parabolic SAR ADX Expert Advisor.

i-AMMA i-AMMA

Average Modified Moving Average.

Trend Strength Indicator Trend Strength Indicator

This indicator based on a 5 period simple moving average detects trends: if there is an uptrend then shows green bars, if there is a downtrend then shows red bars, if there is a weak trend then shows yellow bars.

3 EMA Crossover 3 EMA Crossover

3 EMA Crossover Indicator.