You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
proposal = await api.proposal({"proposal": 1,
"amount": 0.99,
"barrier": "6",
"basis": "stake",
"contract_type": "DIGITDIFF",
"currency": "USD",
"duration": 1,
"duration_unit": "t",
"symbol": TR_SYM
})
The issue here it seems, the proposal does not see the digits after the decimal point for the amount. When I put 1.2 it only registers 1.
The text was updated successfully, but these errors were encountered:
proposal = await api.proposal({"proposal": 1,
"amount": 0.99,
"barrier": "6",
"basis": "stake",
"contract_type": "DIGITDIFF",
"currency": "USD",
"duration": 1,
"duration_unit": "t",
"symbol": TR_SYM
})
The issue here it seems, the proposal does not see the digits after the decimal point for the amount. When I put 1.2 it only registers 1.
The text was updated successfully, but these errors were encountered: