Ezra1

İş Gereklilikleri

I need an ea written

it uses two moving averages  the Timing_Fast_Ma and the Timing_Slow_Ma

it uses another 2 moving averages has a filter off the larger time frame

Trend_Fast_Ma and Trend_Slow_Ma

I want all of the settings on both sets of moving averages to be set up has externals so that I can modify them.

the shift that changes how the indicator is drew on the chart will be named My_Chart_Shift

the shift that chooses which Bar to look at when trading will be My_Bar_Shift.

I will also have the option to disable the Trend Ma's and use only the timing Ma's

 

The Ea will look at the account at the open of every new Bar check for open trades.

it will close any open trades using the close by ticket function.  

then if the Fast_Timing_Ma is < the Sloe_Timing_Ma it will take the sell order.

If Trend Ea is true then it will check the larger time Frame to make sure  the Fast_Trend_Ma is also <the Slow_trend_Ma. If it it will take the sell position. If not it will not take a trade

at every open of a new candle it will close any open positions and repeat the process

 

when the Fast_Timing _Ma is >The Slow_Timing_Ma it will close all positions and buy.

it will aslo check the Trend_Ma to see if the Fast_Tend_Ma is >the Slow_Trend_Ma (only if Trend_Ma==True) 

I will need the stop oss has an external fot me to set

My Lots_Size will need to be calculated has follows

I will need an external number to set

Using 40 has an example it will after closing all orders take my account balance divide it by 40 the for every 40 dollars in the account write 0.01

for example if my account balance is 400 it would write 0.10 if my account balance is 4000 it will write 1.00

this ea mus check to see if it is a 4 or 5 digit broker and check the point placing placing 

I need to be able to change the values of the Ma'S so every thing should reflect on the externsals what they do

 

 

 

 

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(2428)
Projeler
3057
66%
Arabuluculuk
77
48% / 14%
Süresi dolmuş
340
11%
Çalışıyor
2
Geliştirici 2
Derecelendirme
(1855)
Projeler
3458
88%
Arabuluculuk
73
40% / 15%
Süresi dolmuş
265
8%
Serbest
3
Geliştirici 3
Derecelendirme
(549)
Projeler
826
73%
Arabuluculuk
15
53% / 13%
Süresi dolmuş
193
23%
Çalışıyor
4
Geliştirici 4
Derecelendirme
(10)
Projeler
14
29%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
5
36%
Serbest
5
Geliştirici 5
Derecelendirme
(82)
Projeler
150
29%
Arabuluculuk
9
44% / 11%
Süresi dolmuş
46
31%
Serbest
6
Geliştirici 6
Derecelendirme
(320)
Projeler
523
66%
Arabuluculuk
52
21% / 38%
Süresi dolmuş
167
32%
Serbest
7
Geliştirici 7
Derecelendirme
(647)
Projeler
1295
67%
Arabuluculuk
84
26% / 49%
Süresi dolmuş
338
26%
Serbest
8
Geliştirici 8
Derecelendirme
(12)
Projeler
16
50%
Arabuluculuk
8
0% / 100%
Süresi dolmuş
4
25%
Serbest
9
Geliştirici 9
Derecelendirme
(59)
Projeler
182
55%
Arabuluculuk
31
45% / 16%
Süresi dolmuş
103
57%
Serbest
10
Geliştirici 10
Derecelendirme
(2086)
Projeler
2646
61%
Arabuluculuk
113
45% / 26%
Süresi dolmuş
418
16%
Çalışıyor
11
Geliştirici 11
Derecelendirme
(54)
Projeler
164
43%
Arabuluculuk
43
47% / 16%
Süresi dolmuş
58
35%
Serbest
12
Geliştirici 12
Derecelendirme
(13)
Projeler
18
22%
Arabuluculuk
4
0% / 25%
Süresi dolmuş
5
28%
Serbest
13
Geliştirici 13
Derecelendirme
(71)
Projeler
254
53%
Arabuluculuk
16
50% / 38%
Süresi dolmuş
83
33%
Serbest
14
Geliştirici 14
Derecelendirme
(769)
Projeler
1033
44%
Arabuluculuk
50
8% / 50%
Süresi dolmuş
117
11%
Serbest
15
Geliştirici 15
Derecelendirme
(8)
Projeler
9
0%
Arabuluculuk
6
0% / 100%
Süresi dolmuş
4
44%
Serbest
16
Geliştirici 16
Derecelendirme
Projeler
2
0%
Arabuluculuk
4
0% / 50%
Süresi dolmuş
0
Serbest
17
Geliştirici 17
Derecelendirme
(62)
Projeler
140
46%
Arabuluculuk
19
42% / 16%
Süresi dolmuş
32
23%
Serbest
18
Geliştirici 18
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
Benzer siparişler
Connect from Mt5 via binary deriv account api I have mt5 indicator, need to connect with binary deriv account through api. If anyone can setup via API then contact me. everything control mt5
Hello I am looking for a developer to create an 50% retracement Indicator of the previous candle . So once a candle close the Indicator is supposed to take the full candle size from high to low and make a 61% and 50% level on that candle and I would like the candle to show until the next previous candle is done creating. After this I would look to create an ea with it possibly
Hi, I have 2 indicators which are based on the super trend , the alerts on indicator (1) does not work at all , and on the other indicator the alerts do not come on time on time, which is kind of delayed. see attached file below
Looking for an experienced developer to modify my existing TDI strategy , want to add filter for Buy and Sell Signals, Arrows are displayed on chart and what only to leave high accurate arrows Source code to be provided
I have the mq5 file, I need a buffer adding to the indicator, so it appears in the data window so I can reference it later in an EA. As the below screenshot shows, there is a median ray line from yesterday (the dashed horizontal line) - I want this value in the data window called Median Ray. I want this to be a single value per day, so todays Median Ray would be 17868, and so on each day. So I want all the Developing
I would like to develop my own indicator on metatrader 4 and tradingview. We would start with a basic version that we would improve later. It is an indicator based on several analyses and which would provide several indications. I am looking for someone who can develop on MT4 and Mt5, initially I would like to do it on mt4 and then on mt5. If you have expertise in pinescript it is a plus because I would like to
I urgently require swift assistance to convert a complex indicator into a fully functional scanner, capable of automatically sending real-time data, alerts, and notifications via email, ensuring seamless integration and prompt delivery of critical information to facilitate informed decision-making and timely action
I need to improve the code of an indicator that is too heavy and slow when running and when used with iCustom in an EA. No other changes to the indicator are requested: the original features of the indicator should remain as theay are. I'll provide the indicator after job acceptance. I request final source code mq5 file. Thank you Regards
I have a mt5 indicator that is working perfectly but I will like to make it an expert advisor to have an automated trade. I will be glad if I can get a well experienced developer to execute this project. Thanks
O TRABALHO CONSISTE NA MUDANÇA DO HISTOGRAMA DO INDICADOR TREDN DIRECTION AND FORCE DSEMA SMOOTHED PARA O HISTOGRAMA DA FOTO ANEXA, OBEDECENDO AS TRES CORES VERDE (UP, VERMELHOR(DOWN) E CINZA(TREND). O MESMO TEM QUE ODECER O MESMO CALCULO E COLORIR DA MESMA FORMA POREM COM HISTOGRAMA DDE FORMATO DIFERENTE

Proje bilgisi

Bütçe
100 USD
Geliştirici için
90 - 90 USD
Son teslim tarihi
from 2 to 5 gün