Modified assistant for selecting the manual strategy – indicator MetaTrader 4

Modified assistant for selecting the manual strategy - indicator for MetaTrader 4
The indicator is designed for testing manual strategies and for practicing working according to the strategy. It provides operation reports presented as a table, chart, and additionally saves templates with and without the markup. The tool was developed to help analyze the interesting strategies, and also to practice and gain experience in analyzing the signals … Read more

Modified Standard Deviation.mq5 – indicator MetaTrader 5

Modified Standard Deviation
The idea of ​​revising the standard StdDev indicator is to improve the visibility of moments when the indicator values change to growing or falling. The values can be interpreted as follows. The moment when the line color changes from red to green indicates the beginning of the trend movement. When the line color changes from … Read more

Modified Keltner Channel – indicator MetaTrader 5

Modified Keltner Channel - indicator for MetaTrader 5
The indicator draws the Keltner Channel, which can be calculated using SMMA, EMA and LWMA. Channel borders are calculated based on High-Low or ATR. Smoothing periods for the central line and channel border lines are also configurable. It has six input parameters: Number of the periods to smooth the center line – central line smoothing … Read more

Modified Moving Averages – EA MetaTrader 5

Modified Moving Averages - expert for MetaTrader 5
Idea by: Gatis. MQL5 code by: Vladimir Karputov. A modified EA from the standard delivery: MQL5\Experts\Examples\Moving Average\Moving Average Parameters “StopLoss” and “TakeProfit” are added. Moreover, if you set parameter “Lots” with a minus, it means that the lot size will never change. For instance, the value of “-0.1” means that the lot of “0.1” will … Read more

Sharp modified MA – indicator MetaTrader 5

Sharp modified MA - indicator for MetaTrader 5
Theory : In the TASC January 2000 article by Joe Sharp, “More Responsive Moving Averages.” the article describes a modified moving average that greatly diminishes the lag that is typically associated with moving averages. With the formula described in the article, the moving average line is more responsive to changes in the price action. Usage … Read more

Overlay Chart Modified to not repaint on each bar – indicator MetaTrader 4

Overlay Chart Modified to not repaint on each bar - indicator for MetaTrader 4
image: Modified Overlay Chart USDJPY vs USDCHF (4hr chart) Function The Original Overlay Chart is used to have two currencies or 2 assets on 1 chart. The relative price of the one currency can be seen in terms on the other currency. For example, on the EURUSD chart, using this indicator, The USDCHF could be … Read more