flowtrader2016
flowtrader2016
Any update on this as still seeing layer sharing breaking when the `:version` number is bumped.
Is this something that will be available soon? thanks
Is this on your roadmap or should I be looking at an alternative approach? Thanks
Can you please update to advise if support for custom containers will be coming soon? Thank you
Are there any plans to add this enhancement please?
> It is still failing on 16-APR > >  +1
See https://github.com/jbn/ZigZag/issues/11
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...
> @flowtrader2016 I ended up implementing [this code](https://www.tradingview.com/script/seTYoI2K-RS-ZigZag-Percent-Reversal-Forecast-patterns-labels/) in Python, using [ta-lib](https://github.com/mrjbq7/ta-lib) to calculate ATR. I'll send @jbn an email to see if he looks for maintainers/collaborators. I would love...
> @flowtrader2016 Sure thing. > Hi @akhtariali , I tried to use your code with this test dataframe: ``` def genMockDataFrame(days,start_price,colName,startDate,seed=None): periods = days*24 np.random.seed(seed) steps = np.random.normal(loc=0, scale=0.0018, size=periods)...