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

Buy Sell Stop Buttons - MetaTrader 4용 expert

조회수:
24593
평가:
(23)
게시됨:
2018.12.24 02:33
업데이트됨:
2019.02.26 18:53
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

"Buy Sell Stop Buttons" EA sets up 3 buttons for manual trading and allows to predetermine trailing stoploss & take profit, open and close all trades at once.

USEMOVETOBREAKEVEN  system functions like a stop loss

But a one-time function with a smaller value than the subsequent Stop Loss value to lock minimal profit and avoid loss if the price goes against you.

If you have reached a certain value of pips with the direction of the trade -

  • WHENTOMOVETOBE - When to move break even (values: 10-100).

So how many pips would you like to move the stop loss above the price line of the open trade-

  • PIPSTOMOVESL - How much pips to move stop loss (values: 10-100).


Inputs

  • USEMOVETOBREAKEVEN - Enable "no loss" break even system (values: 0-1).
  • USESTOP - Enable automatic "STOP"  function (values: 0-1).
  • WHENTOMOVETOBE - When to move break even (values: 10-100).
  • PIPSTOMOVESL - How much pips to move stop loss (values: 10-100).
  • Lots - Lots size (values: 0.01-10).
  • MaximumRisk - maximum risk from total margin in %, (values: 0.01 - 0.3).
  • If "MaximumRisk =0" then "Lot=constant"
  • DecreaseFactor - decrease from total margin if you lose a trade.
  • TrailingStop-set a value from 10 to 100 to activate trailing stop loss & take profit, "0" will not activate trailing stop loss.
  • Stop_Loss - Stop Loss (values: 10-100).
  • MagicNumber - Magic number (values: 1-100000).
  • TakeProfit - Take Profit (values: 10-100).
  • NumberOfTrades-Number Of Trades(values: 1-10).
Buy Sell Stop Buttons
Harami Harami

"Harami" trades with 2 Moving Averages and an Harami pattern has Trailing Stop Loss &Take Profit works on 4H & 1D time frames major forex pairs and stocks NASDAQ.

Displays open SL and TP totals Displays open SL and TP totals

This indicator will display the combined values of all stop losses and take profits.

Easy Canvas (iCanvas) Easy Canvas (iCanvas)

The library and iCanvas class simplify writing programs using Canvas.

Position Size Calculator - Based on VP Money Management rules Position Size Calculator - Based on VP Money Management rules

This indicator is based on the Money Management approach used by VP from nononsenseforex.com It uses ATR to calculate Stop Loss, Take Profit and Volume you should enter into a trade based on the percentage of your Equity you want to risk.