add trading managers

This commit is contained in:
2018-09-21 10:09:18 -07:00
parent aef74dfa59
commit 6edc589248
8 changed files with 151 additions and 17 deletions

View File

@ -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