Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insufficient funds message #6

Open
MrB-Oo opened this issue Jan 4, 2018 · 2 comments
Open

Insufficient funds message #6

MrB-Oo opened this issue Jan 4, 2018 · 2 comments

Comments

@MrB-Oo
Copy link

MrB-Oo commented Jan 4, 2018

When placing a trade, you get a warning message about insufficient funds .... When you do have funds, the trade gets placed. Then the sell trade is not placed.

EG:
Coin =DMD
Volume = 0.01
Buy @ 0.1
Sell @ % 10

Press use
Warning messages about funds
Trade placed
Sell order not places

@gobeli
Copy link
Owner

gobeli commented Jan 10, 2018

Could you provide a screenshot of what exactly you type into the strategy form?

@nikita
Copy link

nikita commented Jan 27, 2018

+1 on this for Binance.

Not enough time for the createLimitBuyOrder to get taken before creating the createLimitSellOrder in ExecuteModal. Since you're using promises I think it would be an easy fix, you can check for status of the buy order to be "closed" but not sure how much time that would make you lose or some other way that I'm not thinking of. But note that I did not test this during a pump-and-dump so during a pump-and-dump it should be taken instantly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants