EXMO - create_market_buy_order() parameters problem
See original GitHub issueOS: Windows 7 Programming Language version: Python 3.6 CCXT version: 1…11.10 Exchange: EXMO Method: create_market_buy_order()
@kroitor Unfortunately I was too tired to understand what happened.
In my bot, if the last price is below some point, I open a market order if it is above that point and below another reference I use a limit order…
Yesterday, I copied the wrong method when I created this post even though I was doing the right thing.
The errors described above was happening on this line of code:
compra = self.conn.create_market_buy_order(PAR, volume)
the error:
exmo {"result":false,"error":"Error 50049: Parameter is not a number 'price'"}
Can you help?
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
ccxt Documentation - Read the Docs
After exporting the above variables with your proxy settings, ... only use the "proxy" setting if you're having a problem with Access-.
Read more >Getting class Exchange not found? ▷ Download ccxt/ccxt +++ ...
Please go to our download page to download this composer package and to solve the problem class 'Exchange' not found. Download ccxt/ccxt.
Read more >Adding 'nonce' in API Request- R - Stack Overflow
(https://exmo.com/en/api#/authenticated_api) I have tried several codes but keep getting the same error. My code is:
Read more >CCXT – CryptoCurrency eXchange Trading Library - GithubHelp
Problems with fetchBalances() for Three Out of Five Exchanges ... tried sending what+ secret.decode() as first parameter but it just sends another error....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yes , you are right . I tried to put.
decimal price = 5.555; <string , price.ToString()>
And after this i got an error. But when i wrote Convert.ToString(price, CultureInfo.InvariantCulture); instead of price.ToString(); . It’s okey.
@kroitor thank you very much!
Things are working properly here!
Excelent work!
Thank you!