Create your own neural network predictor easily (example: MA and RSI Predictors) – indicator MetaTrader 4

Create your own neural network predictor easily (example: MA and RSI Predictors) - indicator for MetaTrader 4
Author: gpwr, posted on I simply renamed a few vars in order to make the code easier to read, and created a new proxy function. All the credits must go to gpwr for his much excellent source. The BNN predictor posted by gpwr is a great indicator, but many traders were wondering how to use

The class to create the ring buffer – library MetaTrader 5

The class to create the ring buffer - library for MetaTrader 5
Description The ring buffer is one of the form of organization to store data. Usually it represents itself finite-length array to the entry where the oldest elements are replaced by the newest data. Thus, there is always access to a certain number of the last data. Mostly used for the asynchronous reading/writing of stream data.

Attempt to create an Expert Advisor based on the Center of Gravity indicator – EA MetaTrader 4

Attempt to create an Expert Advisor based on the Center of Gravity indicator - expert for MetaTrader 4
Please help me with my idea. The idea has existed for a long time – based on the “Conservative intraday scalping” strategy, but I could not find a suitable indicator in MT4. I found the indicator (Center of Gravity.mq4). Now I am trying to attach it to an EA, but the EA stubbornly refuses to