# Functions
NewBinance create a new Binance exchange instance.
NewBinanceFuture will create a new BinanceFuture instance.
NewCSVFeed creates a new data feed from CSV files and resample.
WithBinanceCredentials will set Binance credentials.
WithBinanceFutureCredentials will set the credentials for Binance Futures.
WithBinanceFutureLeverage will set the leverage for a pair.
WithBinanceFuturesHeikinAshiCandle will use Heikin Ashi candle instead of regular candle.
WithBinanceHeikinAshiCandle will convert candle to Heikin Ashi.
WithCustomMainAPIEndpoint will set custom endpoints for the Binance Main API.
WithCustomTestnetAPIEndpoint will set custom endpoints for the Binance Testnet API.
WithMetadataFetcher will execute a function after receive a new candle and include additional information to candle's metadata.
WithTestNet activate Bianance testnet.