AGG2017

Results 40 comments of AGG2017

Stocktrends is done somehow to do the job. I started with it but found there is no atr support, no percentage log support, no volume, the date in the index...

@twopirllc, > How do you like **backtesting.py**? I use [**vectorbt**](https://github.com/polakowo/vectorbt). Thanks for the information. I will take a look. I tested several backtesting frameworks but didn't find exactly what I...

This is my initial version of this indicator. I'm very new to pandas_ta (just 2 days of using it). This indicator can be improved further from the more experienced people...

@manuelwithbmw It is obvious that we have to group the closing price by price slots (bucket_size) and not to be grouped by all available closing prices like in your example....

BTW, I see a strange behavior of the final plot with the provided upper code example. When you select the last 150 bars of the data frame the issue is...

Long time ago I started processing each intraday data for the tickers I need to have the volume profile for each day and for each week. Then I normalize it...

Analyzing the network packets with Wireshark I can see invalid response to the RPC pull metadata request and then a packet to close the connection from the server. But on...

I didn't have time to test everything else but I also found that in the result for 0x0F at least the status code is not right. In the documentation from...

My final more universal version that works at the moment: ``` def get_total_rows(page_content): """ Returns the total number of rows(results). """ options=[('class="count-text whitespace-nowrap">#1 / ',' Total'),('class="count-text">#1 / ',' Total')] page_text...

Read the suggestions from #182.