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
Hello. I'm relatively new to Python, and I'm looking for tools to backtest.
I apologize in advance if this is a dumb question (I'm sure it is). I searched for a similar discussion, but didn't find anything, so forgive me if this has been covered a billion times.
I notice that there is a lot of emphasis on backtesting in VectorBT using indicator or MA behavior. But that's not what I want to back test. I want to test an instrument based on something more complex--price behavior within a given time interval.
As an example--when price reaches X level within Y timeframe, how does the instrument behave with a given stop loss and take profit?
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
-
Hello. I'm relatively new to Python, and I'm looking for tools to backtest.
I apologize in advance if this is a dumb question (I'm sure it is). I searched for a similar discussion, but didn't find anything, so forgive me if this has been covered a billion times.
I notice that there is a lot of emphasis on backtesting in VectorBT using indicator or MA behavior. But that's not what I want to back test. I want to test an instrument based on something more complex--price behavior within a given time interval.
As an example--when price reaches X level within Y timeframe, how does the instrument behave with a given stop loss and take profit?
Is this possible?
Beta Was this translation helpful? Give feedback.
All reactions