From cadf471531dee2dcd9deda1483cc983383717f7e Mon Sep 17 00:00:00 2001 From: Jared Date: Wed, 7 Feb 2024 18:02:34 -0500 Subject: [PATCH] Create tradier.json --- tradier.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tradier.json diff --git a/tradier.json b/tradier.json new file mode 100644 index 0000000..5f01617 --- /dev/null +++ b/tradier.json @@ -0,0 +1,24 @@ +{ + "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"], + "Download Data": [1,1,1], + "Backtesting": [1,1,1], + "Optimization": [1,1,1], + "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] + } + ], + "more-information":"https://tradier.com/individuals/pricing" +}