MQL5 Algo Trading
387K subscribers
2.56K photos
2.56K links
The best publications of the largest community of algotraders.

Subscribe to stay up-to-date with modern technologies and trading programs development.
Download Telegram
A service is available for developers needing efficient swap management, aimed at monitoring and recording swap changes for designated symbols. This service routinely inspects the swap rates, logging any updates into CSV files named after each symbol and organized by month. For instance, a file named 202410.csv will contain data for October 2024, capturing the date-time, long swap, and short swap on each line. The system also tracks swap alterations in existing positions, issuing alerts for any variations identified. The program operates as a script within a chart if the directive `#property service` is commented out, although deploying it as a service is advised. Due to limitations in MQL5's support for the service program type, the code is distributed as a script.
#MQL5 #MT5 #script #Algorithm

Read more...
18👍14👌2👏1👨‍💻1
The EA under discussion presents a streamlined version of the RRS Randomness in Nature EA. Designed to operate without relying on traditional technical analysis such as indicators or price patterns, it randomly selects trades, currency pairs, lot sizes, and order types. Despite its randomness, the EA allows for multiple trading strategies and customizable options including risk management. Key elements include setting minimum and maximum lot sizes to control randomness, configurable stop loss and take profit values, and a choice of risk management through fixed money or balance percentage methods. The EA also determines the maximum spread and slippage to execute trades effectively. Users should note that if encountering any operation errors, removing '#property strict' from line 8 of the code may resolve the issue.

👉 Read | CodeBase | Share!

#MQL4 #MT4 #EA
👍2318👾4🏆2👨‍💻2