Join our fan page
- Published by:
- Sameer
- Views:
- 5439
- Rating:
- Published:
- 2022.11.02 17:50
- Updated:
- 2022.11.02 18:11
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
This EA will export the close data of X candles every Z seconds. The main use of this EA is to automatically update csv file and python can pick it up smoothly.

The Restoring Pull Indicator was created by John Ehlers (Stocks & Commodities V.11:10 (395-400))

One code that works for both Mt4 and Mt5 combined. Salient features of the code: -Filter News by High, Low or Medium Volatility -Filter By currencies -Filter by News Keyword -Auto GMT offset check -Dashboard to show upcoming News (Can be enabled or disabled) -Lines on chart for all Upcoming events -Code can be easily modified to place trade at certain time before or after an event or to just stop trading during events.

The indicator is an equivalent \"Chart Window\" version of MACD.

This tool outlines extremes made by the prices within the selected window size. This is achieved by estimating the underlying trend in the price using kernel smoothing, calculating the mean absolute deviations from it, and adding/subtracting it from the estimated underlying trend. Originally Made By LuxAlgo. Coded in MT5 format.