Stohastic to CSV for MatLab – indicator MetaTrader 4

Stohastic to CSV for MatLab - indicator for MetaTrader 4
Real author: Heaton Research’s Encog project. I modified it to take the data for Stohastic, I do not hold the ownership of the code. This indicator exports the indicator values in CSV to use for MATLAB analysis with neural network, SVM, KNN, fuzzy. This indicator will save value Stohastic main line and Stohastic signal line … Read more

Altarius RSI Stohastic – EA MetaTrader 5

Altarius RSI Stohastic USDJPY, H1
The EA uses two iStochastic (Stochastic Oscillator) indicators and one iRSI (RSI, Relative Strength Index). Author of the idea — cxa, author of the MQL5 code — barabashkakvn.   Calculates the lot size based on the analysis of closed trades: //+——————————————————————+//| Calculating optimal lot size                                  |//+——————————————————————+double LotsOptimized()   {    double lot=Lots;    int    losses=0;                  // number of losses deals without a … Read more