PureBytes Links
Trading Reference Links
|
Thanks for the help. I've tried your software now for 2 months and
like what i see and I like the newsgroup. Eventually I hope to use my
software to interface with Amibroker via a plugin. So far I have been
able to update my real time Amibroker via jscript and the COM
interface. Thanks again, and hope this makes your week a little
better :).
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:
> Hello,
>
> The problem is that you have the same name for
> FUNCTION and variable inside function.
> If your function has the name of eVWMA you must
> not use the variable of the same name. This is
> not visual basic. Identifiers for functions and variables
> defined inside functions must be different.
> To fix your code it is enough to change the function name
> from eVWMA to say feVWMA to avoid identifier clash.
.......
------------------------ 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/l.m7sD/LIdGAA/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/
|