Hi,
I used the following code and used latest price and sma data in strategy
schedule_function(strategy,
date_rules.month_end(days_offset=0),
time_rules.market_close(hours=0, minutes=5))
When I print it showed the date correctly but the price and sma data are for the previous day. How to solve this problem.
example:
2019-01-31 15. Equity(91 [DIVISLAB]) 1503.15 Equity(131 [RELIANCE]) 1195.70 but price of divislab and reliance is for 2019-01-30.