xiva-wgt / go-tvscanner

Trading view scanner api client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go-tvscanner

TradingView scanner api client

Usage

package main

import (
	scanner "github.com/dematron/go-tvscanner"

	"fmt"
)


func main() {
	fmt.Println("Starting")
	cl := scanner.New()
	cl.GetAnalysis("crypto", "BITTREX", "BTCUSD", "1h")
}

About

Trading view scanner api client


Languages

Language:Go 100.0%