PureBytes Links
Trading Reference Links
|
Hi, All
How can i call a user(custom)indicator to trigger an action in the
pricesheet.
As an example,if i want to color a pricebar based on the custom
indicator "StochRSI" I would expect something like:
col=Iif(cross(StochRSI(),20),colorYellow,colorBlack);
plot(price,"triggerbar",col,styleBar);
StochRSI (plotted in another window) is not recognised- since it is
not declared in pricesheet.
So StochRSI is apparently not a (custom) function.
Is it possible to make a userfunction "StochRSI" using AFL?
Fred
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Buy Ink Cartridges or Refill Kits for your HP, Epson, Canon or Lexmark
Printer at MyInks.com. Free s/h on orders $50 or more to the US & Canada.
http://www.c1tracking.com/l.asp?cid=5511
http://us.click.yahoo.com/mOAaAA/3exGAA/qnsNAA/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/
|