AGG2017
AGG2017
Great idea to add histograms to the charts. I tested that with many combinations of indicators and it perfectly works. Couldn't find an easy way to use factor_cmap to make...
@zlpatel Thanks for the idea. It is not practical when using standard TA libraries but for some custom indicators is perfect. I had some success using linear_cmap with providing low/high...
@zlpatel I want just to add one more parameter `style` to replace everything else when defined in order to be compatible with all the rest. Let say you have predefined...
> while we're at it, is it possible to specify the exact price we want to make it in? In that case, we can specify any OHLC, or combinations. We...
You don't need to use the internal indicator representation function if you don't have time to understand how it works and how it can be used with ANY external TA...
You have to invest time to understand the examples from the documentation. It is very simple to use any of the external ta libs you mentioned. Even I gave you...
Here is one simple example to use external ta lib like finta (worst case because it uses different names for the columns): https://github.com/peerchemist/finta/blob/master/examples/backtest.ipynb For the optimizations check this simple manual...
@AlbertWh1te Somehow we can do that but it will be much better to have at least price selector from which o/c/h/l column names in the main dataframe to be used...
Quality converting to Renko needs much more work. I'm trying to keep the date/time index and to offset in advance by given delta (1sec) all extra bricks from gaps or...
Unfortunately, I don't plan to implement this as part of pandas_ta because the result will be not compatible to the index of the rest of the indicators. It doesn't fit...