Channel Spike EA

MQL4 전문가

작업 종료됨

실행 시간 4 일
고객의 피드백
Another fantastic job made of a difficult and involved EA. This man produces EA's to an incredibly high standard and is always there when you need him after delivery. Thank you so much.
피고용인의 피드백
Thank you for the job!

명시

General Requirements:

EA to take trades when price spikes through channel. That is a short trade when price spikes through the upper channel and long trades when price spikes the lower channel.

 

Indicators used:

1.       “Envelope” as built into MT4

2.       Vertex mod 3.3 mtf (Attached)

 

Entry / Exit rules:

Take a short trade when ON CLOSE OF CANDLE:

1.       Price has recently pierced the upper envelope in the last “x” number bars.

2.       The Vertex indicator has pierced upper level 6 or 10.

3.       Take the trade when the Vertex indicator
i.              If the Vertex indicator pierced level 6 only then enter when the indicator returns down through level 6 at candle close.

ii.             If the Vertex indicator pierced level 6 and level 10 then enter when the indicator returns down through level 10 or 6 at candle close. (user option)

4.       Exit trade
i.              When Vertex indicator pierces through and returns to close above level -6
ii.             When Vertex indicator pierces through and returns to close above level -6 or -10 (user option)
iii.            When other usual Money Management indicates a close.

 

Take a long trade when ON CLOSE OF CANDLE:

1.       Price has recently pierced the lower envelope in the last “x” number bars.

2.       The Vertex indicator has pierced lower level -6 or -10.

3.       Take the trade when the Vertex indicator
i.              If the Vertex indicator pierced level -6 only then enter when the indicator returns up through level -6 at candle close.

ii.             If the Vertex indicator pierced level -6 and level -10 then enter when the indicator returns up through level -10 or -6 at candle close. (user option)

4.       Exit trade
i.              When Vertex indicator pierces through and returns to close below level 6
ii.             When Vertex indicator pierces through and returns to close below level 6 or 10 (user option)
iii.            When standard Money Management indicates a close.

 

For all trades:

Option required to scale in additional trades at:
i.              BE + pips
ii.             Multiples (including <1) of ATR of current TF
iii.            Close of previous candle if that candle was in a positive direction
iv.           Scale in lot size may be different to initial lot size.

 

 

Properties required to be adjustable within EA:

1.       Envelope Indicator
All parameters

2.       Vertex mod 3.3 Indicator
i.              LevelOb/Os
ii.             ExtremeLevelOb/Os
iii.            Control period
iv.           Signal Period
v.            Signal Method

3.       All money management including move SL to BE, trailing stop, Lots size as percentage Equity, fixed lot size etc

4.       Trading times. Chart days and times to start & stop trading

5.       Scaling in
i.              Scale in lot size
ii.             Scale in method (BE+pips/Multiple ATR/positive or simple previous candle close)
iii.            Money management for additional trades
iv.              Trade exit method


 


응답함

1
개발자 1
등급
(2428)
프로젝트
3057
66%
중재
77
48% / 14%
기한 초과
340
11%
작업중
2
개발자 2
등급
(169)
프로젝트
204
30%
중재
25
40% / 44%
기한 초과
12
6%
무료
3
개발자 3
등급
(266)
프로젝트
540
50%
중재
55
40% / 36%
기한 초과
224
41%
무료
4
개발자 4
등급
(563)
프로젝트
932
47%
중재
302
59% / 25%
기한 초과
124
13%
로드됨
5
개발자 5
등급
(155)
프로젝트
239
70%
중재
3
67% / 33%
기한 초과
20
8%
무료
6
개발자 6
등급
(554)
프로젝트
765
46%
중재
23
39% / 13%
기한 초과
63
8%
작업중
7
개발자 7
등급
(27)
프로젝트
43
7%
중재
18
6% / 78%
기한 초과
26
60%
무료
8
개발자 8
등급
(2)
프로젝트
3
67%
중재
0
기한 초과
0
무료
9
개발자 9
등급
(356)
프로젝트
632
26%
중재
89
73% / 13%
기한 초과
12
2%
무료
10
개발자 10
등급
(256)
프로젝트
415
38%
중재
86
44% / 19%
기한 초과
70
17%
바쁜
11
개발자 11
등급
(96)
프로젝트
143
76%
중재
0
기한 초과
2
1%
무료
12
개발자 12
등급
(5)
프로젝트
11
18%
중재
0
기한 초과
3
27%
무료
13
개발자 13
등급
(119)
프로젝트
169
38%
중재
9
78% / 22%
기한 초과
15
9%
무료
14
개발자 14
등급
(478)
프로젝트
507
53%
중재
10
60% / 20%
기한 초과
3
1%
작업중
15
개발자 15
등급
(87)
프로젝트
114
26%
중재
7
29% / 57%
기한 초과
5
4%
무료
16
개발자 16
등급
(1096)
프로젝트
1777
61%
중재
14
64% / 7%
기한 초과
84
5%
무료
비슷한 주문
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea
Hello, I need a martingale and grid bot. The programmer must provide a test of about 5 minutes for the EA to see how it works and if everything is fine, it will be selected to make some modifications for personal use to that EA that you provide. If it has a lot of graphics or buttons. better It doesn't matter if the robot is bad, I'm more interested in its functionalities to use with my strategy
Hi Developer, I would like to create the Scalping EA based for Mt4 on the investing.com data https://www.investing.com/currencies/eur-usd-technical EA have timing to adjust time to trade. follow the broker time. From starting time to end time EA have a adjustable Lot size (0.01 incremental to 0.01) EA have a adjustable TP (1pip to 100pip incremental 1pip) EA have a adjustable SL (1pip to 100pip incremental 1pip) EA
Here is the Idea: I want a Semi Auto Trade Panel Manager EA that only activates when I press the BUY or SELL or BUY LIMIT or SELL LIMIT then the EA will do the rest : that includes the BUY STOP 0r SELL STOP and the hedging calculations according to below diagram. So overall , my only intervention is entering the lot size , hedge zone distance and TP ratio or entering the price for buy limit/sell limit then pressing
Hi, I'm looking for a martingale MT4 EA that performs a lot of trading volume per day. If you have the robot, you'll need to send me the demo so I can backtest it. Thank you very much
Hello potential Freelancers I’m very new to trading so please bear with me as I try to explain what ‘m looking for. I'm currently getting signals ( XAUUSD )sent to me and I’m looking to find a person who can look at the data either watch account live, or I send the trade history. The bot my provider is using makes 100’s of trades a day and does very well on average. I’m also looking to have the following features
we want to build a dashboard ea that would display on another chart key metrics : i will foward screeshot of what i want to dashboard to look like : the function i would need to get display are the following: 1. classified past performance ea by magic number ( with classic : total trade , total profit , return/dd , max dd (base on history) , ) 2. equity chart of performance if we click on a magic number we should
the task will be actually quiet simple , i need an active develloper to devellope out of 3 updates an ea STEP 1 (this job): make a classical pair trading ea , that can calculate correlation between assets and trade when the correlation diverge above a specified % the develloper that will postulate for the job will need : 1- to be ok to do the full project this job and the update following 2- very low arbitration , i

프로젝트 정보

예산
30 - 200 USD
개발자에게
27 - 180 USD