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

MQL5 Wizard MACD Parabolic SAR – EA MetaTrader 5

MQL5 Wizard MACD Parabolic SAR tester
The MQL5 Wizard MACD Parabolic SAR Expert Advisor has been created using the MQL5 Wizard, on the basis of MACD (Moving Average Convergence/Divergence) signals and the Parabolic SAR trend indicator. The Expert Advisor only works at the moment of new bar emergence: //+——————————————————————+//| Inputs                                                           |//+——————————————————————+//— inputs for expertinput string             Expert_Title            =“MQL5 Wizard MACD”; // Document nameulong                    Expert_MagicNumber      =756;                // … Read more

Parabolic Weighted Velocity – indicator MetaTrader 5

Parabolic Weighted Velocity - indicator for MetaTrader 5
It is less known that what is usually known as Jurik Velocity is actually a difference of Parabolic Weighted Moving Average and Linear Weighted Moving Average. This version extends the original by allowing you to change the “power” of the calculated averages used for velocity calculation. The bigger the Power parameter, the more weight is … Read more

Parabolic Weighted Moving Average – indicator MetaTrader 5

Parabolic Weighted Moving Average - indicator for MetaTrader 5
Linear Weighted Moving Average calculates the average by assigning different weights to every element it is using in calculation, but does it with simple linear weights. For example, in LWMA(10) first price (current) has the weight 10, previous 9, before that 8, and so on… This is a variation on it and the variation is … Read more

QQE of Parabolic Weighted Velocity – indicator MetaTrader 5

QQE of Parabolic Weighted Velocity - indicator for MetaTrader 5
QQE (Quantitative Qualitative Estimation) is normally made using RSI (Relative Strength Index) as a “basic” indicator. This version is using Parabolic Weighted Velocity and it can help in determining trend. Adjust the calculating period to your trading style: longer – to trend traders, shorter – for scalping. PS: this is a standalone indicator. It does … Read more

Trend envelopes – parabolic weighted MA – histo – indicator MetaTrader 5

Trend envelopes - parabolic weighted MA - histo - indicator for MetaTrader 5
Trend Envelopes with an option to chose smoothed/filtered price in calculation instead of using “raw” prices. The usage of filtered prices lessens the number of signals and, depending on your trading style, can be used to filter out undesired signals. To have unfiltered/non-smoothing values, simply set the the smoothing period to less than or equal … Read more

Trend envelopes – parabolic weighted MA – indicator MetaTrader 5

Trend envelopes - parabolic weighted MA - indicator for MetaTrader 5
Trend Envelopes with an option to choose smoothed/filtered price in calculation instead of using “raw” prices. The usage of filtered prices lessens the number of signals and, depending on your trading style, can be used to filter out undesired signals. To have unfiltered/non-smoothing values, simply set the the smoothing period to less than or equal … Read more

Places a retrace limit Buy,Limit Sell Order basic on Parabolic Sars Value. – EA MetaTrader 4

Places a retrace limit Buy,Limit Sell Order basic on Parabolic Sars Value. - expert for MetaTrader 4
Para_Retrace.mq4  Copyright 2018 , raymondyeung.htc@gmail.com Speed Technology Description: Places a retrace limit Buy,Limit Sell Order  basic on Parabolic Sars Value. Global Variables , Press function key “F3” Change “GMT_Time_Diff” : Diff. Eastern Time with Local Time “_ParaSL_SL”    : Stop Loss Pips “_ParaSL_TP”    : Take Profit Pips “_Para_Diff”    : Retrace Entry , Pips … Read more

Parabolic SAR EA – EA MetaTrader 5

Parabolic SAR EA
The author of the idea – Victor Lukashuck mq5 code author – barabashkakvn The EA uses iSAR (Parabolic SAR) indicator signals on the Bar current bar from the Work timeframe. The EA opens only one position at a time, therefore it is able to work both on hedging and netting accounts. An open signal is also a signal to close an … Read more