You are on page 1of 5

STOCK CHARTINGS

using Telegram bot @HQSahamIDX_bot


http://t.me/HQSahamIDX_bot

Charting commands:

1. Basic charting
Example: /C TLKM
This will show candlestick chart of TLKM (PT Telekomunikasi Indonesia)

This bot provide 3 types of charting


t1 : Candlestick
t2 : Heikin Ashi
t3: OHLC
The default chart type in this bot is “t1” or candlestick.

If you want to change the chart type simply add parameter t.


Example: /C TLKM t3
This command will give you an OHLC chart type.

2. Adding Moving Averages


This bot able to plot up to 6 moving averages in any type :
SMA,EMA,WMA,TMA,TEMA
Example : /C TLKM sma20,ema50,wma100,tma150
You can use any period by changing the numbers. For example I you want
ema with 23 period, then you can type: ema23.

Please pay attention that every MA indicators separated by comma without


space.

3. Add Another Indicator as Overlay


You can add indicators as overlay in this bot. add O (letter “O”) parameter as
overlay.
o1 : for parabolic SAR
o2 : for Guppy MMA
o3 : Monthly High-Low
o4 : for Bill William Alligator
o5 : for Fibonacci Retracement
o6 : for Fractal Bullish Reversal
o7 : for Fractal Bearish Reversal
o8 : Ichimoku

Example : /C TLKM o1,sma20 this command will display a parabolic SAR


overlay (o1 ; see table above) along with SMA 20
Note: indicators code are separated by comma without space.

How to charting @HQSahamIDX_bot v3.0.3 Page 1


4. Adding Price Band to the chart

You can add price band with the following parameter


p1 : for Bollinger Band
p2 : for Donchian Chanel
p3 : for Envelope

Example : /C TLKM sma20,o1,p1


This P1 parameter will add a Bollinger Band on the chart

5. Adding more Technical Indicators


You can add up to 4 technical indicators based on the list below (see the tables)
Example: /C TLKM sma20,o1,p1,i16,i29
The parameter i16 will add an MACD (12,26,9) and i29 parameter will add RSI(14)
in the main chart.
i1: Accumulation/Distribution i27: Price Volume Trend
i2: Aroon Oscillator i28: ROC (Rate of Change)
i3: Aroon Up/Down i29: RSI
i4: Avg Directional Index i30: Slow Stochastic
i5: Avg True Range i31: StochRSI
i6: Bollinger Band Width i32: TRIX
i7: Chaikin Money Flow i33: Ultimate Oscillator
i8: Chaikin Oscillator i34: Volume
i9: Chaikin Volatility i35: William's %R
i10: Close Location Value i36: Foreign Buy/Sell
i11: CCI (Commodity Channel Indx) i37: Foreign Accum Line
i12: Detrended Price Osc i38: Elders Impulse System
i13: Donchian Channel Width i39: Guppy MMA Oscillator
i14: Ease of Movement i40: Pixels Trend, Vol, Momentum
i15: Fast Stochastic i41: Frequency Analyzer
i16: MACD i42: Volume with MA
i17: Binary MACD i43: Accumulation Swing Index
i18: Mass Index i44: Monthly Price High-Low
i19: Momentum i45: Center Of Gravity Oscillator
i20: Money Flow Index i46: Bollinger Bands %B
i21: Neg Volume Index i47: Super Trend
i22: On Balance Volume i48: Fractal Buy
i23: Performance i49: Fractal Sell
i24: % Price Oscillator i50: VWAP
i25: % Volume Oscillator i51: MA of VWAP
i26: Pos Volume Index i52: Balance Of Power

How to charting @HQSahamIDX_bot v3.0.3 Page 2


6. Zoom-in the charts

By default this bot using 180 days data period to display. You can zoom the chart by
adding Z parameter . For example, if you want to zoom the chart of TLKM (PT
Telekomunikasi Indonesia) to 20 days period you can do like the following:
/C TLKM sma20,o1,p1,i16,i29,z20

And If you want to Zoom-out the charts to 360 days period of data, simply do like
this : /C TLKM sma20,o1,p1,i16,i29,z360
If you want to chart in Weekly just add w parameter , and for Monthly you can
add m parameter. Example: /C TLKM sma20,w

7. Customize indicators parameter

