Let say the following codes
declare lower;
plot A = 1.29;
plot B = 1.3;
plot C = 1.28;
if A < B then I want to print the Bar's Low - 0.01 on the default price graph (upper area). I know I could use SetpaintingStrategy(paintingStrategy.VALUES_BELOW) but what is the name of the upper plot ?
ps Only one declaration defining subgraph can be used
declare lower;
plot A = 1.29;
plot B = 1.3;
plot C = 1.28;
if A < B then I want to print the Bar's Low - 0.01 on the default price graph (upper area). I know I could use SetpaintingStrategy(paintingStrategy.VALUES_BELOW) but what is the name of the upper plot ?
ps Only one declaration defining subgraph can be used