6 New Messages
Digest #2463
3a
RCHGetElementNumber...... Undefined response....? by "bholscher@rocketmail.com" bholscher@rocketmail.com
Messages
Thu Jan 10, 2013 3:43 am (PST) . Posted by:
"April Stevens" traderapril
Have anyone started trading
Thu Jan 10, 2013 10:13 am (PST) . Posted by:
"Kermit W. Prather" kermitpra
Yep, 30 years ago
-----Original Message-----
From: smf_addin@yahoogroups.com [mailto:smf_addin@yahoogroups.com ] On Behalf
Of April Stevens
Sent: Thursday, January 10, 2013 6:36 AM
To: smf_addin@yahoogroups.com
Subject: [smf_addin] Data for Binary Options
Have anyone started trading
------------------------------------
Yahoo! Groups Links
-----Original Message-----
From: smf_addin@yahoogrou
Of April Stevens
Sent: Thursday, January 10, 2013 6:36 AM
To: smf_addin@yahoogrou
Subject: [smf_addin] Data for Binary Options
Have anyone started trading
------------
Yahoo! Groups Links
Thu Jan 10, 2013 1:24 pm (PST) . Posted by:
"Steven" stevenletzer
Does anyone know if Valueline info is published on any of the free web sites? Specifically I am looking for:
Timeliness:
Financial Strength
Safety:
Stock's Price Stability
Price Growth Persistence
Earnings Predictability
Low
High
Timeliness:
Financial Strength
Safety:
Stock's Price Stability
Price Growth Persistence
Earnings Predictability
Low
High
Thu Jan 10, 2013 4:34 pm (PST) . Posted by:
"bholscher@rocketmail.com" bholscher@rocketmail.com
My RCHGetElementNumber string seems to be returning "undefined" for each data piece I try to retrieve....
Anyone know why this is or what could be causing it?
Even the templates saved within the Files section are returning "undefined"
I have tried element numbers 1 - 700 with different tickers and still getting the "undefined"
My RCHGetYahooQuotes and RCHGetYahooHistory are working fine
Anyone know why this is or what could be causing it?
Even the templates saved within the Files section are returning "undefined&quo
I have tried element numbers 1 - 700 with different tickers and still getting the "undefined&quo
My RCHGetYahooQuotes and RCHGetYahooHistory are working fine
Thu Jan 10, 2013 4:35 pm (PST) . Posted by:
"Randy Harmelink" rharmelink
"Undefined" typically means you don't have the element definition files in
the same directory as the add-in -- the "smf-elements-n.txt" files. Most of
the element definitions are EXTERNAL to the add-in, for easier update.
That's why the installation instructions says to "extract all of the files
from the ZIP archive".
On Thu, Jan 10, 2013 at 4:33 PM, bholscher@rocketmail.com <
bholscher@rocketmail.com > wrote:
> My RCHGetElementNumber string seems to be returning "undefined" for each
> data piece I try to retrieve....
>
> Anyone know why this is or what could be causing it?
>
> Even the templates saved within the Files section are returning "undefined"
>
> I have tried element numbers 1 - 700 with different tickers and still
> getting the "undefined"
>
> My RCHGetYahooQuotes and RCHGetYahooHistory are working fine
>
the same directory as the add-in -- the "smf-elements-
the element definitions are EXTERNAL to the add-in, for easier update.
That's why the installation instructions says to "extract all of the files
from the ZIP archive"
On Thu, Jan 10, 2013 at 4:33 PM, bholscher@rocketmai
bholscher@rocketmai
> My RCHGetElementNumber string seems to be returning "undefined&quo
> data piece I try to retrieve....
>
> Anyone know why this is or what could be causing it?
>
> Even the templates saved within the Files section are returning "undefined&quo
>
> I have tried element numbers 1 - 700 with different tickers and still
> getting the "undefined&quo
>
> My RCHGetYahooQuotes and RCHGetYahooHistory are working fine
>
Thu Jan 10, 2013 8:20 pm (PST) . Posted by:
"Pete A" option2z
Darn. I think you are right. They just plug that box with the latest date. Thanks for your help.
Pete A
--- In smf_addin@yahoogroups.com , Randy Harmelink wrote:
>
> I think the ending date you are picking up there will always be the current
> date...? For example, right now I get 2013-01-09 using your formula,
> although the oldest historical quote is from 2013-01-08. You can pull that
> last date from the page with:
>
> =DATEVALUE(RCHGetTableCell("http://finance.yahoo.com/q/hp?s=
> "&B8,1,">Date",,,,1))
>
> On Wed, Jan 9, 2013 at 12:09 AM, Pete A wrote:
>
> > Thanks Randy,
> > Actually, I just modified the formula you gave me to find the OLDEST date,
> > by looking at the page from which you got it. Right below it is the Latest
> > available date. Minor change to the formula:
> > Latest Date: =DATEVALUE(smfGetTagContent("http://finance.yahoo.com/q/hp?s= "&$B$8,"option",0,"name=""a""","option
> > selected")&" "&smfStrExtr(RCHGetWebData("http://finance.yahoo.com/q/hp?s= "&$B$8,"id=""endday""",100),"value=""","""")&",
> > "&smfStrExtr(RCHGetWebData("http://finance.yahoo.com/q/hp?s=
> > "&$B$8,"id=""endyear""",100),"value=""",""""))
> > Oldest Date:
> > =DATEVALUE(smfGetTagContent("http://finance.yahoo.com/q/hp?s= "&$B$8,"option",0,"name=""a""","option
> > selected")&" "&smfStrExtr(RCHGetWebData("http://finance.yahoo.com/q/hp?s= "&B8,"id=""startday""",100),"value=""","""")&",
> > "&smfStrExtr(RCHGetWebData("http://finance.yahoo.com/q/hp?s=
> > "&B8,"id=""startyear""",100),"value=""",""""))
> >
> > SEE!? You CAN teach an old dog new tricks; thanks for taking time to do
> > it, arf, arf.
> >
>
Pete A
--- In smf_addin@yahoogrou
>
> I think the ending date you are picking up there will always be the current
> date...? For example, right now I get 2013-01-09 using your formula,
> although the oldest historical quote is from 2013-01-08. You can pull that
> last date from the page with:
>
> =DATEVALUE(RCHGetTa
> "&B8,1,
>
> On Wed, Jan 9, 2013 at 12:09 AM, Pete A wrote:
>
> > Thanks Randy,
> > Actually, I just modified the formula you gave me to find the OLDEST date,
> > by looking at the page from which you got it. Right below it is the Latest
> > available date. Minor change to the formula:
> > Latest Date: =DATEVALUE(smfGetTa
> > selected"
> > "&smfStrExtr(
> > "&$B$8,
> > Oldest Date:
> > =DATEVALUE(smfGetTa
> > selected"
> > "&smfStrExtr(
> > "&B8,"
> >
> > SEE!? You CAN teach an old dog new tricks; thanks for taking time to do
> > it, arf, arf.
> >
>
Tidak ada komentar:
Posting Komentar