You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
Hi all, I was just hoping to find out what ideas everyone has for updating indicators efficiently as bars update. I have built a good system that I am happy with, and backtested. Unfortunately I am now working on live testing and not found a way to streamline the flow of information efficiently.
Currently I have a dataframe holding all the bar information (ticks, or high/low/close/volume). Another dataframe with the technical indicators calculated. Which unfortunately isn't very efficient as it recalculates the last 200 entries for every new bar. Then because I am using ML; a third dataframe with everything normalised. Its really a mess.
Just wondering if anyone wants to share any tricks or tips they have. If I solve it in the next few weeks I'll update with my attempt.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi all, I was just hoping to find out what ideas everyone has for updating indicators efficiently as bars update. I have built a good system that I am happy with, and backtested. Unfortunately I am now working on live testing and not found a way to streamline the flow of information efficiently.
Currently I have a dataframe holding all the bar information (ticks, or high/low/close/volume). Another dataframe with the technical indicators calculated. Which unfortunately isn't very efficient as it recalculates the last 200 entries for every new bar. Then because I am using ML; a third dataframe with everything normalised. Its really a mess.
Just wondering if anyone wants to share any tricks or tips they have. If I solve it in the next few weeks I'll update with my attempt.
Beta Was this translation helpful? Give feedback.
All reactions