거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
Experts

Carry Trade Tools - MetaTrader 4용 expert

조회수:
13337
평가:
(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