指定
I need to create an EA based on my own strategy that actually is a little bit different from most of the usual EA.
This because it use an indicator but the power of the system is just because it can shows target price by designing trendline on the price chart in a unusual way.
A friend of mine tried to create it on MT4 platform but, in the end, he realized that this platform has big limits when the program lines start to be several and with connected formula with result of many bugs on the equity line.
When you manage money this couldn't happens.
Just let me know how to show you more about my EA and if you can do something even in another platform.
反馈
1
等级
项目
183
25%
仲裁
24
17%
/
75%
逾期
16
9%
空闲
2
等级
项目
38
32%
仲裁
3
100%
/
0%
逾期
7
18%
工作中
3
等级
项目
35
23%
仲裁
4
0%
/
50%
逾期
2
6%
工作中
4
等级
项目
4
0%
仲裁
4
25%
/
75%
逾期
1
25%
空闲
5
等级
项目
14
14%
仲裁
1
0%
/
100%
逾期
3
21%
空闲
6
等级
项目
553
50%
仲裁
57
40%
/
37%
逾期
227
41%
工作中
7
等级
项目
91
52%
仲裁
2
0%
/
50%
逾期
1
1%
空闲
相似订单
V3 PRO Auto-Scalper EA
40+ USD
//———————————————————————————————————————————————————————————————————— 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 () {
项目信息
预算
30+ USD