
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
As a logical version, here is a velocity with floating levels : velocity_-_floating_levels.mq4
Velocity is a "smoother momentum" so now two versions can be compared
WoW Mr.mladen!!
Thank you very much
Keltner Channels jurik nrp from here: https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds.
These were also requested keltner bands with Jma and a rsx on rsx, the rsx was made by Mladen awhile back to get the rsx times 2 affect you need to set double parameter to true.
this is what Mark Jurik says about them, not saying its true or false best to let you folks decide
2. RSX on RSX
RSX on RSX
The "RSX on RSX" indicator feeds the output of RSX on price to another RSX and plots a blended combination of this and a single RSX. Standard RSX analyzes trend directional strength, but RSX-on-RSX analyzes trend acceleration. This synchronizes RSX with rapid market reversals, typically found in a tight trading range.
3. JMA Keltner Band
JMA Keltner Band
Two popular bands around price action are the Keltner Band and Bollinger Band. Their difference is that Keltner band width is an average of true range and Bollinger is based on standard deviation of true range. This chart shows a Keltner Band and JMA crossing paths.
Bands allow more sophisticated analysis than mere crossover moving averages. Note the absence of either blue or red lines in certain places. Trading logic can be set up to stay out of the market in these regions.
updated jma keltner bands posted here: https://www.mql5.com/en/forum/general
This is the same as above but it is using 3 colors(same as advanced AMA, controlled by FilterDeviations and FilterPeriod settings) to hopefully eliminate some bad entries, and maybe close to the version on the jurik site.
averages ATR from here: https://www.mql5.com/en/forum/general updated to be compatible with new mt4 builds and upgraded to now include super smoother and smoother for a total of 20 moving average options.
Averages ATR ...
hazelj80
I hope that this is what you were looking for : it is an ATR in which you can choose which kind of averaging you want to use in average true range calculation (the usual 18 types of averages - you will find their list in parameters). Here is an example where trinagular moving average instead of SMA is used for ATR calculation
updated version posted here: https://www.mql5.com/en/forum/general
Chalkin Money Flow Index smoothed with T3 (from this post https://www.mql5.com/en/forum/general ) mtf, with 3 types of alerts alert on zero cross, on zero cross with slope, and 3 rd one is with slope alert only : cmf_color_mtf-alerts_nmc.mq4
Chalkin Money Flow Index
This is Chalkin Money Flow Index smoothed with T3,used Igorads code from public section as reference(and by the way it already was by the article he posted) it is mtf, with 3 types of alerts alert on zero cross, on zero cross with slope, and 3 rd one is with slope alert only, you can use all 3 or 1 or none whichever your preference
Updated version posted here : https://www.mql5.com/en/forum/general
Averages Guppy mma (with 20 types of averages) : averages_gmma_nmc.mq4