PureBytes Links
Trading Reference Links
|
hello i wrote following simple code to point out major problem of a
code i want use to have alarms on explore in AA window.
here it is:
line = Study("RE", GetChartID());
Filter = 1;
AddColumn(line, "study", 1.4);
Title = WriteVal(Line, 1.4);
In indicator of a stock i can read study level on title place as
correct.
When i make an explore, i have nothing in "study" column.
no filter problem, i checked this.
Until now i have not found solution, someone can help me?
thank you in advance.
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
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:
http://docs.yahoo.com/info/terms/
|