Fibo iSAR – EA MetaTrader 5

Fibo iSAR Buy
Author of the idea — Yuri, mq5 code author — barabashkakvn. The EA compares the current price location with the readings of the two indicators (SAR(“Step Fast_SAR“,”Maximum Fast_SAR“) and SAR(“Step Slow_SAR“,”Maximum Slow_SAR“)).  Buy signal: Sell signal: Pending order prices are calculated by Fibo levels “Fibo Entrance Level” and “Fibo Profit Level” in the ScalpParabolicPattern() code block. Fibo iSAR … Read more

iMA iSAR EA – EA MetaTrader 5

iMA iSAR EA
Idea by: Yuri mq5 code by: barabashkakvn The EA only operates when a new bar emerges. Trading signals are generated based on the values of three indicators iMA (Moving Average, MA), two indicators iRSI (Relative Strength Index, RSI), and the value of close (all balues are taken for bar #1).  Block for decision making:    if(ma_fast[1]>ma_normal[1] && … Read more