All indicators that listed in the table is using default standard parameter values , for
example , in RSI the bot using 14 as default period parameter value, in MACD the
bot using 12,26,9 as default parameter values.
User allowed to customize the period and other parameters by adding dot (.)
after the indicator code, and type all indicators period or other parameter
separated by dot (.)
For example, if you want to customize the MACD to 24,52,9 and its RSI to 28 then
you can type as following:
/C TLKM i16.24.52.9, i29.28
The above command will plot the RSI to 28 period and the MACD to 24,52,9.
Now you know how to set indicators parameter.

8. Personalize Chart Template

It will be painful if every time we do charting we have to type a very long


command. Well, painful no more, because you can personalize a charting
template using command /DC .
For example, if you want the bot automatically load spesific indicators like
SMA20,Bollinger band,MACD,and RSI everytime you call the command /C,
you can type as follow:

/DC sma20,p1,o1,i16,i29

After that, just type command /C only, for example : /C TLKM


As the result, those indicators will be presented automatically and you don’t need to
type a long command anymore.
You can have up to 10 chart templates.
If you want to add more charting template , just type /DC again with all indicators
you need.
After that you can call the template by its Template ID . Type /DCLIST to view
templates ID. Example: /C3 TLKM . This command will use Template ID no. 3 to
load the indicators on chart. You can use /DCRESET or /DCDEL to modify your
templates.

How to charting @HQSahamIDX_bot v3.0.3 Page 3


9. Miscellaneous

a. Logarithmic scale : change to logarithmic scale can be done by adding


parameter : log .
Example : /c tlkm o3,i39,i40,log

b. Percentage axis : to show percentage axis you can add parameter : pct
Example : /c tlkm i16,i29,pct

c. Volume : by default, volume bar appear under the candlestick. If


you want to hide those volume bars, just add parameter v0 (letter v and
number zero, no space between the “v” and “0”)
Example : /c tlkm i16,i29,sma200,v0

PRE-DEFINED TECHNICAL INDICATOR CHARTS

In this bot, there are several command that already defined by the system.

1. Bollinger Band

Single band of Bollinger Band .


Example: /BBAND TLKM

Dual band of Bollinger Band .


Example: /BBAND2 TLKM

Triple band of Bollinger Band .


Example: /BBAND3 TLKM

2. GUPPY Multiple Moving Averages

GUPPY MMA with candlestick.


Example: /GUPPY TLKM

GUPPY MMA without candlestick.


Example: /GUPPY2 TLKM

3. ICHIMOKU
Example : /i TLKM

4. PARABOLIC SAR
Example: /psars TLKM

5. MACDRSI
Example: /macd TLKM

6. HEATMAP
Example: /map LQ45

How to charting @HQSahamIDX_bot v3.0.3 Page 4


7. PIVOT
Example: /P TLKM
Display Support and Resistance in the form of a speedometer, so it's easy to
understand.

8. SEASONALITY CHART
Example: /SC TLKM
Displays the trend of shares in the last 5 years for each month. This chart
makes it easier for us to see in what months these stocks provide positive or
negative returns.

9. PROFITUNITY TRADING SYSTEM


Example: /PTS TLKM
Showing the Chart Profitunity Trading System which consists of 5 components.
For more information about this Profitunity Trading System, please use Google.
There are many tutorials available on the internet regarding this Profitunity
Trading System.

10. FREQUENCY ANALYZER


Example: /FQ TLKM
Display Transaction Frequency Analysis based on Dean Earwicker's theory.

11. CREDIT DEFAULT SWAP


Example: /CDS
This will display comparison of JCI Index with the Indonesian CDS .

12. RELATIVE STRENGTH COMPARISON (RSC)


Command: /RSC TLKM <periode in days>
Showing the relative strength of shares against the JCI Index. Can be displayed
based on the period of the day.
Example: / RSC TLKM 90
This will display RSC 90 Days of TLKM

13. REGIONAL BULL/BEAR


Command: /BBREG
This will show the regional market conditions whether it is bullish or bearish.

14. IDX BULL/BEAR


Command: /BBIDX
This will display the condition of the local market (IDX) whether it is bullish or
bearish. The pointer will move to follow the current market conditions (Live Data).

15. POLYNOMIAL REGRESSION CHANNEL


Example: /PRC TLKM

How to charting @HQSahamIDX_bot v3.0.3 Page 5

You might also like