Results 3 comments of Ray

I think the issue may be in line 178 in tda/client/base with the make_order_query() function. ``` def _make_order_query(self, *, max_results=None, from_entered_datetime=None, to_entered_datetime=None, status=None, statuses=None): status = self.convert_enum(status, self.Order.Status) statuses =...

There may have been some kind of log file or interface to test real orders but I wasn't aware of it. Not sure if this helps, but one way I...

Hi Akarsh, To clarify, what do you mean by back test for reliability? Are you referring to pulling historical text signals from Discord and running them against a text parser?...