Account
Copiix is super easy to use: you don’t need to create any account! It’s completely free! But if you want to unlock those awesome premium features, you’ll need to sign up. Just a heads up, to take advantage of the remote services, you gotta keep the console open!
Remote Provider
Here you’ll find all the info to manage your remote service.
Your Remote Service Key
This is your key, the latest one you generated. Feel free to share it with anyone you want—whether it’s a signal provider or just a friend. Whoever has this key will be able to copy your trades from the accounts you’ve selected as Remote Provider.
Webhook
This service enables Copiix to receive signals from external sources in a specific format at this endpoint: https://copiix.com/app/webhook/
Your Webhook Service Key
You can use this key in your Copyers to receive signals! You can also share it with anyone you like—whoever gets it will be able to copy your signals coming from the webhook.
Webhook Password
Be careful! Don’t share the Password with anyone, as it would allow anyone who has it to use your webhook. It must remain private and only used with the services you use.
Generate a Key
Remember, remote and webhook keys can only be generated after 5 minutes.
Webhook Template
As mentioned earlier, the webhook follows a precise formatting. With the buttons below the key, you can copy them directly!
All values are of type string to ensure maximum compatibility with all webhooks.
Open the Trade
Here’s how a command to open a trade looks in JSON format:
{
"webhook":"<Your webhook key>",
"password":"<Your webhook password>",
"signal":
{
"cmd":"open",
"type":"<buy or sell>",
"label":"<unique number int>",
"symbol":"<The symbol to open in canonical form>",
"slPrice":"<The stop loss price>",
"tpPrice":"<The take profit price>",
"lots":"<The lot size>"
}
}
Close the Trade
Here’s how to close a trade:
{
"webhook":"<Your webhook key>",
"password":"<Your webhook password>",
"signal":
{
"cmd":"close",
"label":"<unique number int>"
}
}
Label
When you open trades with webhooks, make sure to set a unique label! This way, you can close that specific trade without affecting all the others. If the label isn’t set, or if the value is less than 1 or incorrect, the label will default to 1 every time. So, keep an eye on that!
Webhook Test
Premium
As mentioned before, Copiix is completely free software! With donations, we can keep this project alive and kicking for the long haul. The minimum donation gives you access to a full 30 days of all Premium features, and if you donate more, you’ll get multiple 30-day periods. So, the more you give, the longer you enjoy those awesome perks!
Donation
Before making a donation, make sure to log in to the console and use the same email for the donation. If you're already registered in the console, just use that same email!