Skip to content

some questions or new features #130

Answered by rodrigo-brito
davidxiao asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @davidxiao

how to implement trailing stop tool? it'd be great if can share more info?

I will include a new feature soon, strategies will have access to partial candles, with this feature will be easy to create this tool.

what's thoughts for polling orders from exchange every second? how about using user data stream?

The pooling is very optimized, we fetch data only when the bot have NEW, PENDING, and PARTIAL FILLED orders in the storage. But we can include this feature, but it is not a priority for now.

in strategy, currently Timeframe is a single frame, how about i will use both 15m and 1h for one asset for example? and if so, maybe need to resample the candles?

Its very complex…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by rodrigo-brito
Comment options

You must be logged in to vote
3 replies
@rodrigo-brito
Comment options

@davidxiao
Comment options

@rodrigo-brito
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #129 on April 01, 2022 23:11.