Custom Moving Average Input Color – indicator MetaTrader 5

Custom Moving Average Input Color
New input parameter “line color” has been added. You probably noticed that if an Expert Advisor uses the Moving Average indicator data, then this indicator is displayed ONLY in red in the visual tester mode. If such an EA uses data of three Moving Averages, all three indicators are shown in red. So it is … Read more

Expert Advisor for Opening Multiple Buy and Sell Orders Based on User Input – EA MetaTrader 5

Expert Advisor for Opening Multiple Buy and Sell Orders Based on User Input - expert for MetaTrader 5
This Expert Advisor (EA) for MetaTrader 5 (MT5) opens multiple buy and sell orders based on user input. The EA has input variables for the number of buy and sell orders, risk percentage per trade, stop loss, take profit, and slippage. It also includes a simple user interface with Buy and Sell buttons that trigger … Read more

Input and output of onnx model – script MetaTrader 5

Input and output of onnx model - script for MetaTrader 5
ONNX is an open-source format for representing machine learning models. The script allows the user to select an ONNX model file through a file dialog. It then creates an ONNX session, retrieves information about the input and output tensors in the model, and prints this information to the console. Here’s a breakdown of the script’s … Read more