How It Works
Getting Started with HFTTrade
Follow these simple steps to get up and running with our algo trading solution:
1. Download Python
First, you need to have Python installed on your system. If you don't already have it, download the latest version of Python from the official Python website.
Make sure to install all necessary packages and libraries (you'll see that later).
2. Create a Flattrade Account
You will need an active account with Flattrade, as our platform currently supports trading exclusively via Flattrade.
If you don't have a Flattrade account yet, visit their official website to create one.
3. Generate API Key and Secret Key from Flattrade
Once you have a Flattrade account, log in to the Flattrade backend.
Navigate to the API Wall and generate your unique API Key and Secret Key. These keys will allow our Python script to interact with your Flattrade trading account.
4. Receive Python File and Import Required Libraries
After completing the above steps, you’ll receive the Python script from us that is ready for execution.
Make sure to install the required Python libraries by running the following commands: dont worry everything we will do it for you
pip install requests,pip install pandas,pip install pyotp
This will ensure your system is set up properly to interact with the Flattrade APIs.
5. Execute the Python File
Now that you have everything set up, run the Python file on your system.
The script will automatically place trades based on the parameters and strategies we provide.
Even if you have a strategy that you want to implement in algo trading, we can help you with it.
You are all set to trade through our algo trading solution!
#Flattrade API python #Flattrade API