Skip to content

Commit 63ea1ee

Browse files
committed
Updated README.md with candlestick property details and removed unused labels from Dependabot configuration.
1 parent 6927801 commit 63ea1ee

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ updates:
99
open-pull-requests-limit: 10
1010
commit-message:
1111
prefix: "deps"
12-
labels:
13-
- "dependencies"
14-
- "nuget"
1512
groups:
1613
nuget-minor:
1714
patterns:
@@ -27,6 +24,3 @@ updates:
2724
interval: "weekly"
2825
commit-message:
2926
prefix: "ci"
30-
labels:
31-
- "dependencies"
32-
- "github-actions"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ using Backtest.Net.Timeframes;
7777
using Backtest.Net.Enums;
7878

7979
// 1. Prepare your symbol data (candlesticks per timeframe)
80+
// Candlestick properties: OpenTime, Open, High, Low, Close, CloseTime, Volume
8081
var symbolsData = new List<SymbolDataV2>
8182
{
8283
new SymbolDataV2

0 commit comments

Comments
 (0)