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

BreakEven&TrailingStop - MetaTrader 4のためのライブラリ

ビュー:
10538
評価:
(11)
パブリッシュ済み:
2016.04.04 15:21
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

This library has two functions: BreakEven & TrailingStop.

BreakEven: this is a function to make StopLoss==OrderOpenPrice( ) when the condition is met: the difference between price and OrderOpenPrice is more than BreakEven (defined as an input variable).

TrailingStop: this is a function to make StopLoss moving after price by a definite number of points defined as an input variable (TrailingStop) and it's condition is the price moving in the right way and the difference between price and OrderOpenPrice is more than TrailingStop.

Lot Multiple Lot Multiple

This function calculates your lot size depending on definite conditions explained in input variables.

Doctor EA Doctor EA

This Expert Advisor depends on Moving Average 400 to indicate trend and "slope-direction-line" indicator, it will be attached with EA.

Count Buy-Sell Position Count Buy-Sell Position

This library has two functions: first to count OP_BUY positions and second to count OP_SELL positions.

PriceAction indicator PriceAction indicator

PriceAction indicator based on indicating Price Action candles. It indicates each candle type by different colored histogram bars.