MT4 coder required for EA to read .csv, plot trendlines and trade automatically

MQL5 전문가

작업 종료됨

실행 시간 18 일

명시

I have a .Csv file containing dates / times in column A, followed by a price change per minute data figure in column B.

Plotting:
I need the EA to read the .csv file and  plot 2 trendlines in real time whenever a time / date point is reached.
Both trendlines should start from  the live price level at the time / date bar given in column A.

The 2 trendlines should be:
1) an upward trendline, with the slope calculated from the price change per minute data in column B of the .csv

2) a downward trendline, with the slope calculated using the price change per minute given in column B of the .csv (but multiplied by -1)

Example:
column A time / date is 07/03/2023 23:15:10
column B price change per minute is $0.025
As real time hits  07/03/2023 23:15:10 the price on the chart is $1.600
Trendlines 1 & 2 are plotted, both starting at $1.600
1 x minute bar ahead ( 23:16:10) trendline 1 is at $1.625 and trendline 2 is at $1.575
5 x minute bars ahead (23:20:10) trendline 1 is $1.725 and trendline 2 is $1.475 etc

Each date / time in the .csv has its own specific price change per minute figure in the same row. 
Eg The slope of the trendlines for the date / time in cell A63 must be calculated from the price change per minute in cell B63.

The 2 trendlines should be plotted directly onto the main chart and be viewable on all timeframes (not in an indicator window).

The EA will be used on 1min charts so needs to update / refresh / redraw in real time.

When the current live time equals the next time / date in column A, 2 new trendlines should be plotted.

Trendlines only need to extend forward in time up to the next date / time given in column A.

Automation:
Once the 2 trendlines are plotted the EA should then live trade automatically based on the following rules:
  1.  if price rises above trendline 1 this is a buy signal to the EA to open a long position. If a long position has been opened and the price then falls below trendline 1 at any point then automatically close the trade.
  2. If price falls below trendline 2 this is a sell signal to the EA to open a short position. If a short position has been opened and the price then rises above trendline 2 at any point then automatically close the trade.

If price is below trendline 1 and above trendline 2 then no trade is be triggered.

If there is a live position already open (long or short) when 2 new trendlines are drawn, only close it if price passes through the newly drawn trendlines as per the 2 rules above.

Include the normal EA user settings to adjust the Stop Loss, Trailing stop, take profit, lot size, price spread, etc

The EA needs to allow full back testing and optimisation.

Any questions please ask!


응답함

1
개발자 1
등급
(8)
프로젝트
9
22%
중재
0
기한 초과
0
무료
2
개발자 2
등급
(9)
프로젝트
4
0%
중재
11
0% / 82%
기한 초과
0
무료
3
개발자 3
등급
(8)
프로젝트
11
0%
중재
11
18% / 73%
기한 초과
2
18%
무료
4
개발자 4
등급
(48)
프로젝트
80
28%
중재
8
75% / 13%
기한 초과
41
51%
무료
5
개발자 5
등급
(8)
프로젝트
18
17%
중재
3
67% / 0%
기한 초과
0
무료
6
개발자 6
등급
(4)
프로젝트
9
11%
중재
2
50% / 50%
기한 초과
0
무료
7
개발자 7
등급
(74)
프로젝트
73
47%
중재
2
50% / 50%
기한 초과
2
3%
무료
8
개발자 8
등급
(225)
프로젝트
284
42%
중재
15
13% / 47%
기한 초과
67
24%
무료
9
개발자 9
등급
(57)
프로젝트
75
25%
중재
9
33% / 56%
기한 초과
8
11%
무료
10
개발자 10
등급
(6)
프로젝트
6
33%
중재
2
0% / 100%
기한 초과
0
작업중
비슷한 주문
OK I just need 1 MOD Who can do it free There is a (Reciever EA) that receives signals from a (Sender EA) I need to ADD one mod It may even look like the option/signal is there= Ignore it Coding was wrong on that part This is simple The option in the Reicver EA will Be called "Open Copy Live" with the option to Set to True or False When set to true the Reicver EA will Watch
Hi there, I need a very highly skilled mt4 programmer to code and design an EA from scratch. The logic of the EA will be discussed with you in comments section, only reach out if you can code perfectly for mt4 using MQL4 coding solutions language, EA must be able to run well without any problems and work according to the logic thanks
I came across an indicator that's perfectly good in catching spikes in boom amd crash but i would want it to be modified and to improve accuracy As a professional you will have to go through the indicator and explain to me the strategy with which the indicator was buid and tell me the possibility of improving it better
### Summary of EA Requirements 1. **Time Period**: - The EA should operate on the H4 timeframe. 2. **RelicusRoad MACD v2 Indicator**: - **Parameters**: - Fast EMA Period: 12 - Fast EMA Type: Close price - Slow EMA Period: 24 - Slow EMA Type: Close price - Signal SMA Period: 9 - The EA should use this indicator to determine the crossover condition between the MACD line and the signal line. 3
An EA that executes when the 21 and 55 SMA Cross on certain time frame also the EA will understand supply and demand levels and executes when price reacts on this levels specified and target/stoploss levels will be predetermined...also the robot will also comprise stochastic oscillator
Ind V5 TV Strategy Requirements: Instruments: Forex pairs, Crypto and Stocks across exchanges TimeFrame: Multi-Time Frame comparisons, details below Indicators: Ichimoku Cloud, ATR & Choppiness Index Trade times: First Order: Day of Week Start Time, Day of Week First Order time, Day of Week Last Order Time and Day of Week Square Off Time Intraday TF: 1 min, 3 mins, 9 mins, 27 mins and 81 mins Position Size (Lots)
I want this EA in mql4. The two indicators are written in pinescript Developer should please understand it to develop the EA. One of the indicator will be used as direction and the other for entry. The should have code that it can be used for( only one PC and an expiration date. ; this the developer should show me how to adjust it, so that I can adjust to my preference). Parameters:number of trades.lotsize, SL pips
I need a robot for forex trading~~The way the robot should work is that when I put it into a 5 minute chart, the chart will show 15 minutes, one hour, Regardless of whether they are buying or selling, they must buy or sell in the same color at the same time~~~ Use the following indicators: HalfTrend 1 & alerts mtf Trafficlight indicator.MQ4 When placed into a 5 minute chart ~ the chart will show 15 minutes, one
I am looking for a programmer to do EA trader. If you can understand what I want from the video i do and you can do it, contact me because you will be able to do what I want. https://drive.google.com/file/d/1wbHxbUQQqCkdpr0-pHfIh2b288LzYTV2/view?usp=sharing maximum budget = 150$ Preference is given to someone who: -speaks Arabic so I can explain it clearly to him - And the lowest price
I SIMPLY NEED SOMEONE TO INTEGRATE THESE OPTIMIZATION ALGOS INTO MY EA. THE LIBRARY IS ATTACHED BELOW. NEED THIS DONE FAST. LET ME KNOW IF YOU HAVE OTHER QUESTIONS A list of implemented optimization algorithms: BGA (binary genetic algorithm) ANS (across neighbourhood search) CLA (code lock algorithm) P_O_ES ((P+O) evolution strategies) CTA (Comet Tail Algorithm) SDSm (stochastic diffusion search M) ESG (evolution of

프로젝트 정보

예산
125+ USD
개발자에게
112.5 USD
기한
에서 7  14 일