I have a code here for NR7 which works fine. I can get it to work with drawshape and get these big fat balloons under the bars, but I would like it to work with little dots. I understand I have to use drawatext and wingdings for that. These are words I have no idea what they mean. I have no trouble writing this in Meta stock, or amibroker, but eSignal!!!! Anyway, when using the last line only the last NR7 is marked, if I replace that line with
drawTextRelative (0, AboveBar1, "0", color.black, null, Text.preset ] Text.Bold, null,12);
It works fine, but crude and off set.
Here is the code:
Please somebody help me with this. After that I can do the NR4 and IB myself. It has taken me whole Sunday to come up with what I got. Combining other people's efs's that is. Thanks in advance.
drawTextRelative (0, AboveBar1, "0", color.black, null, Text.preset ] Text.Bold, null,12);
It works fine, but crude and off set.
Here is the code:
Please somebody help me with this. After that I can do the NR4 and IB myself. It has taken me whole Sunday to come up with what I got. Combining other people's efs's that is. Thanks in advance.