MT5 Scripts
MetaTrader 5 (MT5) scripts are small programs that perform one-time actions within the MetaTrader 5 trading platform; MQL5 source codes available
Multi_BuyLimitOrders & Multi_BuyStopOrders – script MetaTrader 5
Multi_BuyLimitOrders & Multi_BuyStopOrders – script MetaTrader 5
Multi SellLimitOrders & Multi SellStopOrders – script MetaTrader 5
Multi SellLimitOrders & Multi SellStopOrders – script MetaTrader 5
Risk Calculator – script MetaTrader 5
Calculates the risk in the account currency for a given trading volume of the selected symbol at different time periods and publishes it in the journal in the Experts tab of Toolbox. Risk Calculator – script MetaTrader 5
VPS Trailing Stop Service – script MetaTrader 5
Place the file into Services Terminal Folder. The picture above shows an example of setting up a new sell order with the corresponding comment – 1800 points. The picture above shows the result of sell order the corresponding comment – 1800 points. The picture above shows an example of setting up a graphical object of … Read more
Drag and Drop Move StopLoss – script MetaTrader 5
Set StopLoss by just dragging and dropping script on the desired price level. Drag and Drop Move StopLoss – script MetaTrader 5
Drag and Drop Move TakeProfit – script MetaTrader 5
Set TakeProfit by just dragging and dropping script on the desired price level. Drag and Drop Move TakeProfit – script MetaTrader 5
Simplest CSV file reader – script MetaTrader 5
Use this simplest class to read CSV file with out any preparations and types casting declarations. Find the shortest usage example below. string Filename = “filename.csv”; CDKSimplestCSVReader CSVFile; // Create class object // Read file pass FILE_ANSI for ANSI files or another flag for another codepage. // Give values separator and flag of 1sr line … Read more
Multi_BreakEven.mt5 – script MetaTrader 5
Multi_BreakEven is a script file that enables setting multiple entry positions to breakeven, either through pips or a target price, once the trade becomes favorable. This feature ensures that the investor safeguards their investment, allowing the trade to either reach the desired profit target or exit at the breakeven point. Traders can opt for the … Read more