Futures
Access hundreds of perpetual contracts
TradFi
Gold
One platform for global traditional assets
Options
Hot
Trade European-style vanilla options
Unified Account
Maximize your capital efficiency
Demo Trading
Futures Kickoff
Get prepared for your futures trading
Futures Events
Join events to earn rewards
Demo Trading
Use virtual funds to experience risk-free trading
Launch
CandyDrop
Collect candies to earn airdrops
Launchpool
Quick staking, earn potential new tokens
HODLer Airdrop
Hold GT and get massive airdrops for free
Launchpad
Be early to the next big token project
Alpha Points
Trade on-chain assets and earn airdrops
Futures Points
Earn futures points and claim airdrop rewards
Custom Trading Bot: Write trading rules into the system's "Strategy Execution Engine"
Basic Principles
A custom trading robot is a strategy tool that allows users to define their own trading rules and have the system automatically execute them. The core idea is simple: break down the strategy into “Trigger Conditions” and “Execution Actions”. When the conditions are met, the robot automatically places orders and manages positions according to preset actions. It can meet the needs of beginners for automation with simple rules (e.g., triggering buy/sell at a certain price) and also support more complex multi-condition logic and cross-market execution.
Structurally, a single rule consists of two parts:
Additionally, custom strategies support a Variable mechanism: you can store calculation results as variables and reference them in subsequent conditions (e.g., using get_value()), enabling strategies to have “state memory” and “multi-step logic” expression capabilities.
Regarding how strategies run, the system executes rules and variables in a loop according to the set order (noted as every 10 seconds). Therefore, when there are reference relationships between rules and variables, the order design will directly affect the final outcome.
Use Cases
Turning “Ideas” into “Stable Executable Actions”
Many strategy issues are not about the idea itself but about execution: whether signals can be disciplined in order placement, and whether they are interrupted by emotions. Custom robots solidify execution into a process, reducing on-the-spot wavering.
A Set of Rules Covering Both Spot and Contracts for Structured Strategies
When your logic involves not just single buy/sell actions but also spot/contract positions, margin constraints, or even multi-market coordination, custom strategies can combine these conditions and actions into a unified execution framework.
Strategies Need to Be “Iterative” Rather Than “Fixed Templates”
Unlike fixed-template robots, the advantage of custom strategies lies in their expressive freedom: you can continuously adjust conditions, variables, and actions, turning strategy iteration into “modify rules, system executes accordingly.”
Usage Tips
Investment Tips
Custom trading robots are rule-based execution tools and do not guarantee profits. Strategy performance depends on the validity of the rule logic, market volatility structure, transaction and trading costs, etc.; when involving contracts, leverage and margin risks are also added. Please participate cautiously based on a thorough understanding of the rules and risks, according to your own risk tolerance.