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

Re: [amibroker] E-Signal (6 months of data)



PureBytes Links

Trading Reference Links


Try something like the green additions below
 
--- Arthur Sawilejskij <arthur@xxxxxxxxxxxxxxx> wrote: --------------------------------- I want to plot the lower of the ratio of the 6/100 day or 10/day dayhistorical volatility levels. I can only seem to get it to plot either or superimpose the two - but notplot the lower of the two - any help would be appreciated. What I have is ........ GraphXSpace=10; Hv6=(StDev(log(C/Ref(C,-1)),6)*sqrt(260)*100); Hv10=(StDev(log(C/Ref(C,-1)),10)*sqrt(260)*100); hv100=(StDev(log(C/Ref(C,-1)),100)*sqrt(260)*100); x=Hv6/Hv100*100; y=Hv10/Hv100*100; // IIf(x>y,Plot(x,"HRV6",5,7),Plot(y,"HRV10",7,7)); xy=iif(x<y,x,y);
plot(xy,"Ratio",colordefault,styleline);
// Plot(50,"Trigger",2,5); Plotgrid(50,coloryellow);
Arthur 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 --------------------------------- 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: amibroker-unsubscribe@xxxxxxxxxxxxxxx Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.


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








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:amibroker-unsubscribe@xxxxxxxxxxxxxxx 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.