An Expert Advisor based on swing highs and swing lows

MQL4 전문가

명시

Good day 


I am looking to create an expert advisor specific for currencies , which sells when the price reaches the high of the previous day and buys when it reaches the low of the previous , really simple and straightforward . 


The stop loss shall be placed above the market entry by 35 pips and the take profit is 4 pips . 


There will be also some guidelines required regarding the trading time of the EA since i do not want it to be operating overnight . 


If the price goes over or under the high/low price of the previous day before the trading time of the EA starts then no trade shall take place this day .


Thank you 

응답함

1
개발자 1
등급
(39)
프로젝트
55
13%
중재
5
20% / 20%
기한 초과
6
11%
무료
2
개발자 2
등급
(173)
프로젝트
201
49%
중재
18
11% / 44%
기한 초과
1
0%
무료
3
개발자 3
등급
(3)
프로젝트
4
50%
중재
1
100% / 0%
기한 초과
2
50%
무료
4
개발자 4
등급
(16)
프로젝트
19
11%
중재
3
0% / 100%
기한 초과
2
11%
무료
5
개발자 5
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
6
개발자 6
등급
(96)
프로젝트
143
76%
중재
0
기한 초과
2
1%
무료
7
개발자 7
등급
(356)
프로젝트
632
26%
중재
89
73% / 13%
기한 초과
12
2%
무료
8
개발자 8
등급
(2411)
프로젝트
3028
66%
중재
77
48% / 14%
기한 초과
340
11%
무료
9
개발자 9
등급
(253)
프로젝트
406
38%
중재
84
43% / 19%
기한 초과
70
17%
작업중
10
개발자 10
등급
(12)
프로젝트
14
14%
중재
1
0% / 100%
기한 초과
3
21%
무료
11
개발자 11
등급
(590)
프로젝트
789
71%
중재
9
33% / 33%
기한 초과
22
3%
무료
12
개발자 12
등급
(263)
프로젝트
537
50%
중재
55
40% / 36%
기한 초과
224
42%
작업중
13
개발자 13
등급
(445)
프로젝트
504
33%
중재
25
40% / 48%
기한 초과
7
1%
로드됨
14
개발자 14
등급
(408)
프로젝트
536
75%
중재
9
44% / 0%
기한 초과
24
4%
무료
15
개발자 15
등급
(1085)
프로젝트
1434
45%
중재
48
73% / 13%
기한 초과
35
2%
작업중
16
개발자 16
등급
프로젝트
1
0%
중재
0
기한 초과
1
100%
무료
17
개발자 17
등급
(221)
프로젝트
369
66%
중재
10
50% / 0%
기한 초과
46
12%
무료
18
개발자 18
등급
(135)
프로젝트
163
40%
중재
11
27% / 73%
기한 초과
25
15%
무료
19
개발자 19
등급
(2067)
프로젝트
2625
62%
중재
113
45% / 26%
기한 초과
418
16%
로드됨
20
개발자 20
등급
(87)
프로젝트
114
26%
중재
7
29% / 57%
기한 초과
5
4%
무료
21
개발자 21
등급
(66)
프로젝트
143
34%
중재
10
10% / 60%
기한 초과
26
18%
무료
비슷한 주문
I'm looking for an experienced developer to convert a TradingView indicator script into an MT4 (MetaTrader 4) compatible format. The script, written in Pine Script version 5, includes custom indicators and graphical elements such as lines, boxes, and labels that we need to be accurately replicated in MT4
I already have a Fibonacci based indicator which give precise entry as well as take profit and stop loss levels without repainting. I want to convert this to an EA so as to enable it pick trades automatically. Pay attention to the attached Images for entry and exit description. The EA will be protected with password or any other security protocols. THE EA OUTPUT will be in MQ4 & MQ5
I need help with a specific issue in NinjaTrader 8. I'm using Strategy Builder to automate my setup, but it's ignoring some of my conditions for shorts, and not placing long trades at all. I've set up many other Strategies, and never had issues like this, so I suspect the cause is the indicator I'm using, which is the Ichimoku Cloud from the NT User App Share. So what I need is a new version of the indicator that
// 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);
Necesito un bot decente para prueba de fondeo y también cuenta personal, scalp, no grid, no martingale, no practicas prohibidas, algo objetivo, confiable y rentable... 5 Min mínimos de duración por operación, algo ya hecho y bactesteado en cuenta real y de fondeo. Necesito algo agresivo, constante pero que no exponga el capital... prefiero una estrategia de smc
Modify existing EA 50 - 70 USD
Hi, The task involves adding functions to an existing EA and correcting an error. The developer must have a thorough understanding of the following: Trailing Take Profit function Calculating a decreasing distance between orders Ability to code a function for Global Profit decrement/increment size in percentage Ability to correct error 10015 Thank you in advance
Looking for experienced programmer to create a trend line breakout and trend line bounce indicator that send alert with arrow on screen without open trades multiple currency pairs time frame M15 H1 H4 D1 W1 MN
Hello programmers, I need a coding assistance to do the following job. Currently the EA opens two different trades one has a comment "Originial" and another has comment "Series" The job is if the Original trade is negative by x pips, open a hedge trade(Hedge1#-OrderTicket of the soruce trade) along with one buystop and a sell stop order and the comment of the trade will be "Recovery#1-+OrderTicket() of the original
Profit EA 50+ USD
//+------------------------------------------------------------------+ //| SimpleEA.mq4 | //| Generated by MetaEditor | //| https://www.mql5.com/en/docs&nbsp ; | //+------------------------------------------------------------------+ #property strict // Input parameters input double LotSize = 0.1; // Lot size input int MovingAveragePeriod = 50; // MA
I have a EA and A Indicator I want to upgrade with some new features I want to add to the Indicator And The EA Also there is a memory error in the system that is showing up in the journal after the ea is ran on multiple charts I will need to get this fixed as well Indicator is 528 lines of code EA is 703 lines of code Dashboard I want to add is 1974 lines of code Indicator Changes I want to change the indicator The

프로젝트 정보

예산
50 - 150 USD
개발자에게
45 - 135 USD
기한
에서 1  10 일