trading system

#16
johnnypareek,

I modified following line

if(Name() == "COPPER-1" OR Name() == "^NSEI")


as

//if(Name() == "COPPER-1" OR Name() == "^NSEI")

With above, formula works for any scrip.

Thanks
 
Last edited:

gunsho

Well-Known Member
#19
Lipe182, most probably you do not have the needed plugin. Check you Amibroker\Plugins folder for Chandelier.dll. If it is not there, download it from http://www.amibroker.org/3rdparty/ then you will get the AFL working without issues. This system is based on Chandelier plotting.

Also as Johny mentioned remove the spaces.
 

gunsho

Well-Known Member
#20
Lipe182, most probably you do not have the needed plugin. Check you Amibroker\Plugins folder for Chandelier.dll. If it is not there, download it from http://www.amibroker.org/3rdparty/ then you will get the AFL working without issues. This system is based on Chandelier plotting.

Also as Johny mentioned remove the spaces.
Another point is comment out the 'if' condition checking for symbol as shown by kgsirasangi.
 

Similar threads