| harrys 4 posts
 msg #153412
 - Ignore harrys
 modified
 | 8/4/2020 1:13:58 PM 
 Hi
 
 The foll. is the code I've written to plot a few averages (Mini Guppy) on the Daily charts.
 
 I want the same on Weekly charts, with weekly moving averages.
 
 'And chart-display is weekly' does not affect the results.
 
 Can anyone help ?
 
 Thanks
 
 Harry
 =================================================
 
 and PE Ratio is above 1
 and draw Upper Bollinger Band(20,2)
 and draw Median Bollinger Line(20,2)
 
 draw ema(3) on plot
 draw ema(10) on plot
 draw ema(15) on plot
 draw ema(30) on plot
 draw ema(45) on plot
 draw ema(60) on plot
 draw ema(200) on plot
 
 and Close is Above EMA(3)
 ema(3) is above ema(10)
 and ema(10) is above ema(15)
 and ema(15) is above ema(30)
 and ema(30) is above ema(45)
 and ema(45) is above ema(60)
 and ema(60) is above ema(200)
 
 
 |