mirror of
https://github.com/lukewilson2002/autotrader.git
synced 2025-08-02 13:19:32 +00:00
Update everything to use new DataFrame wrapper
This commit is contained in:
@@ -49,7 +49,7 @@ func main() {
|
||||
// AccountID: "101-001-14983263-001",
|
||||
// DemoAccount: true,
|
||||
// }),
|
||||
Broker: auto.NewTestBroker(nil, data, 10000, 50, 0.0002, 0),
|
||||
Broker: auto.NewTestBroker(nil, auto.NewDataFrame(data), 10000, 50, 0.0002, 0),
|
||||
Strategy: &SMAStrategy{},
|
||||
Symbol: "EUR_USD",
|
||||
Frequency: "D",
|
||||
|
Reference in New Issue
Block a user