removed value_precision and price_precision

This commit is contained in:
Cryptoval Trading Technologies
2023-12-09 22:16:30 +00:00
parent 050a7406b5
commit dbf6e40860
2 changed files with 9 additions and 151 deletions
+3 -2
View File
@@ -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"