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.multiCapture();

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
please guide me
Thanks
 
#2
Kindly post in the future your queries about any Amibroker AFL in the following section, which is the "Amibroker Section" http://www.traderji.com/amibroker/ and stop posting them here in the introduction section like you also did with your other avatar name "Dasbabu1". One of your threads was already deleted here in this section.

Take care
 

Similar threads