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

StopLoss Calculation - MetaTrader 4のためのライブラリ

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

This library made to simplify calculating your Stop Loss for market execution orders.

This library enables you to put your Stop Loss in Points, or you can make ATR(true) to calculate your stop loss depending on ATR indicator; and you can change ATR Multiplier which is 3 by default.

Your Stop Loss is calculated depending on your position, if you are opening Buy position, use StpLoss(0) function with Parameter=0, or use StpLoss(1) function with Parameter=1 for Sell positions.

If you want to use this function for OrderModify(), you can put StopLoss= StpLoss(OrderType()).

SmartTrail SmartTrail

This library has SmartTrail trail function that depends on the previous candle.

MoneyManagement MoneyManagement

It calculates the lot size depending on risk percentage entered by user in input parameters.

Fibonacci Levels Fibonacci Levels

This is an indicator which draws Fibonacci levels as indicator indexes.

Hidden StopLoss Hidden StopLoss

This library is made for experts that need to calculate StopLoss and TakeProfit without putting SL/TP points on the trade.