I want someone who can automate my simple scalping strategy based on two moving averages

工作已完成

执行时间21 小时

指定

I want someone who can turn my trading strategy in a bot.... To execute automated trades... Strategy is simply based on two moving averages, when they cross pass. Bot must be fully automated! 

反馈

1
开发者 1
等级
(188)
项目
307
15%
仲裁
20
40% / 35%
逾期
15
5%
繁忙
2
开发者 2
等级
(454)
项目
513
33%
仲裁
26
38% / 46%
逾期
7
1%
已载入
3
开发者 3
等级
(91)
项目
113
36%
仲裁
8
88% / 0%
逾期
0
工作中
4
开发者 4
等级
(197)
项目
201
27%
仲裁
0
逾期
3
1%
空闲
5
开发者 5
等级
(10)
项目
16
13%
仲裁
1
0% / 100%
逾期
2
13%
工作中
6
开发者 6
等级
(5)
项目
5
20%
仲裁
0
逾期
1
20%
工作中
7
开发者 7
等级
(16)
项目
17
12%
仲裁
1
0% / 100%
逾期
0
空闲
8
开发者 8
等级
(13)
项目
21
0%
仲裁
1
0% / 0%
逾期
0
工作中
9
开发者 9
等级
(295)
项目
372
21%
仲裁
43
60% / 23%
逾期
43
12%
已载入
10
开发者 10
等级
(6)
项目
7
14%
仲裁
0
逾期
1
14%
工作中
11
开发者 11
等级
项目
0
0%
仲裁
1
0% / 0%
逾期
0
空闲
12
开发者 12
等级
项目
0
0%
仲裁
0
逾期
0
空闲
13
开发者 13
等级
(253)
项目
408
38%
仲裁
86
43% / 19%
逾期
70
17%
已载入
14
开发者 14
等级
(17)
项目
23
39%
仲裁
0
逾期
0
工作中
15
开发者 15
等级
(51)
项目
58
52%
仲裁
1
0% / 0%
逾期
0
空闲
16
开发者 16
等级
(15)
项目
19
11%
仲裁
0
逾期
1
5%
空闲
17
开发者 17
等级
(2424)
项目
3048
66%
仲裁
77
48% / 14%
逾期
340
11%
工作中
18
开发者 18
等级
(1093)
项目
1773
61%
仲裁
14
64% / 7%
逾期
84
5%
工作中
19
开发者 19
等级
(58)
项目
178
71%
仲裁
4
100% / 0%
逾期
1
1%
工作中
20
开发者 20
等级
(149)
项目
238
60%
仲裁
3
67% / 0%
逾期
6
3%
空闲
21
开发者 21
等级
项目
1
0%
仲裁
0
逾期
0
工作中
22
开发者 22
等级
(68)
项目
79
9%
仲裁
33
9% / 55%
逾期
6
8%
已载入
23
开发者 23
等级
(2082)
项目
2642
61%
仲裁
113
45% / 26%
逾期
418
16%
工作中
24
开发者 24
等级
(549)
项目
1331
59%
仲裁
28
82% / 0%
逾期
10
1%
空闲
25
开发者 25
等级
(170)
项目
172
77%
仲裁
2
100% / 0%
逾期
0
空闲
26
开发者 26
等级
项目
0
0%
仲裁
0
逾期
0
空闲
27
开发者 27
等级
(122)
项目
156
43%
仲裁
21
57% / 19%
逾期
8
5%
工作中
28
开发者 28
等级
项目
0
0%
仲裁
0
逾期
0
空闲
相似订单
hi. I hv a strategy on tradingview need to convert to MT4/MT5 expert advisor for algo trading. would like to add some tradingview strategy setting to the EA(not included in my tradingview code): recalculate after order is filled, order size: xx% of equity
I believe in Robotics as a major artificial intellect to function of growth of business.Therefore if you script there is a likelihood of bringing economies of scale.The retrospective of the dynamics of indulgence of work can be economics of scale
// @version= 5 strategy ( "EMA Crossover Strategy with 1:1.6 Risk-Reward" , overlay = true ) // Define the EMAs shortEma = ta.ema ( close , 10 ) longEma = ta.ema ( close , 20 ) // Plot the EMAs on the chart plot ( shortEma , color = color.blue , title = "10 EMA" ) plot ( longEma , color = color.red , title = "20 EMA" ) // Calculate the crossover conditions longCondition = ta.crossover ( shortEma , longEma )
Make a 10000 plus script trading Expert advisor with detail and make it flawless with no errors no tiny mistakes and make it in mql 5 language. Make it adjustable for it to be able to trade on its own and not be disturbed and make it study the chart and be able to trade any currency pair. I have zero experience and I would just like to copy and paste the code in MetaTrader. Can you make it be compatible with both
Need ea according to stochastic divergence (both hidden and regular) plus candlestick flip .. need for experinced developers to complete my order with 99percent accuracy. So bet for it the budged is fixed and other plugins will be added in the v2
looking for help to get my ibkr automated, i have strategies already built in composer and have JSON for them, i really just need to he setup and explanation on how to maintain it and add new strategies
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I need a AI signal generating bot for forex trading. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the arrow should be green and if it is
An EA based on Fibonacci 100 - 300 USD
I am in need of 2 EA based on Fibonacci re-tracement after a high or low is made,each EA will have a hedge trade on it.the hedge trade will be at the 38 percent of the Fibonacci..this will be present on the 2 EA, the 2 EA will have different levels of re-tracement, while the hedge trade will be a continuation (buy/sell stop), while the re-tracement trades will be (buy/sell limit)This EA must work on timeframe ranging

项目信息

预算
53+ USD
开发人员
47.7 USD
截止日期
 1  2 天