Online License MT4

Lavoro terminato

Tempo di esecuzione 1 giorno

Specifiche

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

Con risposta

1
Sviluppatore 1
Valutazioni
(90)
Progetti
136
14%
Arbitraggio
43
21% / 28%
In ritardo
14
10%
Gratuito
Pubblicati: 2 codici
2
Sviluppatore 2
Valutazioni
(166)
Progetti
261
62%
Arbitraggio
4
50% / 25%
In ritardo
10
4%
Gratuito
3
Sviluppatore 3
Valutazioni
(453)
Progetti
566
26%
Arbitraggio
24
42% / 38%
In ritardo
85
15%
Gratuito
Pubblicati: 6 codici
Ordini simili
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 () {

Informazioni sul progetto

Budget
50 - 80 USD
Scadenze
da 3 a 5 giorno(i)