Online License MT4

Tâche terminée

Temps d'exécution 1 jour

Spécifications

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

Répondu

1
Développeur 1
Évaluation
(90)
Projets
136
14%
Arbitrage
43
21% / 28%
En retard
14
10%
Gratuit
Publié : 2 codes
2
Développeur 2
Évaluation
(166)
Projets
261
62%
Arbitrage
4
50% / 25%
En retard
10
4%
Gratuit
3
Développeur 3
Évaluation
(453)
Projets
566
26%
Arbitrage
24
42% / 38%
En retard
85
15%
Gratuit
Publié : 6 codes
Commandes similaires
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 () {

Informations sur le projet

Budget
50 - 80 USD
Délais
de 3 à 5 jour(s)