Simplified “EuroSurge” Expert Advisor (EA) for MetaTrader 4 (MT4) – EA MetaTrader 4

Simplified "EuroSurge" Expert Advisor (EA) for MetaTrader 4 (MT4) - expert for MetaTrader 4
This code represents a simplified version of “EuroSurge” Expert Advisor (EA) for MetaTrader 4 (MT4). It implements multiple technical indicators for trade signal generation, provides configurable lot sizing, and manages trades based on specific conditions. The Default settings work for EURUSD 5min Settings based off optimizations since 2020Input Parameters Trade Size Calculation: The EA allows … Read more

Class For Working With Databases In A Simplified Manner – library MetaTrader 5

Class For Working With Databases In A Simplified Manner - library for MetaTrader 5
Having desired to work with SQLite database for the purpose of storing my statistical generated from simulations, i noticed very early that it seems very challenging and time consuming to work with database built in functions. I then decided to create a simplified class and functions to make my work easy. To use the class … Read more

The simplified class of the CArrayRing256 ring buffer – library MetaTrader 5

The simplified class of the CArrayRing256 ring buffer - library for MetaTrader 5
Description The CArrayRing256 class is the simplified version of the CArrayRing ring buffer, but it is faster and allows to organize the mini time series, indicator minibuffers, short sized buffers to store intermediate stream data inside the Expert Advisor or indicator.  Simplification based on the property of uchar-variable, which is used as the array index. … Read more

Simplified opening of stop orders – EA MetaTrader 5

panel
The EA is intended for opening orders BuyStop and SellStop. On the panel, you can specify the distance to the order and the lot sizes of Stop Loss and Take Profit. The EA uses the delete button to delete all the pending orders. https://www.mql5.com/ru/code/22674 Simplified opening of stop orders – expert for MetaTrader 5