KarlQuant commited on
Commit
60e0300
·
verified ·
1 Parent(s): 3e7c102

Upload Quasar_axrvi_ranker.py

Browse files
Files changed (1) hide show
  1. Quasar_axrvi_ranker.py +1 -0
Quasar_axrvi_ranker.py CHANGED
@@ -3492,6 +3492,7 @@ class QuasarAXRVIBridge:
3492
  contract_type = "CALL" if action == "BUY" else "PUT"
3493
  buy_msg = {
3494
  "buy": "1",
 
3495
  "parameters": {
3496
  "amount": self.trade_config.amount,
3497
  "basis": "stake",
 
3492
  contract_type = "CALL" if action == "BUY" else "PUT"
3493
  buy_msg = {
3494
  "buy": "1",
3495
+ "price": self.trade_config.amount, # max price Deriv requires at top level
3496
  "parameters": {
3497
  "amount": self.trade_config.amount,
3498
  "basis": "stake",