Ploting Example Added With Data by DrChandrakant · Pull Request #612 · matplotlib/mplfinance (original) (raw)

I just tested and ran these notebooks locally on my pc. They demonstrate nicely how to use addplot and fill_between in the call to mpf.plot() to make nice looking indicator plots. I want to merge this Pull Request to include them in the repository.

However, these examples will be more valuable if they included at least some indication as to where the data came from, for the various columns actually used in these examples.

This indication could be as simple as including one or more markdown cells that describe either (1) where the data can be obtained, or (2) where the user can learn how to calculate the data. Alternatively, if you used your own code to obtain the columns, then perhaps include the code in the notebooks.

It would be nice also to include a reference to where users can learn more about each type of indicator demonstrated here.

Here are the columns used: Tenkan-sen, Kijun-sen, Chikou_Span, Senkou_Span_A, Senkou_Span_B, MACD_12_26_9, MACDh_12_26_9, MACDs_12_26_9, DCU_10_15, DCM_10_15, DCL_10_15