Skip to content
New issue

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

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

Already on GitHub? # to your account

Staged profit strategy #115

Open
hakandemirel89 opened this issue Jan 26, 2021 · 1 comment
Open

Staged profit strategy #115

hakandemirel89 opened this issue Jan 26, 2021 · 1 comment
Labels
Strategy Request Requests asking for an implementation of a specific strategy

Comments

@hakandemirel89
Copy link

Step 1: What indicators are required?

Define a profit percentage (i.e 2%) and define current price as pivot. Additionally we need the Last filled order: was it a buy or a sell?

Step 2: Explain the Buy Strategy

Basicly buy if we under 2% below the pivot and update the new pivot value

Step 1: Explain the Sell Strategy

Sell if we are above 2% of the pivot and update the new pivot.

Source

The strategy is independent of the dataframes it‘s just a high sell low buy algorithm for those traders who like both coins :) is it possible to access to the order filled history? How would implement this easy strategy?

@xmatthias xmatthias added the Strategy Request Requests asking for an implementation of a specific strategy label Jan 26, 2021
@lazydroid
Copy link
Contributor

This strat only works in a side market. Once the market starts to go up or down, you're going to end up with a lot of overpriced coins and no money (in case of dip) or run out of coins to sell (in case of the rise).

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Strategy Request Requests asking for an implementation of a specific strategy
Projects
None yet
Development

No branches or pull requests

3 participants