Introduction
Common Scenarios
How to build a strategy as a newbie
How to Use Global Variables
How to recover the original strategies
How to handle exceptions in strategy running
How to identify the problems in a strategy
How to use the trigger symbol
How to Set Trigger Conditions to Run a Strategy
Running Order of Conditions Cards & Operations Cards
How to Determine Buying Power
How to Open and Close Positions
How to avoid repeated opening of positions
How to set price alerts with custom indicators
How to trade options with Algo
Catch exceptions to improve your strategies
Card Description
Backtest
Futubull Algo enables live trading of options. Backtesting is unavailable for now.
To create an option strategy, set the underlying stock as the trigger symbol, allowing the strategy to run continuously on a loop based on the changes in stock prices. You can also filter options, choose the conditions cards, and place orders.
Read the following steps to get started with Futubull Algo.
Drag the Start card onto the canvas
Create a new global variable on the Properties panel
Select Symbol, and then select Options as the asset type
Set the filter conditions for options
(The image is for illustrative purposes only and should not be considered investment advice.)
You can use the Value Assignment card if you need to filter options when your strategy is running continuously. This card allows you to filter options based on your set conditions and assign them to a variable for further use in your strategy.
(The image is for illustrative purposes only and should not be considered investment advice.)
Drag the conditions cards onto the canvas as in the image below and select the global variable you created as the symbol.
(The image is for illustrative purposes only and should not be considered investment advice.)
Drag the Place Order card onto the canvas and select the global variable you created as the symbol.
(The image is for illustrative purposes only and should not be considered investment advice.)
Once your strategy is ready, you can start live trading by selecting the underlying stock as your trigger symbol. The strategy will run on a continuous loop based on the changes in the stock's price.
(The image is for illustrative purposes only and should not be considered investment advice.)