Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

OpenBuyStopOrder - MetaTrader 5 Script | Trading Script Download - MT4/MT5 Resources

author EAcpu | 2 reads | 0 comments |

Script for placing BuyStop 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

📎 openbuystoporder.mq5 (31.49 KB)

Source: MQL5 #17978

Verification code Refresh