python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
When are strategy.entry and strategy.exit executed?
I am trying to count the total number of trades done by a dummy strategy in backtesting but I have trouble counting the trades that enter and exit at the exact same time.
This is the strategy:
//@vers...
Gett
Votes: 0
Answers: 1
VectorBT backtesting python intraday problem
I'm using VectorBT in python to backtest a strategy, however as soon as I get any intraday data with gaps, this is what happens:
Obviously, the gaps are nights/holidays etc, and because of that the i...
Fatafim
Votes: 0
Answers: 0
TypeError: Can't instantiate abstract class with abstract methods
I've seen similar questions posted here and here, but they don't really answer the problem that I'm having, maybe someone can explain this error to me.
I'm using this backtesting package to create a s...
wildcat89
Votes: 0
Answers: 2
Azure Data Explorer (Kusto/KQL) Financial Asset Backtesting Trail Stop Follow-Up
This is a follow-up question from Stack Overflow question 71501098
Original Question
I have a data set of financial asset prices over time and I'd like to mimic a trail stop for back testing strategie...
Damien Johnston
Votes: 0
Answers: 1