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

[EA] - Charles-1.3.7 - MetaTrader 4용 expert

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

Description:

The idea is the same of the previous version except that now it tries to maximize the gain when profitable and allows to play with trailing stop and profit in order to close profitable orders even when stalled in "protected" condition trying to exit.

A couple of examples (not optimized)

A new indicator to see the range bound period and an Expert Advisor similar need help A new indicator to see the range bound period and an Expert Advisor similar need help

I wrote a new indicator to find the range bound period, then we can place order when the price break the range bound.

ind_aMU. ind_aMU.

The indicator specifies on trend and lateral movements of the price.

Zigzag with line at lows and line at highs Zigzag with line at lows and line at highs

See http://forum.mql4.com/54660 for getting a connection between highs and a connection between lows. I made a zigzag this way.

RSI Breakout RSI Breakout

The Expert Advisor places buy trades when RSI crosses above 73 and sells when it drops below 27. A trailing stop based on ATR protects profits.