TradingView
exlux99
Sep 13, 2021 3:13 PM

Trend System Multiple Moving Averages Rating 

Bitcoin / TetherUSBinance

描述

This is a trend system made with multiple moving averages designed especially for trending markets such as stocks or crypto.

It can be used with any timeframe.

Its made of multiple moving averages such as

Simple
Weighted
Volume Weighted
Exponential
Double EMA
Arnaud Legoux
Hull MA
Smoothed
Least Squares
Kaufman Adaptive
Triple EMA
Zero Lag
Fractal Adaptive
Variable Index Dynamic Average
Jurik Moving Average
Tillson
Triangular

Avg of all moving averages

It has also a rating, making an avg from all of the moving averages , going from -100 (all ma's are telling to go short ) to 100 ( all ma are telling to go long).

If you have any questions let me know !
评论
TheHalf-BloodPrince
How I can set an alert on color change?
TheHalf-BloodPrince
Solved^^
BTCmonkey
@kevinamend, How you solved can you help me ?
exlux99
@BTCmonkey, alert_condition( avg_10>avg_10[1]) for long and alert_condition(avg_10<avg_10[1]) for short
ste_oit
@TheHalf-BloodPrince, Looking to do the same.. How did you do it?
Prajhu
hi buddy ema not display in index, would you help me to change script to use it in index ?
muddy7
nice script, thanks
how can I make the rating table on top right stop moving? what do I need to change in the code? its annoying
exlux99
@muddy7, what do you mean with moving? if its about the value from the inside, thats normal since that values changes constantly as long as the price is chaning as well. if you mean about position I believe in the menu you have an option selector for it where you can select top/bottom left/right
shoonya0000
@exlux99, thank you so much, sharing a great work. Just want small query which all time frames did you tested or where do you see best out put from code.
exlux99
@shoonya0000, in general I like to use it combining a multiple time frame approach, lets say 30 min with 1h and 4 h at the same time
更多