2620 lượt xem
Just 2 Moving Averages with adjustable settings and shifting capability, plus signals and predicting continuations.
At the time of publish these different types of MAs are supported:
- SMA (Simple)
- EMA (Exponential)
- DEMA (Double Exponential)
- TEMA (Triple Exponential)
- RMA (Adjusted Exponential)
- WMA (Weighted)
- VWMA ( Volume Weighted)
- SWMA (Symmetrically Weighted)
- HMA (Hull)
I'm looking forward to any idea about filtering the signals. Thanks.
At the time of publish these different types of MAs are supported:
- SMA (Simple)
- EMA (Exponential)
- DEMA (Double Exponential)
- TEMA (Triple Exponential)
- RMA (Adjusted Exponential)
- WMA (Weighted)
- VWMA ( Volume Weighted)
- SWMA (Symmetrically Weighted)
- HMA (Hull)
I'm looking forward to any idea about filtering the signals. Thanks.
Phát hành các Ghi chú:
Added support for 2 other types of MA:
- LSMA (Least Squares)
- TMA (Triangular)
- LSMA (Least Squares)
- TMA (Triangular)
Phát hành các Ghi chú:
- Fixed bugs
- Now shifting will be applied in crosses
- Now shifting will be applied in crosses
Phát hành các Ghi chú:
Screenshot corrected!
Phát hành các Ghi chú:
Fixed some small bugs!
Phát hành các Ghi chú:
Major Update!
- Added support for 2 new types of MA:
12. MAEMA which is my "Momentum Adjusted EMA" indicator
13. VMA which is a customized Variable Index Dynamic Average (Original VIDYA is made by Tushar Chande)
- Added MA coloring and filling based on the trend
- Added the ability to change MAs thickness
- Made negative shifting possible due to many users request
- Fixed a bug related to prediction tails which would happen in case of setting MA lengths less than 4
- Added support for 2 new types of MA:
12. MAEMA which is my "Momentum Adjusted EMA" indicator
13. VMA which is a customized Variable Index Dynamic Average (Original VIDYA is made by Tushar Chande)
- Added MA coloring and filling based on the trend
- Added the ability to change MAs thickness
- Made negative shifting possible due to many users request
- Fixed a bug related to prediction tails which would happen in case of setting MA lengths less than 4
Phát hành các Ghi chú:
- Made signals to shift with the fast MA (per a user request)
Note that in case of unequal shifts of the fast MA and the slow MA, the signals may not be accurate.
Note that in case of unequal shifts of the fast MA and the slow MA, the signals may not be accurate.
Phát hành các Ghi chú:
- Added alert conditions as many users requested
The next step for the users is to set up their alerts manually (https://www.tradingview.com/support/solu...)
The next step for the users is to set up their alerts manually (https://www.tradingview.com/support/solu...)
Phát hành các Ghi chú:
- Made some tweaks to the options
- Added an option to show range bands around MAs based on ATR
- Added an option to show range bands around MAs based on ATR
Bình luận
alertcondition(up, title = "Up", message = "Up")
alertcondition(down, title = "Down", message = "Down")
So each time they cross it would send my trading view/mobile an alert correct ?
Where do I add the code ? Sorry I’m a newbie ...
Then add mentioned lines at the end of the code, and finally click "Add to chart" button (At top-right of the mini window). Make sure you remove the old indicator from the chart before add this one.
The last step is to make your alerts in Tradingview using "Alerts" button (Right toolbar of your chart window).