panifie / PingPong.jl

Cryptocurrency trading bot, and backtesting framework in julia
https://panifie.github.io/PingPong.jl/
GNU General Public License v3.0
48 stars 10 forks source link

UndefVarError: `scr` not defined #30

Closed femtotrader closed 5 months ago

femtotrader commented 5 months ago

Hello,

According doc

https://github.com/panifie/PingPong.jl/blame/3ef7dd4cf48a9ff956ec53d3b4cf732fd8e18675/docs/src/index.md#L86

But

julia> const bn = scr.BinanceData
ERROR: UndefVarError: `scr` not defined

Any idea how to fix this?

panbonker commented 5 months ago

I assume you didn't know that scr is just a shorthand for the Scrapers module, so just import it using Scrapers: Scrapers as scr