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