Let's bring your trades to life in 5 minutes
Here's a quick overview of Tradoflow. Follow along to start trading in no-time.
We will create a connection, a strategy and set up alerts to automate your trades.
- 1. Create a connection
Tradoflow lets you connect to a variety of exchanges. You can set up connections to link Tradoflow to your exchange account. Most exchanges offer paper trading or testnet environments that you can use to test your strategies.
Tradoflow strongly recommends testing strategies in paper/test mode before trading with real money.
- 2. Create a strategy
After establishing a connection, the next step is to configure a strategy.
Strategies help you tailor your trading logic. Want to trade with one strategy on a 5-minute chart and another on a daily chart? No problem. Set up as many strategies as you need, even using the same connection.
Tradoflow will automatically separate the incoming signals for each strategy, which will be displayed on your dashboard.
- 3. Generate template syntax for your strategy signal
Hold on, almost there!
Once created, you will find your strategy in the strategy page.
Notice the little bell icon below each strategy? If you click it, it will bring up a menu to configure and generate order parameter. These parameter might differ from exchange to exchange, but Tradoflow has made it very simple for you and changes them dynamically.
Go ahead and try it yourself. Once you are done configuring the settings click .
Tradoflow will create JSON syntax which you can copy into the external signal engine (such as Tradingview). Here is an example:
{ "symbol": "XBTUSD", "side": "Buy", "type": "Market", "tif": "gtc", "userId": "abc", "quantity": "0.01" }
- 4. Create an alert
Congrats, you are done with the Tradoflow setup.
The next step is to use the generated JSON syntax in an external service. We will use Tradingview in this example, but feel free to use any external service that can send requests to Tradoflow's webhook endpoint.
Tradingview example:
- Open a Tradingview chart
- Right-click the chart and select "Add alert" (find a detailed guide here)
- Use the generated JSON syntax that you copied earlier and paste it in the message box in the Settings-tab.
- Set the alert to trigger when your strategy conditions are met.
- Switch to the Notification-tab and paste the following webhook URL in the webhook URL field. Make sure to replace the strategy ID with the one you find on the strategy page.
Webhook URL:https://www.tradoflow.com/webhook/{strategy-id}
Example:https://www.tradoflow.com/webhook/669c8830a1885eb15e3197f0