quantresearch1

Results 16 comments of quantresearch1

@j-bowhay SHould be fixed now. The remaining lint errors are not from this PR: scipy/io/_idl.py:800:80: E501 line too long (91 > 79 characters) scipy/sparse/tests/test_base.py:417:80: E501 line too long (82 >...

@tupui Happy to do so, I mentioned at the beginning this is originating from [dloney:sparse_nonzero](https://github.com/dloney/scipy/tree/sparse_nonzero) (which seems stale now). Is there a specific process to 'link' two PR in GItHub...

I think I understand now, the link I shared is not the link to the PR. Here is @dloney original PR: https://github.com/scipy/scipy/pull/11899

> > Would you like to address these as well in this PR ? I am happy to do so but could be better separate. > > Please don't update...

> Thanks for picking this back up. Let me know if I can do anything to help get this finalized. I am happy to take this PR down if you...

Thanks @dloney , @tupui . Mail sent to the scipy dev team, will update with their feedback

Your message to the SciPy-Dev mailing-list was rejected for the following reasons: The message is not from a list member @tupui how do I become a member ?

I think I got there in the end: https://mail.python.org/archives/list/[email protected]

It looks like you used 'signal' instead of the expected signal_window argument I have just tried the below without any issues macd = vbt.MACD.run( close=price, fast_window=np.array([3, 6, 9, 12]), slow_window=2...