Adding a new Strategy in Capitalise Ai
To create a new strategy in Capitalise AI, follow the steps below:
2
3
Copy A strategy
To duplicate a strategy from another account:
Copy and paste the full entry and exit commands into the new strategy.
Example:
Entry condition:
if Webhook(31811436-9326-471d-90f5-ead0d96b5a5b) triggers buy 2,500 USD WORTH of SOXL
Exit condition:
if Webhook(91ab1d51-bc1d-452a-a976-392bc98154af) triggers close position
4
5
Confirm Webhook IDs
There is a known issue where copying/pasting webhook commands may regenerate a new webhook ID.
To fix this:
Click the three-dot menu next to your strategy.
Choose Edit.
Re-paste your original Webhook commands.
Save changes.

Make sure the Webhook IDs are correct before running the strategy live.

Last updated