Difference between revisions of "User talk:Hqadmin"
Jump to navigation
Jump to search
(→Panduan Charting) |
(→Moving Average: new section) |
||
Line 23: | Line 23: | ||
Contoh: /C TLKM t3 | Contoh: /C TLKM t3 | ||
</pre> | </pre> | ||
+ | |||
+ | == Moving Average == | ||
+ | |||
+ | Bot ini menyediakan 7 tipe Moving Averages: | ||
+ | |||
+ | MA untuk Simple Moving Averages | ||
+ | EMA untuk Exponential Moving Averages | ||
+ | TMA untuk Triangular Moving Averages | ||
+ | WMA untuk Weighted Moving Averages | ||
+ | HMA untuk Hull Moving Averages | ||
+ | TEMA untuk Triple Exponential Moving Averages | ||
+ | KAMA untuk Kauffman Adaptive Moving Averages | ||
+ | |||
+ | Anda bisa menampilkan maksimal 9 moving averages pada chart. | ||
+ | |||
+ | PERINTAH: | ||
+ | /C <CODE> MA<X>,EMA<XX>,... | ||
+ | |||
+ | Contoh: | ||
+ | /C TLKM MA20,EMA100,MA200 |
Revision as of 08:46, 6 October 2022
Panduan Charting
Basic Charting
PERINTAH: /C <TickerCode> Contoh: /C TLKM Bot ini menyediakan 7 tipe charting. t1 untuk Candlestick t2 untuk Heikin Ashi t3 untuk OHLC t4 untuk Closing Price t5 untuk Median Price t6 untuk Typical Price t7 untuk Weighted Price Default tipe chart di bot ini adalah t1 atau candlestick, yang artinya bot akan otomatis menampilkan tipe chart candlestick bila Anda tidak menyebutkan tipe chartnya seperti contoh diatas. Contoh lainnya untuk menampilkan tipe chart OHLC chart anda bisa gunakan t3 Contoh: /C TLKM t3
Moving Average
Bot ini menyediakan 7 tipe Moving Averages:
MA untuk Simple Moving Averages EMA untuk Exponential Moving Averages TMA untuk Triangular Moving Averages WMA untuk Weighted Moving Averages HMA untuk Hull Moving Averages TEMA untuk Triple Exponential Moving Averages KAMA untuk Kauffman Adaptive Moving Averages
Anda bisa menampilkan maksimal 9 moving averages pada chart.
PERINTAH:
/C MA<X>,EMA<XX>,...
Contoh:
/C TLKM MA20,EMA100,MA200