Replies: 2 comments 2 replies
-
Hey. In order for someone to be able to help you, you must ask a good technical question. Please read this short article and try again ;) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i have been trying to create a bot that i forward a certain message to it and it will start trading when the requirements are met
bot in the trading process it wont handle any incoming keyboard markup or update when i tell it to stop trading or even cancel trading before the trading even began
when the bot receives and matches the signals the conversation state changes to SIGNAL_RECIVED and it runs an asyncio task and starts a function called Update_Price_And_Place_order
the said function contains a while loop that updates the market prices
now my problem is that the keyboard buttons for cancel trading does not work in mentioned function
Beta Was this translation helpful? Give feedback.
All reactions