Type/to search

Démonstration de KLineChart

Common strategy
Created: 2022-05-13 20:19:42
Last modified: 4 years ago
12
Follow
656
Followers

La plateforme (langages Javascript/Python) prend en charge KLineChart, toutes les fonctions de dessin du langage Pine (paramètres identiques), et les signaux d'achat/vente personnalisés.
Voici un exemple de démonstration.

Documentation de référence : https://www.fmz.com/api#klinechart

img

Source
JavaScript
/*backtest
start: 2022-05-31 00:00:00
end: 2022-06-29 23:59:00
period: 1h
basePeriod: 15m
exchanges: [{"eid":"Binance","currency":"BTC_USDT"}]
*/

function main() {
    let c = KLineChart({overlay: true})
    let bars = exchange.GetRecords()
    if (!bars) {
Comment
All comments (0)
No data
No data
  • 1
Forums
PINE Language
Get the app
iPhone Download
© 2015 - ∞ INVENTOR PTE LTD (SG)