Skip to content

Commit

Permalink
Update tradier.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredbroad authored Feb 8, 2024
1 parent 162da01 commit 3b24e21
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions tradier.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"description":"Tradier is a reliable low-cost Equities and Equity-Options REST-API brokerage. They have options to select $0-fee trading on equities and options.",

"description": "Tradier is a reliable low-cost Equities and Equity-Options REST-API brokerage. They have options to select $0-fee trading on equities and options.",
"platforms-features":[
{
"Platforms": ["Cloud Platform", "Local Platform", "LEAN CLI"],
Expand All @@ -10,16 +9,8 @@
"Live Trading": [1,1,1]
}
],

"order-types-markets":[
{
"Order Type": ["Equity", "Equity Options"],
"Market Order": [1,1],
"Limit Order": [1,1],
"Stop Market Order": [1,1],
"Stop Limit Order": [1,1]
}
],
"data-supported": [ "Equity", "Equity Options" ],
"more-information":"https://tradier.com/individuals/pricing"
"order-types": ["Market", "Limit", "Limit-If-Touched", "Stop Market", "Stop Limit", "Trailing", "Market On Open", "Market On Close", "Combo Market", "Combo Limit", "Combo Leg Limit", "Exercise"],
"data-supported": ["Equity", "Equity Options"],
"brokerage-url": "https://tradier.com/individuals/pricing",
"documentation": "/docs/v2/cloud-platform/live-trading/brokerages/tradier"
}

0 comments on commit 3b24e21

Please sign in to comment.