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

Close@Profit - MetaTrader 4용 expert

조회수:
65127
평가:
(48)
게시됨:
2014.07.11 14:37
업데이트됨:
2016.11.22 07:32
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

Close@Profit is an EA that close orders after defined profit or loss.

You can define if to close only trades on current symbol or to close all orders on all symbols, to close only opened trades or also delete pending orders.

Based on Close at Profit idea from Matus German but including Commissions, Swaps and changes in UI.

Input variables

  • UseProfitToClose = true; - if it is true the EA will close trades when the profit is greater than defined profit to close
  • ProfitToClose = 100; - the defined profit in account currency, when close trades
  • UseLossToClose = false; - if it is true the EA will close trades when the loss is greater than defined loss to close
  • LossToClose = 100; - the defined loss in account currency, when close trades
  • AllSymbols = true; - if it is true the EA closes trades on all symbols, if false- only on current symbol where EA is attached
  • PendingOrders = true; - if it is true the EA closes also pending orders, on all symbols or current symbol depends on AllSymbols setting
  • MaxSlippage = 3; - maximal allowed slippage in pip
  • LegendColor = White; - color of label text
  • VariablesColor = Gold; - color of variables
  • FontSize = 8; - Font size

Time Filter Library Time Filter Library

The function will filter the trade positon. If the current time in the time you set, the function will return true.

Candle Time End And Spread Candle Time End And Spread

The indicator shows candle end time and current spread.

Forex Indicator Black & White Beauty Win ~ BBWin Forex Indicator Black & White Beauty Win ~ BBWin

BBWin is the Bollinger Bands® indicator in the separate window with trend lines.

Moving Avreage Moving Avreage

Once the price closes above or below the two moving (60 &100) a signal is generated. Signal must be generated ONLY in-case the price closes above/below the TWO lines.