In the slides, we introduce the background of Bitcoin's origin, explain public finance, and why decentralized finance might work. Lastly, introduce BBGO's trading framework and the strategies.
pre-programmed trading instructions accounting for variables such as time, price, and volume. This type of trading was developed to make use of the speed and data processing advantages that computers have over human traders.
An investor can hedge the risk of one investment by taking an offsetting position in another investment. The values of the offsetting investments should be inversely correlated.
run what you can see. • KISS principle designed framework - simple, easy to use for users. • Minimalist design strategy interface - ~20 lines go code to implement a new strategy. • One config to rule them all. • Multi-exchange session support. • Run multiple strategies in one process.
want to configure the risk control binance: # orderExecutor is one of the risk control orderExecutor: # symbol-routed order executor bySymbol: BTCUSDT: # basic risk control order executor basic: minQuoteBalance: 100.0 maxBaseAssetBalance: 3.0 minBaseAssetBalance: 0.0 maxOrderAmount: 1000.0 下單的風險控管