Andrew Rainboldt

Results 11 comments of Andrew Rainboldt

Hey @paulbkoch thanks a lot for the prompt and thorough response. I'll explore these options and touch base here if I have any questions or updates. Thanks!

hey @alvarobartt thanks for following up and for the invitation for proposals. I'll read through the linked issue and the code again and get back to you with my thoughts....

Hi, Thanks for following up. The wiki article is generally correct, likely good enough for most purposes. It looks like the current packages is following it. I was thrown off...

I'm also trying to utilize the `from_samples` method with constraints and encountering difficulties. It would be nice to know why this doesn't work. I get the following error when I...

My bad. Sorry for the incomplete example. I'll update this.

@amit-sharma thanks for the notification. I've updated the example, should work now.

hey @here, as it doesn't look like the author cares much about this. I'd suggest that somebody that does, and yet doesn't want to just use the script provided above,...

Here's a hacky yet working sketch given the current design of the library: ```python from pandas_ta.custom import bind from functools import wraps import pandas_ta def _get_args_dict(f): args_names = f.__code__.co_varnames[:f.__code__.co_argcount] return...

@twopirllc the test code works, with one limitation. Strategies with funcs decorated with this will run as expected, except that the ALL strategy breaks after using the decorator due to...