removed value_precision and price_precision
This commit is contained in:
+3
-2
@@ -106,7 +106,8 @@
|
||||
, "strategy": "CVTT_QST001"
|
||||
, "strategies": {
|
||||
"CVTT_QST001": {
|
||||
"class": "cvttpy.trading.strategies.test_strat.TestStrategy"
|
||||
# "class": "cvttpy.trading.strategies.test_strat.RandomTestStrategy"
|
||||
"class": "cvttpy.trading.strategies.test_strat.SeesawTestStrategy"
|
||||
, "params": {
|
||||
"dummy": "dummy"
|
||||
}
|
||||
@@ -128,7 +129,7 @@
|
||||
"CVTT_BK01": {}
|
||||
}
|
||||
, "database": {
|
||||
"positions_table": "cvtt_positions"
|
||||
"positions_table": "prod.cvtt_positions"
|
||||
, "credentials_key": {
|
||||
"write": "CVTT_TRD_DB_02"
|
||||
, "read_only": "CVTT_TRD_DB_02"
|
||||
|
||||
Reference in New Issue
Block a user