-
Notifications
You must be signed in to change notification settings - Fork 177
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
Calculate threshold as multiples of ATR #11
Comments
Did you get a response @akhtariali ? If not, would you consider forking the repo and adding your High/Low and ATR updates? I would be very interested in the functionality you mention especially if you can code a functional version that uses the candle High/Low. |
@flowtrader2016 I ended up implementing this code in Python, using ta-lib to calculate ATR. I'll send @jbn an email to see if he looks for maintainers/collaborators. |
I would love to see your code @akhtariali Is it something you could share please? Thanks |
@flowtrader2016 Sure thing.
With a l'l bit of
|
Hi @akhtariali , I tried to use your code with this test dataframe:
I'm not sure what value to use for the MULTIPLIER and receive list index out of range error when trying different values. Would be great to see it working with this/any test data. Thanks |
@flowtrader2016 I use yfinance to fetch data. |
@apologeticallypervy did you receive a response? If not it would be great to see you create a new repo with your zigzag code. |
No luck. I'm having crazy times right now; will take a look at it ASAP. |
@HumanRupert thanks for you share,It's beautiful |
Something like this feature in NinjaTrader or this script in TradingView.
I've got time to implement it. But I'm not sure how active this repo is. In any case, HMU if you need a maintainer.
The text was updated successfully, but these errors were encountered: