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

Carry Trade Tools - MetaTrader 4のためのエキスパート

ビュー:
13174
評価:
(19)
パブリッシュ済み:
2020.01.25 02:17
アップデート済み:
2020.02.24 00:30
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

  • If you open for a swap earning positions only. This is an extra income on top of the trading income.
  • If the pairs that you want to trade is not in the list, you can simply insert it in the array. Go to this part of the script. Insert the pairs. Increase the values of PairCount and Pairs[x].
//=====================================================================//
//    Variables
//=====================================================================//
int    PairCount =7;
string Pairs[7]={"EURUSD","GBPUSD","AUDUSD","NZDUSD","USDCAD","USDCHF","USDJPY"};




    Set Stoploss and Takeprofit at same level for multiple orders Set Stoploss and Takeprofit at same level for multiple orders

    Let's say we have 20 open orders on one symbol and want to set takeprofit or stoploss for all of them at the same level(price) .The script selects all open orders of the symbol and can modify stoploss or takeprofit or both at the desired level (price). If the input parameters are left to zero , the stop or the takeprofit are left unchanged .

    Dynamic Stop Loss Dynamic Stop Loss

    Dynamic Stop-Loss is a tool for traders who trade without a stop-loss. It gives the traders a trick to trade as if there is no stop-loss but actually using one.

    Dynamic Pivot Dynamic Pivot

    Dynamic Pivot Indicator, provide all timeframes and extra timeframes

    RSI with BB RSI with BB

    RSI with Bollinger Bands calculated on it