Skip to content

Commit

Permalink
Add data source json file template (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonabreul committed Apr 1, 2024
1 parent 3189220 commit 4942318
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions mycustomdata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"description": "",

"platforms-features": [
{
"Platforms": ["Cloud Platform", "Local Platform", "LEAN CLI"],
"Download Data": [0,1,1],
"Backtesting": [0,1,1],
"Optimization": [0,1,1],
"Live Trading": [0,1,1]
}
],
"data-supported": [ "TradeBar", "MyCustomData" ],
"more-information": "https://www.mycustomdata.com",
"documentation": ""
}

0 comments on commit 4942318

Please sign in to comment.