Re: Moving Average indicators for MT4
Posted: Fri Feb 25, 2022 6:03 am
In this code and how it is coded I will not do more.....
In this code and how it is coded I will not do more.....
I am thankful to you. My wish has come true. I will share the back test results for you. If there are good results, I will share on tpl.
twap works fine. The time period shown in MT5 is supported. It would be nice if ADXvma also supported MT5 multi-period. ADXvma is probably the strangest moving average, interesting.Jimmy wrote: Sat Jun 15, 2019 9:52 pm This is an interesting one from our archives which I thought should be in here - the TWAP (Time Weighted Average Price) by Mladen.
As explained by Mladen:
This would be the time weighted average price (a kind of a moving average).
The description used is the following :
The Time-Weighted Average Price (TWAP) is defined as the average price of a security over the course of a specified period of time. The TWAP is traditionally calculated by first averaging the open, high, low, and close prices for each bar and then calculating the average of those averages as time progresses.
It depends on the time frame used, but it is not a multi time frame indicator. What it does is the following
- It checks if a new period begins
- If it does, then it resets the calculation period to 1.
- After that with each bar passed, the calculating period is increased by 1 until a new reset is found
So, if you use current time frame, that is simply drawing the price line on the chart. To have some effective calculation, any higher time frame must be used. Usually daily time frame is used for this indicator.
Also, this indicator can calculate all the time frames supported by Metatrader 5 (this is Metatrader 4 indicator), so time frame like 2,3,6 hours and so on are supported too.
OK, I think I understand: that's it.
I don't see anything from your picture and I don't even understand the post ???josi wrote: Sat Feb 26, 2022 1:45 am OK, I think I understand: that's it.
I just want you to know:
The dotted lines (filter-MAs above/below HL-MA) cannot be altered in line-variable input and width (but - as you can see - in colour)
Added prices, atr bands, alerts and arrows.razzledazzle wrote: Wed Mar 02, 2022 9:25 pm Hi MrTools,
is it possible to add all the various options to mcginley dynamic filtered such as averages, price options, atr bands, alerts, arrows and an option to change the line width like you did with the EVWMA back in post #2059.
kind regards
Daz.
thank you MrTools, much appreciated, is it not possible to add averages to this indicator?