79286480

Date: 2024-12-17 01:50:39
Score: 2.5
Natty:
Report link

Does something like this do the trick?

df['High time'] = [window.to_list().index(max(window.to_list())) for window in df['Bid'].rolling(price_frame)]

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Trostis