Amibroker AFL Code guide

#1
EnableScript("jscript");EnableScript("jscript");
<%

{
AB = new ActiveXObject("Broker.Application");
ADS = AB.Documents;



ADS.Item(0).ActiveWindow.SelectedTab = 0; //sheet 0 of tab 0



}
%>

script = GetScriptObject();

if ( Status("action") == actionScan ) script.();

Buy = 0;






How to select a specify symbol (like GOLD, SILVER) in this code
also where put code that set time frame


I want to put a code that can select symbol and then set time frame auto with this code.
please guide me
Thanks
 

Similar threads