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

Sell with Buy Stop Hedge for chart symbol / Buy with Sell Stop Hedge for chart symbol - MetaTrader 4のためのスクリプト

削除済み
ビュー:
1842
評価:
(3)
パブリッシュ済み:
2024.03.28 16:11
アップデート済み:
2024.03.28 16:58
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動


It has been over two yeas I don't use  stop orders much.

Instead of placing Stop Loss orders, I use hedged pending orders.

I use this scripts often in my trading with keyboard shortcuts ALT+B vs ALT+S, so I think is useful enough to share this scripts with you.



#property copyright     "Copyright 2024, MetaQuotes Ltd."

#property link          "https://www.mql5.com"

#property version       "1.01"

#property description   "persinaru@gmail.com"

#property description   "IP 2024 - free open source"

#property description   "Buy with Sell Stop Hedge for chart symbol"

#property description   ""

#property description   "WARNING: Use this software at your own risk."

#property description   "The creator of this script cannot be held responsible for any damage or loss."

#property description   ""

#property strict

#property show_inputs

#property script_show_inputs



extern int    Distance           = 20 ;

extern int    TP                 = 0;

extern int    SL                 = 0;

extern int    TP_Stop_ORD        = 0;

extern int    SL_Stop_ORD        = 0;

extern double Lot                = 0.10; 

//01.00 = 1 Standard Lot $100.000


    Global Close Orders Management Global Close Orders Management

    Orders Closure

    Symbol Spread Equity Profit Banner V1.mq4 Symbol Spread Equity Profit Banner V1.mq4

    Simple banner showing Symbol Spread Equity Profit Banner