Skip to content

Commit 0b6d40e

Browse files
committed
fixing workflow
1 parent e4e8e13 commit 0b6d40e

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/build_dep.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
git submodule update --init --recursive
2+
13
cd ./external/libpqxx
24

35
mkdir -p build

source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ int main(int argc, const char * argv[]) {
4646

4747
// Define the instruments to backtest and stream their historical tick data
4848
std::vector<std::string> symbols = {"AUSIDXAUD", "EURUSD"};
49-
std::vector<PriceData> ticks = SqlManager::streamPriceData(db, symbols, 1);
49+
std::vector<PriceData> ticks = SqlManager::streamPriceData(db, symbols, 3);
5050
printf("Total ticks streamed: %zu\n", ticks.size());
5151

5252
// Execute the backtest by replaying all ticks through the strategy logic

0 commit comments

Comments
 (0)