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

TD Sequential indicator - new strategy #68

Closed
Prossi79 opened this issue Feb 9, 2020 · 2 comments
Closed

TD Sequential indicator - new strategy #68

Prossi79 opened this issue Feb 9, 2020 · 2 comments
Labels
Strategy Request Requests asking for an implementation of a specific strategy

Comments

@Prossi79
Copy link

Prossi79 commented Feb 9, 2020

For requestion a new strategy. Please use the template below.
Any strategy request that does not follow the template will be closed.

Step 1: What indicators are required?

no indicators needed, just close prices

Step 2: Explain the Buy Strategy

the trigger to buy ->
When you see 9 consecutive closes “lower” than the close 4 bars prior.
An ideal buy is when the low of bars 6 and 7 in the count are exceeded by the low of bars 8 or 9.

Step 3: Explain the Sell Strategy

trigger to sell ->
When you see 9 consecutive closes “higher” than the close 4 candles prior.
An ideal sell is when the the high of bars 6 and 7 in the count are exceeded by the high of bars 8 or 9.

Source

What come from this strategy? Cite your source:
https://hackernoon.com/how-to-buy-sell-cryptocurrency-with-number-indicator-td-sequential-5af46f0ebce1

@xmatthias xmatthias added the Strategy Request Requests asking for an implementation of a specific strategy label Feb 9, 2020
@hroff-1902
Copy link
Member

hroff-1902 commented Apr 18, 2020

(to log it here)

@xmatthias
Copy link
Member

I guess #75 does fix this?

Let me know if that's not the case ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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