A cross-platform library of original mathematical functions – library MetaTrader 5

A cross-platform library of original mathematical functions - library for MetaTrader 5
The library description format is taken from an articles to the standard math. library, which is compatible with this library. MathCorrelationPearson The function calculates the Pearson correlation coefficients for each point of the original series, while making appropriate comparisons with the given Pattern. bool MathCorrelationPearson( const double &Signal[],  // [in]  An array for comparing with the pattern … Read more

This is a cross-platform МТ45 Expert Advisor – EA MetaTrader 5

This is a cross-platform МТ45 Expert Advisor - expert for MetaTrader 5
Trading Strategy After a losing trade, the МТ45 EA opens the next trade with a higher lot. The first deal is always a Buy operation, after that positions alternate, i.e. buying-selling-buying. The EA opens positions at the candlestick opening. After a Stop Loss, the EA increases the lot by KL coefficient until it reaches the … Read more