PureBytes Links
Trading Reference Links
|
Hi,
I have coded a few indicators using AFL, and I need
to use multiple values return by these indicators in another AFL code. For
example:
Buy = indicatorAvalueA and indicatorAvalueB and
indicatorBvalueC;
Sell = indicatorAvalueD and
indicatorBvalueB;
Now, I have to use the #include function in every
AFL file that I plan to use these indicators' values. What is the way (I
have gone thru the help in AB and Yahoo group but not able to find a solution)
to code these indicator in AFL (because I do not know how to create plugin
in C++/VB) but work like plugin which I can use these values like AB function
without the #include function. I have tried to code the indicator as a function
but I am not sure how to make the function return more than 1 value. Any advise
or suggestion is very much appreciated.
TIA
KK
Yahoo! Groups Sponsor
ADVERTISEMENT
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 the Yahoo! Terms of Service.
|