Hello Friends,
I just got my real time data feed to test and was exploring the calls &
puts.
Here below is the crude way i took to plot both calls & puts in a
single window but i coudn't plot the respective volumes with foreign
any idea how to get this in a single indicator. I am wondering if there
is a another way to do this.
Thanks in advance.
_SECTION_BEGIN("Nf3100_CP");
a=Foreign("NFCE1_3100","CLOSE",fixup=True);
b=Foreign("NFPE1_3100","CLOSE",fixup=True);
d=Foreign("NFCE1_3100","VOLUME",fixup=True);
e=Foreign("NFPE1_3100","VOLUME",fixup=True);
Plot(a,"Nfce1_3100",colorBlue,styleLine);
Plot(b,"Nfpe1_3100",colorRed,styleLine);
Plot(d,"Ce_vol",colorLavender,styleHistogram|styleOwnScale);
Plot(e,"Pe_Vol",colorRed,styleHistogram|styleOwnScale);
_SECTION_END();
Regards
hetu
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/