Spaces:
Running
Running
Upload Quasar_axrvi_ranker.py
Browse files- 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",
|