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

Fibonacci Retracement tool to calculate price levels between two points and generate grouped Conditions #2

Open
hadialaddin opened this issue Nov 12, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request ui Requires UI building
Milestone

Comments

@hadialaddin
Copy link
Owner

hadialaddin commented Nov 12, 2021

Allow defining two price points to auto calculate specific Fibonacci Retracement Levels accordingly and use those price levels in the conditions as Batch conditions (grouped together but created as separate conditions at fixed price levels). Either type the two price points or allow clicking on the chart.

Example: two price points typed or selected as from $69,124 to $62,130. The Fibonacci Retracement Levels desired are: 0.616, 0.66, 0.786, and 0.818. So this translates into 4 Conditions:

  • IF current_price "ABOVE" $"66,439"
  • IF current_price "ABOVE" $"66,746.5"
  • IF current_price "ABOVE" $"67,628"
  • IF current_price "ABOVE" $"67,851.5"

Note: it used ABOVE for all because the retracement was taken from above to below which assumes these are points currently above the price to "CLOSE/OPEN" at. But you can edit as you wish.

-> Then you can attach the Actions for each one.
-> You can delete any of them or one click to delete them all as a Group.

BTCUSD_2021-11-13_00-49-42

@hadialaddin hadialaddin added the enhancement New feature or request label Nov 12, 2021
@hadialaddin hadialaddin self-assigned this Nov 12, 2021
@hadialaddin hadialaddin changed the title Partial Take Profits bases on Fibonacci levels Partial Take Profits based on Fibonacci levels Nov 12, 2021
@hadialaddin hadialaddin changed the title Partial Take Profits based on Fibonacci levels Auto Fibonacci Smart Ladder levels using Pivot Points Nov 13, 2021
@hadialaddin hadialaddin changed the title Auto Fibonacci Smart Ladder levels using Pivot Points Fibonacci Retracement tool to calculate price levels between two points and generate a grouped Conditions Nov 13, 2021
@hadialaddin hadialaddin changed the title Fibonacci Retracement tool to calculate price levels between two points and generate a grouped Conditions Fibonacci Retracement tool to calculate price levels between two points and generate grouped Conditions Nov 13, 2021
@hadialaddin hadialaddin added ui Requires UI building low-priority labels Nov 13, 2021
@hadialaddin hadialaddin added this to the Smart Ladder milestone Nov 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ui Requires UI building
Projects
None yet
Development

No branches or pull requests

2 participants
@hadialaddin and others