Conversation
|
@sumprain In the meantime, would you be willing to please add one or two use-case examples to the very end of the using lines tutorial. That will be very helpful. As long as this Pull Request continues to be open, any changes you push to sumprain:master will automatically be propagated from sumprain:master into this Pull Request. All the best. --Daniel |
|
Thanks a lot @DanielGoldfarb . I will surely do the needful. Regards. |
|
While preparing examples, I detected some anomaly in slope of trend line when show-nontrading days is false. I am correcting it and will pull request it. |
|
Dear Daniel, I have corrected the anomalies and added use cases in Thanks and Regards |
Hello Daniel,
Thanks a lot for such a useful package.
I have made an enhancement in the trend line construction (using
tlineskwarg in plot function).By adding kwargs
extend_startandextend_endtotlinesparameter, we can extend trend line byextend_startdates from the start date andextend_enddates from end date.Regards
@sumprain