use variable string in plot

Questions about MultiCharts and user contributed studies.
turbofib
Posts: 213
Joined: 11 May 2013
Has thanked: 67 times
Been thanked: 1 time

use variable string in plot

Postby turbofib » 22 May 2022

hi,
plot55(close,"ciao"); ========> it is OK!

but if i code it:

str="ciao";
plot55(close,str);

it give me the follow error:" Wrong plot name or missed "

Return to “MultiCharts”