[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Re: please check this



PureBytes Links

Trading Reference Links

Strange...

Depending upon graph 'resolution' I get different results.

Looking at the last 6 months of EOD data I get values ranging up to
about 9,000. Then by just clicking on the + or - icons to expand or
decrease amount of chart data displayed, the indicator will switch to
ranges of 0 - 4 or 0 to 5 or 0 to 10,000 or others.

Phsst

--- In amibroker@xxxxxxxxxxxxxxx, "Bob Jagow" <bjagow@xxxx> wrote:
> Mike,
> I get 0-5.
> Bob
> 
> -----Original Message-----
> From: Mike Lucero [mailto:m.lucero@x...]
> Sent: Tuesday, May 27, 2003 1:51 AM
> To: amibroker@xxxxxxxxxxxxxxx
> Subject: [amibroker] please check this
> 
> 
> Would someone useing Quotes Plus please add this as an indicator,
and then
> tell me the range. It should be from 0-4, but I'm seeing range up to
20,000.
> I'd like to know if it's just me.
> 
> Thanks,
> 
> Mike
> 
> 
> 
> function fmktup(index)
> 
> {
> 
> // use !RUT, !SPX, !COMP, or !DJI
> 
> mkt=Foreign(index,"Close");
> 
> //return ROC(MA(mkt,10),1)>0;
> 
> return EMA(mkt,5) > EMA(mkt,10);
> 
> }
> 
> function cMktsup()
> 
> {
> 
> t1=fmktup("!DJI") + fmktup("!SPX") + fmktup("!COMP") + fmktup("!RUT");
> 
> return t1;
> 
> }
> 
> Plot(Cmktsup(), "cmktsup", colorBlack);
> 
> 
> 
> Send BUG REPORTS to bugs@xxxx
> Send SUGGESTIONS to suggest@xxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html 
> 
> Your use of Yahoo! Groups is subject to
http://docs.yahoo.com/info/terms/


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/CNxFAA/GHeqlB/TM
---------------------------------------------------------------------~->

Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/