I am interested in seeing text with the current value as an output on a given study eg. If I use a moving average in the efs study customMA.efs, I would like to see the words "MA" and the length and interval as an output on the chart just above or near the MA line.
Something like 20-SMA-D (20 period MA for daily interval.
I tired to modify the efs with drawText line but nothing happened.
I added line 73 in the efs below. Would appreciate if anybody can help.
Something like 20-SMA-D (20 period MA for daily interval.
I tired to modify the efs with drawText line but nothing happened.
I added line 73 in the efs below. Would appreciate if anybody can help.
PHP Code:
drawText("Length MA Interval", Color.red, Text.BOLD|Text.FRAME|Text.CENTER, "MA");
Comment