Creation of new Expert Advisor

MQL4 エキスパート

仕事が完了した

実行時間27 日
依頼者からのフィードバック
Great person and great developer. Absolutely recommended!

指定

Hello everyone.

 

After working with the same programmer for many years, I find myself in the position of having to rely on other people to create expert advisor, as my contact has changed jobs.

 

I've been working in the financial world for 13 years. I have been developing strategies for my expert advisors for 4 years. I do not have such computer skills to be able to develop them alone and unfortunately, not even the time to acquire these concepts.

 

I am looking for an expert, professional and flexible person, with whom to establish a lasting professional relationship for this simple project and for other more complex ones to follow.

 

This expert advisor is based on entering the market taking into account the minimum parameters to be met for the 5 indicators that make up the system (MT4). The expert also has a personalized time / money management system.

 

The programmer will be selected for the realization of this project, the following documents will be delivered:

 

- Very detailed PDF on the operation of the strategy, the interactions of the indicators, general rules and all the explanation on money management

- Detailed images on the general operation of the strategy

- Indicators that make up the strategy

- Strategy template

 

In the document and in the pictures written by me, everything is explained in detail. If something is not clear, I am very available to provide further explanations.

 

Best regards

A.B.

 

P.S. I'm not native English speaker, so if my text were to present any errors, please excuse me.


ファイル:

JPG
01.jpg
265.6 Kb

応答済み

1
開発者 1
評価
(7)
プロジェクト
9
0%
仲裁
4
0% / 100%
期限切れ
0
2
開発者 2
評価
(461)
プロジェクト
689
56%
仲裁
43
30% / 33%
期限切れ
111
16%
仕事中
3
開発者 3
評価
(542)
プロジェクト
1319
59%
仲裁
28
82% / 0%
期限切れ
10
1%
仕事中
4
開発者 4
評価
(430)
プロジェクト
606
55%
仲裁
48
23% / 56%
期限切れ
178
29%
5
開発者 5
評価
(365)
プロジェクト
412
36%
仲裁
35
26% / 57%
期限切れ
63
15%
6
開発者 6
評価
(48)
プロジェクト
80
28%
仲裁
8
75% / 13%
期限切れ
41
51%
7
開発者 7
評価
(117)
プロジェクト
138
41%
仲裁
30
7% / 77%
期限切れ
17
12%
8
開発者 8
評価
(33)
プロジェクト
49
12%
仲裁
16
0% / 88%
期限切れ
10
20%
9
開発者 9
評価
(114)
プロジェクト
154
47%
仲裁
2
0% / 50%
期限切れ
4
3%
10
開発者 10
評価
(33)
プロジェクト
35
40%
仲裁
11
9% / 91%
期限切れ
4
11%
11
開発者 11
評価
(42)
プロジェクト
47
83%
仲裁
1
0% / 0%
期限切れ
2
4%
12
開発者 12
評価
(7)
プロジェクト
9
33%
仲裁
4
0% / 100%
期限切れ
4
44%
13
開発者 13
評価
(356)
プロジェクト
632
26%
仲裁
89
73% / 13%
期限切れ
12
2%
14
開発者 14
評価
(221)
プロジェクト
369
66%
仲裁
10
50% / 0%
期限切れ
46
12%
15
開発者 15
評価
(16)
プロジェクト
21
19%
仲裁
7
0% / 71%
期限切れ
14
67%
16
開発者 16
評価
(5)
プロジェクト
6
33%
仲裁
2
0% / 50%
期限切れ
2
33%
17
開発者 17
評価
(261)
プロジェクト
535
50%
仲裁
54
41% / 37%
期限切れ
224
42%
仕事中
18
開発者 18
評価
(30)
プロジェクト
93
49%
仲裁
18
56% / 17%
期限切れ
38
41%
19
開発者 19
評価
(66)
プロジェクト
143
34%
仲裁
11
9% / 55%
期限切れ
26
18%
仕事中
類似した注文
I want someone who can create a Automatic mobile trading bot/EA with my kind of strategy...Example: : When The market is buying and rejects an has created an M formation the First leg is higher than the second leg(first leg Higher high,second leg lower high then a line must touch the peak of the Higher high then connect with the peak of the lower High as a Footprint line,then there must be Another line that touches
Hey, having privilege to discuss my trading ideas with a skilled programmer will be the best, I wanted to build a well automated expert advisor that run perfectly on both MT4 and MT5, I would be glad to work with an expert who is able to turn ideas into a well automated mt4 mt5 trading robot, expert advisor EA in Metatrader 4 and 5, reach out if you can help me in achieving my trading target thanks
Hello, Are you able to program an EA from Scratch OR Reprogrammed an existing EA using the source code, Ofcourse I have an MQL4 version of the EA, All I need is another version of this EA with different settings let me, I will be sharing all info via a comment section, kindly reach out if you are skilled in programming an MT4 EA thanks
Gizmogold 30 USD
import pandas as pd import numpy as np import matplotlib.pyplot as plt # Load historical price data (e.g., from a CSV file) data = pd.read_csv('historical_data.csv', index_col='Date', parse_dates=True) # Calculate short-term (e.g., 50-day) and long-term (e.g., 200-day) moving averages data['Short_MA'] = data['Close'].rolling(window=50).mean() data['Long_MA'] = data['Close'].rolling(window=200).mean() # Plot the
This EA uses Progressive and Fibonacci system to cover losses. Here's how it works: I want the fibonacci lotsize system to be modified to go beyond the maximum that was coded. First, It will open two orders: Buy and Sell. It does not set any take profit or stop loss to prevent market manipulation by some brokers. Instead, it directly closes orders once the direction order (bullish or bearish) makes the overall profit
Xecta 30+ USD
//+------------------------------------------------------------------+ //| MACD_Sample_Expert.mq5| //| Copyright 2013, MetaQuotes Software Corp. | //| https://www.metaquotes.net | //+------------------------------------------------------------------+ #property copyright "2013, MetaQuotes Software Corp." #property link " https://www.metaquotes.net " #property version "1.00" #property description "Sample Expert Advisor
SpotBot45 30+ USD
I know nothing about trading so am looking for a custom made automated trading bot with medium risk and maximum returns.I am looking for about a ten percent return per day minimum and minimise as much risk where possible
Hello, I need help me with fixing a custom indicator for me. I need the indicator buffer value fixing to work perfectly with EA. I think once you bid and check the file you will understand the matter of the issue. Normally the indicator is good to give the signal. But based on the signal I can't get into the EA. Because of the buffer value working issue. Also some time it's doing issue to show the singnal when
i am currently in need of someone who can be able to help me out.i want my custom indicator to be non repainting and i also want the custom indicator to be able to send out all types of alerts...thank you
I want to develop an EA (MT5) where trader will enter some preset order buy/sell (like pending order) on a specific pair with specific value. when the market touch the preset order line and close the candle above/below according to order buy/sell then EA execute the order. all preset/pending function will be handled from the dashboard similar picture like below; The dashboard must be good looking. in strategy there

プロジェクト情報

予算
40 - 50 USD
開発者用
36 - 45 USD
締め切り
最低 5 最高 7 日