Moving Average as Trend line
-
Hi, anyone knows how to set the condition to open a buy trade, after the conditions setted, only if the MA is ascending and a sell trade only if the MA is descending? Like using the MA like a trend line. Thank you
-
I think I wrote about this in an email. It depends, "trend" means many things and is detected in many ways. The simplest, you can compare Candle Close with MA or one MA with another MA and this can be done in "Condition". There are other blocks such as "Indicator fall" that can be used as well. It depends (which always sounds terrible)

-
Thank you!!!!

-
@mariop ....it is simpler if you use candle close (0) > candle close (1) that is, use as ,,, MA (0) > MA (1) ,, which simply means that your current MA slope is greater than your previous MA slope
-
@ss this wont work because the candle can close but the moving average itself wont necesirily be facing in the direction you want your moving averages to be triggered in. Super trend is the best option. But perhaps there is another way of detecting if moving averages are accending/decending