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

[amibroker] please check this



PureBytes Links

Trading Reference Links

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);


------------------------ 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/