VPS Trailing Stop Service – script MetaTrader 5

VPS Trailing Stop Service - script for 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

Simplest CSV file reader – script MetaTrader 5

Simplest CSV file reader - script for 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.mt5 - script for 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