OpenSellStopOrder - MetaTrader 5 Script - MT4/MT5 Resources
Script for placing SellStop orders.
Script input parameters:
//+------------------------------------------------------------------------+ //|Script input parameters | //+------------------------------------------------------------------------+ Enter double MM= 0.1 ; // Money Management Input integer deviation = 10 ; // price deviation Input unit Level = 100 ; // Order distance (in pounds) Input unit Stop loss = 300 ; // Stop loss points at the current price Enter the unit Take Profit = 800 ; // Profit in points from the current price Enter the total time in units = 4 ; // Number of attempts when the transaction is unsuccessful Input unit sleep time = 1 ; // Pause between attempts (in seconds)
Attachment download
📎 opensellstoporder.mq5 (31.56 KB)
Source: MQL5 #17979
💡 Featured Recommendations
✍️ Latest by the author
- •
- •
- •
- •
- •
- •
📌 Popular topics
- •
- •
- •
- •
- •
- •
- •
- •
🔗 You May Be Interested In
- •
- •
- •
- •
- •
- •