Re: [amibroker] Re: AD-NYSE for IB feed

2007-03-19 Thread Dennis Daniels
reen ), > ParamStyle("ADV style") ); > Plot( Declining, "DEC", ParamColor( "DEC color", colorRed ), > ParamStyle("DEC style") ); > > > > > ----- Original Message > From: cstrader mailto:cstrader232%40cstrader.com> cstrader.com&

[amibroker] Re: AD-NYSE for IB feed

2007-03-17 Thread eric tao
AD-NYSE-NYSE-IND" ); > > > Declining = GetRTDataForeign( "Ask", "AD-NYSE-NYSE-IND" ) * -1; > > > Breadth = Advancing + Declining; > > > Plot( Breadth, _DEFAULT_NAME(), ParamColor( "A/D color", > colorBlack ), > > > ParamStyle("A/

[amibroker] Re: AD-NYSE for IB feed

2007-03-16 Thread scourt2000
; ParamStyle("A/D style", styleThick ) ); > > Plot( Advancing, "ADV", ParamColor( "ADV color", colorGreen ), > > ParamStyle("ADV style") ); > > Plot( Declining, "DEC", ParamColor( "DEC color", colorRed ), > > Para

Re: [amibroker] Re: AD-NYSE for IB feed

2007-03-16 Thread Bill Schmidt
Plot( Declining, "DEC", ParamColor( "DEC color", colorRed ), > ParamStyle("DEC style") ); > > > > > - Original Message > From: cstrader <[EMAIL PROTECTED]> > To: amibroker@yahoogroups.com > Sent: Sunday, February 25, 2007 6:52:38

Re: [amibroker] Re: AD-NYSE for IB feed

2007-03-16 Thread James
colorGreen ), ParamStyle("ADV style") ); Plot( Declining, "DEC", ParamColor( "DEC color", colorRed ), ParamStyle("DEC style") ); - Original Message ---- From: cstrader <[EMAIL PROTECTED]> To: amibroker@yahoogroups.com Sent: Sunday, February 25, 2007

Re: [amibroker] Re: AD-NYSE for IB feed

2007-02-25 Thread cstrader
Can't you use GetRTData() to get the bid and ask? - Original Message - From: "kebiebi" <[EMAIL PROTECTED]> To: Sent: Saturday, February 24, 2007 8:45 PM Subject: [amibroker] Re: AD-NYSE for IB feed >I will apologize in advance for the impending double post - I

[amibroker] Re: AD-NYSE for IB feed

2007-02-24 Thread kebiebi
I will apologize in advance for the impending double post - I didn't realize there is up to a 24 hr lag in a post appearing, at least from my end. In any case, AD-NYSE is unlike almost every other symbol in IB in that there is no last price data transmitted: "This is an unusual IB symbol. The

Re: [amibroker] Re: AD-NYSE for IB feed

2007-02-24 Thread Tomasz Janeczko
If you can get data you certainly can plot it. Best regards, Tomasz Janeczko amibroker.com - Original Message - From: "kebiebi" <[EMAIL PROTECTED]> To: Sent: Friday, February 23, 2007 4:33 AM Subject: [amibroker] Re: AD-NYSE for IB feed > Has anyone figured

[amibroker] Re: AD-NYSE for IB feed

2007-02-24 Thread kebiebi
Has anyone figured out how to plot the difference? You can get a quote for AD-NYSE-NYSE-IND in AMI but you can't plot it. It would be great to be able to plot the spread. IB is not the greatest data feed, but it is 'free'. BTW, Quotetracker, Ensignsoftware and Investor/RT are supposed to be

[amibroker] Re: AD-NYSE for IB feed

2006-04-13 Thread stevenpang21
Ok, I just tried AD-NYSE-NYSE-IND and it works. The advance issues is the bid, decline issues is the ask, unchanged is the bid size. Same for VOL-NYSE-NYSE-IND. Now is there a way to chart the spread, that is, bid-ask? Or bid/ask? Thanks, Steven. Please note that this group is for discu