add trading managers
This commit is contained in:
@ -20,7 +20,7 @@ create constant variable int EndTimeHour = 17
|
||||
create constant variable string OHLCInterval = '10s'
|
||||
|
||||
-- Amount to be traded, measured in units.
|
||||
create constant variable int TradeSize = 100000
|
||||
create constant variable int TradeSize = 10
|
||||
|
||||
-- How many events to use for simple moving average calculation
|
||||
create constant variable int SMASize = 5
|
||||
|
||||
Reference in New Issue
Block a user