Online License MT4

Trabajo finalizado

Plazo de ejecución 1 día

Tarea técnica

Hello,

I want the license System to manage EA licenses. Able to login (website WIX) or software where i can add and delete licenses for an EA. The EA will need the license as a parameter, only then with a valid  license it will be possible to trade. The license system will check if the license is valid.


it should work on mt4 for EAs or Indis


It should be possible to have an expiry date time, then the license won't be valid anymore.

need following features :

Server protection (Licenses Management):
I can add / remove / edit clients and products

I can set a trial period for every client and product.


Also providing a clear example How to set up code if needed inside EA or Indi


cheers

Han respondido

1
Desarrollador 1
Evaluación
(90)
Proyectos
136
14%
Arbitraje
43
21% / 28%
Caducado
14
10%
Libre
Ha publicado: 2 ejemplos
2
Desarrollador 2
Evaluación
(166)
Proyectos
261
62%
Arbitraje
4
50% / 25%
Caducado
10
4%
Libre
3
Desarrollador 3
Evaluación
(453)
Proyectos
566
26%
Arbitraje
24
42% / 38%
Caducado
85
15%
Libre
Ha publicado: 6 ejemplos
Solicitudes similares
Create a bot that can trade and read indicators easy to read for first time users. Bot that can be used on a phone and connect to MT5. It should be easy to install or use on any device especially phone and laptop, preferably the bot that can run over night and controllable when needed
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {

Información sobre el proyecto

Presupuesto
50 - 80 USD
Plazo límite de ejecución
de 3 a 5 día(s)