FUTU HK Help Center-Desktop Version Indicator Management
English
Back
Open Account
Clear
All
Quotes
News
Learn
Help
All
HK
US
CN
SG
AU
JP
All
News
Announcements
Reports

Desktop Version Indicator Management

1. Overview

1.1 Path

Click "Quotes" tab  --> Click "1D K-Chart" --> Click "Indicator Management"

 

1.2 Functions Overview

Functions: My Indicators list, Indicators, Function, Code compiling area, Formula attribute, Note, and Parameter settings

1) Indicators: All the system and customized indicators are presented.

2) Functions: All the system functions are presented.

3) Indicators list: You can add indicators to the "My indicators list" by selecting indicators from the "Indicators" tab. All the indicators are shown on the "Indicators" tab; you can easily add or hide indicators by clicking the "- (hide)" or "+ (add)" button. 

4) Code compiling area: you can edit your scripts or compile functions in this area. 

5) Formula attribute: The abbreviation, full name, object, and coordinate position of an indicator are presented.

6) Note: Relative descriptions of an indicator are presented.

7) Parameter settings: You can set the parameter name, default value, maximum, and minimum. 

1.3 Instruction

To add new indicators, delete indicators, import/export indicators, search indictors/function, and edit indicator script

 

1) Add a new indicator: Click the "+" add button on the top, input scripts, attributes, and parameter settings in the blank compilation page, and then click the "Test" and "Application" buttons to compile your indicator. If the script passes the system's test, your new indicator is added successfully. 

2) Add/Remove an indicator: Click the red icon to delete an indicator, and click the green icon to add an indicator.

3) Export indicators: ICON -- Export indicator

4) Import indicators: ICON -- Import indicator

 

2. Indicator Script

2.1 Color

1) Variable: Orange (you can draw line or dot in the k-chart);  Light Blue (you cannot draw line or dot in the k-chart)

2) Function: Red (function that is not defined)

3) Parameter: Blue (you need to set values in "parameter settings")

4) Color Function: Purple

5) Constant: Green

 

2.2 Customized Indicator Demo

Process: New page -- Input indicator information -- Input code -- Test and Application --Use indicator

1) MA (Moving Average) -- Object: Draw lines in main chart.

MA20:MA(C,N1),COLORRED;

MA60:MA(C,N2),COLORBLACK;

MA120:MA(C,N3),COLORYELLOW;

2) Deduction price -- Object: Draw lines and dots in chart.

MA20:MA(C,20),DOTLINE,COLORRED;

MA60:MA(C,60),DOTLINE,COLORBLUE;

MA120:MA(C,120),DOTLINE,COLORBLACK;

EMA20:EMA(C,20),COLORRED;

EMA60:EMA(C,60),COLORBLUE;

EMA120:EMA(C,120),COLORBLACK;

DRAWICON(CURRBARSCOUNT=21,H,41);

DRAWICON(CURRBARSCOUNT=61,H,41);

DRAWICON(CURRBARSCOUNT=121,H,41);

3) BIAS (Bias Ratio) -- Object: Draw lines, histogram, and coordinate line in sub chart.

MAN1:=EMA(CLOSE,20);

MAN2:=EMA(CLOSE,60);

MAN3:=EMA(CLOSE,120);

BIAS1:(CLOSE-MAN1)/MAN1*100,LINETHICK2,COLORBLACK;

BIAS2:(MAN1-MAN2)/MAN2*100,LINETHICK2,COLORRED;

BIAS3:(MAN2-MAN3)/MAN3*100,STICK,COLORBLUE;

2.3 Indicator Annotation

Write down your annotation within curly brackets "{ }".

 

3. FAQs

3.1 Common Reasons for Compilation Failure

1) No parameters

2) Abnormal parameter

a) senario 1: The default value is not between the maximum and minimum.

b) senario 2: The maximum is smaller than the minimum.

c) senario 3: no parameter name

3) Drawing line function is added to an undrawable line indicator formula

4) Empty full name of the indicator

5) Abbreviation error (English only)

6) Functions that are currently not available 

At present, there are many types of indicators used by technical investors. Some functions such as Tower, Anchored VWAP, Force index, and TTM squeeze are not yet available. We are now conducting a preliminary research on the function algorithm. If you need to add new functions, you can contact us through the customer service email or telephone.

Discussing
北水爆買!中國資產能否延續漲勢?
3月17日早盤,地產代理、物業服務及管理等板塊漲幅明顯,貝殼-W早盤漲逾4%,碧桂園服務漲逾9%。政策消息面上,兩部門發文落實專項債支持收地,中房協組織民營房企座談會。中國資產本輪火爆行情還能持續多久?你會如何投資? Show More
北水狂掃港股!近期如何操作?
71%
29%
看好!繼續加倉
我恐高,逢高減倉
16K votes