CEX DCA
The CEX DCA
node performs a Dollar Cost Averaging (DCA) strategy on a centralized exchange.
Inputs
exchange:
description: The exchange on which the DCA will be performed.
allowed types: CryptoExchange
default value: None
symbol:
description: The trading pair symbol on which the DCA will be performed. The symbol must end with 'USD', 'USDT', or 'USDC'.
allowed types: string
default value: None
amount_usd:
description: The amount of dollars that will be invested at regular intervals.
allowed types: decimal
default value: 0
time_interval_min:
description: The time interval between recurring buys, expressed in minutes.
allowed types: integer
default value: 1
total_trades [Optional]:
description: The total number of trades that will be performed in the DCA. If this field is not set, it will keep swapping until the program is stopped.
allowed types: integer
default value: None
Output
No output
Tags
crypto
CEX
Last updated