Skip to content

Commit

Permalink
feat: template json file (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romazes authored May 6, 2024
1 parent 4942318 commit 7ca4865
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion mycustomdata.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,30 @@
],
"data-supported": [ "TradeBar", "MyCustomData" ],
"more-information": "https://www.mycustomdata.com",
"documentation": ""
"documentation": "",
"module-specification": {
"download": {
"data-types": [
"Trade",
"Quote",
"OpenInterest"
],
"resolutions": [
"Tick",
"Second",
"Minute",
"Hour",
"Daily"
],
"security-types": [
"Equity",
"FutureOption",
"..."
],
"markets": [
"USA",
"..."
]
}
}
}

0 comments on commit 7ca4865

Please sign in to comment.