Showing posts with label AFL CODE-TÂM LÝ THỊ TRƯỜNG. Show all posts
Showing posts with label AFL CODE-TÂM LÝ THỊ TRƯỜNG. Show all posts

Thursday, October 10, 2024

AFL CODE-TÂM LÝ THỊ TRƯỜNG

_SECTION_BEGIN("Tam ly thi truong");

LookBack= Param("Number of lookback periods",12, 2, 100);

UThreshold= Param("Upper threshold (%)",75, 0, 100);

LThreshold= Param("Lower threshold (%)", 25,0, 100);

UpDay= Close > Ref(Close,-1);

PsychIndex= 100*Sum(UpDay,LookBack) / LookBack;

Plot(PsychIndex,_DEFAULT_NAME(),ParamColor("Color",colorRed), ParamStyle("Style",styleLine));

Plot(UThreshold,"75",colorBlack,styleDashed|styleNoTitle); 

Plot(LThreshold,"25",colorBlack,styleDashed|styleNoTitle);

_SECTION_END();

👉Tải tại đây

https://drive.google.com/file/d/1VRm2UdkcGDuwXuvH0XQ2c1qknTyeNi_F/view?usp=drive_link

Cách sử dụng AFL  cho Amibroker  

Tải xuống tệp Amibroker AFL. 

Bây giờ hãy sao chép tệp afl và dán vào vị trí cài Amibroker  

D:\A KY PC\Win\Amibroker\Formulas\VIP free