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
I need a way, per trade to track the maximum profit it can have before it gets stopped out or before the market closes/week ends. Then at the end results I need to tally this property as well like what's the maximum "maximum profit" from all the trades. Is this possible within the library? Can I append custom data on each trade? Thanks, great repo btw!
Edit: Follow up question, is it possible to use tick data instead, then resample it to whatever timeframe I need? thanks!