Code Amibroker Indicators
SUPER cam for Amibroker (AFL)
_SECTION_BEGIN(\”GANN Levels\”); /* For Stocks/Index/Commodities \”order\” need to be 0.1 to 0.5 For Forex \”order\” should be 0.001 ( except JPY pairs ), for JPY pairs it need to be 0.01 */ Op=TimeFrameGetPrice(\”O\”,inDaily,0); order=Param(\”Order\”,0.5,0.001,0.1,0.001,sincr = 0); level1 = 1.25; level2…