Block a user
fc4544c0d9
Update backtest profit function to join using entry time following changes made to the strategy and entry times fields in the trades and backtest tables
3aed5afc94
Strip seconds, microseconds, and time zone information from the trade entry time when inserting records into the table in order to facilitate joins against the backtest table where this information is not present
75a5682e46
Update trade upsert example to strip seconds, microseconds, and timezone information from the trade entry time
b4a79cf3aa
Prevent lookahead bias when determining the best performing entry times by not including the date being requested
477afffefa
Add starting date parameter for which to retrieve the best entry times for the purpose of backtesting on historical data
e02b2e59e1
Add helper method to check if the backtest result table contains a record for a given date as a way to determine whether the market was open or not
d285a33dd0
Utilize the new utility method in options-backtesting for retrieving the best performing entry times
e0d1783715
Add a method to retrieve the best performing entry times over the specified period of time
5bcd8135a4
Simplify backtest result table accessor to only allow for retrieving backtests for a single date or date range