Color Parabolic SAR – indicator MetaTrader 5

Color Parabolic SAR
Added colors to Parabolic SAR. Parabolic SAR Technical Indicator was developed for analyzing the trending markets. The indicator is constructed on the price chart. This indicator is similar to Moving Average with the only difference that Parabolic SAR moves with higher acceleration and may change its position in terms of the price. The indicator is … Read more

PZ Parabolic SAR EA – EA MetaTrader 4

PZ Parabolic SAR EA - expert for MetaTrader 4
Author: The developer of this Expert Advisor is Arturo Lopez, founder of Point Zero Trading Solutions. The Parabolic Sar is one of the most popular basic trading strategies. It uses two Parabolic Sar with different periods to determine the direction of the trend and the exit level. The slow PSAR determines when to buy or … Read more

EA based on indicator SAR, ADX and SMA 100 – EA MetaTrader 5

EA based on indicator SAR, ADX and SMA 100 - expert for MetaTrader 5
This EA is in MQL5 language and is based on: SMA (Simple Moving Average) with period 100 bar, ADX (Average Directional Movement Index) period 14 bar, SAR (Parabolic SAR) indicator. I’m testing it now on period over 15 min in various crosses. EA based on indicator SAR, ADX and SMA 100 – expert for MetaTrader … Read more

EA based on indicator SAR, ADX and SMA 100 – EA MetaTrader 4

EA based on indicator SAR, ADX and SMA 100 - expert for MetaTrader 4
This EA is in MQL4 language and is based on: SMA (Simple Moving Average) with period 100 bar, ADX (Average Directional Movement Index) period 14 bar, SAR (Parabolic SAR) indicator. I’m testing it now on period over 15 min in various crosses. EA based on indicator SAR, ADX and SMA 100 – expert for MetaTrader … Read more

Example of SAR Automated – with Advanced Money Management – EA MetaTrader 4

Example of SAR Automated - with Advanced Money Management - expert for MetaTrader 4
Real author: Mohammad Soubra This is not a profitable EA. This is just a basic/simple example for coders. This example has been built using SAR (Stop And Reverse) indicator. With Advanced Money Management function: //+——————————————————————+ //    expert AdvancedMM function //+——————————————————————+ double AdvancedMM()   {    int i;    double AdvancedMMLots=0;    bool profit1=false;    int SystemHistoryOrders=0;    … Read more

Parabolic SAR – indicator MetaTrader 4

Parabolic SAR - indicator for MetaTrader 4
Parabolic SAR Technical Indicator was developed for analyzing the trending markets. The indicator is constructed on the price chart. This indicator is similar to Moving Average with the only difference that Parabolic SAR moves with higher acceleration and may change its position in terms of the price. The indicator is below the prices on the … Read more

SAR Trading System – EA MetaTrader 5

EA moves stop-loss behind the price with acceleration.
The SAR Trading System illustrates the operation of the Stop and Reversal (SAR), developed by Welles Wilder. The Expert Advisor check for presence of an open position and starts moving the stop loss with parabolic acceleration, determined by the parameters of the parabolic system. Every time a new bar opens, the EA moves the stop … Read more