仕事が完了した

実行時間1 日

指定

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

応答済み

1
開発者 1
評価
(90)
プロジェクト
136
14%
仲裁
43
21% / 28%
期限切れ
14
10%
パブリッシュした人: 2 codes
2
開発者 2
評価
(166)
プロジェクト
261
62%
仲裁
4
50% / 25%
期限切れ
10
4%
3
開発者 3
評価
(453)
プロジェクト
566
26%
仲裁
24
42% / 38%
期限切れ
85
15%
パブリッシュした人: 6 codes
類似した注文
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 () {

プロジェクト情報

予算
50 - 80 USD
締め切り
最低 3 最高 5 日