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

Expert Advisor Template with Trailing Stop v2 - MetaTrader 4용 expert

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

This is a template for Expert Advisor coders to decrease their coding time. It contains Trailing Stop, autolots (true or false) and function scanning previous candles to find the lowest and the highest order price in the past. Ready to use buy, buystop, sell, sellstop scripts.

There is a lot more innovations to make it work better like buy, sell block or max orders opened on current symbol. Magic number etc.

  • eatemplate v3.mq4 contains my comments to show you how every line in my code works;
  • eatemplateclean v3 doesn't contain my comments.
  • eateamplateworking v3 is simply ea, that shows template in action.

Hello!

  • I have updated my template! Now orders are set with magic number which prevents script from modifying your orders set manually. Now you can trade by hand and by script in same time without errors!!!
  • Also there is now BA ( stoploss moving to order opening price + spread to make order safe )
  • Now template contains buystop and sellstop orders with easy inputs modyfing order lifetime and distance from actual price in pips.
  • Added working template to show the way, my template works.

Second update!

  • I also added max spread limit. If spread is bigger than "maxspread" orders wont open.


EA based on indicator SAR, ADX and SMA 100 EA based on indicator SAR, ADX and SMA 100

This Expert Advisor is based on SMA, ADX and SAR indicators.

Advanced ADX Advanced ADX

Advanced ADX indicator.

i-AMMA i-AMMA

Average Modified Moving Average.

Genie Genie

Parabolic SAR ADX Expert Advisor.