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!

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
Here’s how a command to open a trade looks in JSON format:
{
"endpoint":"<Enter the endpoint you want to use>",
"username":"<The username of the owner>",
"signal":{
"cmd":"open",
"label":"<You can use it to filter signals or leave it blank>",
"type":"<Choose one of these options: buy/sell/buystop/sellstop/buylimit/selllimit>",
"id":"<Unique number that identifies the trade>",
"price":"<The price of the trade>",
"symbol":"<The symbol to work with, for example EURUSD>",
"slPrice":"<The price of the stoploss or leave it empty>",
"tpPrice":"<The price of the takeprofit or leave it empty>",
"lots":"<The lots you want to open minimum 0.01>"
}
}
Close
Here’s how to close a trade:
{
"endpoint":"<Enter the endpoint you want to use>",
"username":"<The username of the owner>",
"signal":{
"cmd":"close",
"label":"<You can use it to filter signals or leave it blank>",
"id":"<Unique number that identifies the trade, empty if you only want to close the 'others'>",
"others":"<You can choose one or more options separated by '/': buy/sell/buystop/sellstop/buylimit/selllimit>"
}
}
Edit
Here’s how to edit a trade:
{
"endpoint":"<Enter the endpoint you want to use>",
"username":"<The username of the owner>",
"signal":{
"cmd":"edit",
"label":"<You can use it to filter signals or leave it blank>",
"id":"<Unique number that identifies the trade>",
"price":"<The price of the trade>",
"slPrice":"<The price of the stoploss or leave it empty>",
"tpPrice":"<The price of the takeprofit or leave it empty>"
}
}
Partial
Here’s how to partial a trade:
{
"endpoint":"<Enter the endpoint you want to use>",
"username":"<The username of the owner>",
"signal":{
"cmd":"partial",
"label":"<You can use it to filter signals or leave it blank>",
"id":"<Unique number that identifies the trade>",
"percentage":"<The closing percentage, from 0.1 to 100>"
}
}
Multi Command Example
Here’s how to send multi commands:
{
"endpoint":"<Enter the endpoint you want to use>",
"username":"<The username of the owner>",
"signal":[
{
"cmd":"close",
"label":"<You can use it to filter signals or leave it blank>",
"id":"<Unique number that identifies the trade, empty if you only want to close the 'others'>",
"others":"<You can choose one or more options separated by '/': buy/sell/buystop/sellstop/buylimit/selllimit>"
},
{
"cmd":"open",
"label":"<You can use it to filter signals or leave it blank>",
"type":"<Choose one of these options: buy/sell/buystop/sellstop/buylimit/selllimit>",
"id":"<Unique number that identifies the trade>",
"price":"<The price of the trade>",
"symbol":"<The symbol to work with, for example EURUSD>",
"slPrice":"<The price of the stoploss or leave it empty>",
"tpPrice":"<The price of the takeprofit or leave it empty>",
"lots":"<The lots you want to open minimum 0.01>"
}
]
}
Label
When you open trades with webhooks, make sure to set a unique id
. This way, you can close that specific trade without affecting all the others. If the id isn’t set, or if the value is less than 1 or incorrect you will receive an error. 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!