無料でロボットをダウンロードする方法を見る
Twitter上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
エキスパート

[EA] - Charles-1.3.7 - MetaTrader 4のためのエキスパート

ビュー:
15505
評価:
(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.