♥ 0 |
Hello first this code is from another you provided to me, I switched it up a bit, Thanks again What I am looking for is to add the 50 sma is 20% less than the 100 sma. Thank you for any solutions you can provide I removed part of the code so it would fit here input maLength50 = 50; input maLength100 = 100; input maLength200 = 200; def ma50 = MovingAverage(maType50, maPrice50, maLength50); def movingAveragesStackedBelow = ma50 < ma100 and ma100 ma50 and ma3 > ma5 and ma5 > ma8 and ma8 > ma50; plot value = movingAveragesStackedBelow;
Marked as spam
|
Please log in to post questions.