Rank: Newbie
Groups: Registered, Registered Users, Unverified Users Joined: 11/2/2011(UTC) Posts: 5
|
I have several variable displayed in an indicator. Is it possible to label them ?
For example and indicator to have the Open plus or minus 5% and 10%:
a1:=O*1.05; a2:=O*1.1; b1:=O*0.95; b2:=O*0.9; a1;a2;a3;a4
The values will show up in the yeallow box all together. Can't they appear with a label like this ? Open + 5% -> a1 Open + 10% -> a2 Open - 5% -> b1 Open - 10% -> b2
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 11/9/2012(UTC) Posts: 169
|
If I'm understanding the question correctly, then the answer is no.
However, a workaround would be to create a separate custom indicator for each variable using your label for the name of the custom indicator. Then plot all four on a chart and use the Data Window to view the values. Each one would be shown with their name (label).
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.