got2bfree 6 posts msg #133384 - Ignore got2bfree |
12/24/2016 9:23:38 PM
Is there any way to remove an indicator from the chart? For example, how could I remove the 20 day moving average line from the chart?
Thanks in Advance
|
pthomas215 1,251 posts msg #133386 - Ignore pthomas215 |
12/24/2016 9:47:51 PM
have you tried.."do not draw MA(20)" ?
|
Dobbin69 5 posts msg #149870 - Ignore Dobbin69 |
12/13/2019 5:17:23 AM
Hi all,
Further to OP original post, I have this issue on putting in "and draw weekly EMV(14)"
it puts it in ok but it adds a MA(9) line to this emv which I want to remove. I tried "do not draw MA(9)" but no joy. Have been searching on threads and trying different phrases but still no luck. Anyone have a solution please?
Many thanks
Scott
|
SAFeTRADE 644 posts msg #149871 - Ignore SAFeTRADE |
12/13/2019 7:32:50 AM
set{emv14,emv(14)}
symlist(spy)
draw emv14
draw emv(14)
|
Village Elder 231 posts msg #149872 - Ignore Village Elder |
12/13/2019 8:48:54 AM
Or just type
draw emv(14,1)
- the second number is the moving average applied to the indicator. This sets it to 1 which effectively removes it as a second line on the graph.
|