EA based on one candlestick pattern with Risk management

MQL5 전문가

작업 종료됨

실행 시간 18 일

명시

A request for a simple Expert Advisor based on one candlestick pattern.

0. Risk Management

It must have a possibility to choose the risk from 1% to 5% of the account's Equity per trade


1. Enter Long


BUY Configuration


if Low[1]<Low[2] AND Open[1]<Close[1] AND Open[2]>Close[2]


then high[1]=entryBUYlevel AND low[1]=exitBUYlevel


Entry
if exitBUYlevel was untouched by Bid pice AND if Bid>entryBUYlevel Enter Long

*there should be actual crossing of entryBUYlevel. Open price of the candle where the signal appears should be lower than entryBUYlevel and when Bid goes higher than this level the BUY signal is valid. If there is a gap and the candle opens above the entryBUYlevel there is no actual crossing and there shouldn't be any BUY.


** The entryBUYlevel should be valid till either Bid<exitBUYlevel or there is a valid SELL configuration


2. Enter Short


SELL configuration

if High[1]>High[2] AND Open[1]>Close[1] AND Open[2]<Close[2]


then Low[1]=entrySELLlevel AND high[1]=exitSELLlevel


Entry

if exitSELLlevel stays untouched by Bid pice AND if Bid<entrySELLlevel Enter Short

*there should be actual crossing of entrySELLlevel. Open price of the candle where the signal appears should be higher than entrySELLlevel and when Bid goes lower than this level the SELL signal should be valid. If there is a gap and the candle opens below the entrySELLlevel there is no actual crossing and there shouldn't be any SELL.


** The entrySELLlevel should be valid till either Bid>exitSELLlevel or there is a valid BUY configuration


3. Exit Long

    • if Bid<exitLONGlevel;

    • if there is an opposite signal

    • exit on the first, second, third, fourth or fifth PROFITABLE OPEN PRICE (Larry Williams Bailout). Here must a be parameter which allows optimization;

    • Trailing stop

*there should be an option to choose either Trailing stop or PROFITABLE OPEN PRICE to be active


4. Exit Short

    • if Bid>exitSELLlevel;

    • if there is an opposite signal

    • exit on the first, second, third, fourth or fifth PROFITABLE OPEN PRICE (Larry Williams Bailout). Here must a be parameter which allows optimization;

    • Trailing stop

*there should be an option to choose either Trailing stop or PROFITABLE OPEN PRICE to be active

응답함

1
개발자 1
등급
(4)
프로젝트
6
0%
중재
2
50% / 50%
기한 초과
0
무료
2
개발자 2
등급
(182)
프로젝트
342
42%
중재
118
12% / 73%
기한 초과
104
30%
무료
3
개발자 3
등급
(1235)
프로젝트
2820
80%
중재
156
22% / 43%
기한 초과
488
17%
무료
4
개발자 4
등급
(82)
프로젝트
150
29%
중재
9
44% / 11%
기한 초과
46
31%
무료
5
개발자 5
등급
(273)
프로젝트
395
63%
중재
70
53% / 26%
기한 초과
198
50%
무료
6
개발자 6
등급
(15)
프로젝트
65
58%
중재
6
17% / 33%
기한 초과
39
60%
무료
7
개발자 7
등급
(62)
프로젝트
140
46%
중재
19
42% / 16%
기한 초과
32
23%
무료
8
개발자 8
등급
(63)
프로젝트
80
28%
중재
17
12% / 76%
기한 초과
48
60%
무료
9
개발자 9
등급
(9)
프로젝트
18
22%
중재
3
67% / 33%
기한 초과
4
22%
무료
10
개발자 10
등급
(491)
프로젝트
1017
58%
중재
29
28% / 24%
기한 초과
132
13%
무료
11
개발자 11
등급
(7)
프로젝트
15
47%
중재
6
33% / 17%
기한 초과
4
27%
무료
12
개발자 12
등급
(18)
프로젝트
37
43%
중재
6
17% / 50%
기한 초과
17
46%
무료
13
개발자 13
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
비슷한 주문
I need an EA that opens trades according to the crossover of Moving Averages. The EA is based on two Moving Averages MA1 and MA2: For every new candle the EA attempts to open a new position, according to the MA crossover direction: If MA1>MA2, open a BUY position If MA1<MA2, open a SELL position There is a limit for current open trades which is also set in the settings. If the number of open trades reaches that
Job Title: Experienced MT5 Developer Needed to Update MT5 EA PLEASE READ THE ENTIRE JOB DESCRIPTION BEFORE APPLYING Qualifications Required: * Minimum of 5 years of experience in coding Expert Advisors * Experience with at least 150 completed EA projects (must be visible on your profile) * Must have knowledge of both forex trading and coding, as these are different skills * Fluent in English (no translators) * Must
I have a fully coded TradingView indicator that I need updated to function as a strategy. This should include the ability to backtest the strategy using the TradingView strategy tester. The main task is to convert the existing indicator into a strategy format while maintaining its core functionality, but adapting it for automated trading logic and performance analysis. Please ensure that the strategy uses proper
I'm looking for professional developer for long term. Who have skill in Converting trading to MT4/5. Also have good knowledge of Algo. And response and deliver tools on time and at the top need good communication. That's all we need
budget of 500 usd I want to create a rsi bot for eur usd money is the least important thing I want it to look good if you are going to apply do it but send me at least 3 photos or screenshots of this type of work with rsi bot my goal level 50 sell level 20 buy that's all it must have its basic robot functions
I have simple EA i want to modify its parameters. If you are good at modifying EAs contact me for more details. I will issue the source code then you return after finishing without changing the buy or sell conditions
the code wasn't mine, i have got it somewhere on the web, but i like the performance of the EA, so i want to use it on mt5 platform. the given code based on price movements with ladder entry concept
* Advanced level dev only, NDA required * Hi, I have a multi timeframe, multiindicator expert that requires additional features added to it. First started development 5 years ago. Upgrading with new features. To be added Entry - Add Stochastic and CCI options for trade entry to be added to existing signal options. Add config options to existing menu Bulk Exit - Master switch for close all trades based on basket
I am developing a master EA that integrates several sub-EAs. The project is complex, and the documentation is thoroughly structured, spanning 50 pages with detailed step-by-step procedures. 1st sub-EA: This EA opens trades without using indicators. Instead, it opens a new trade based on the color or status of the last candle. For instance, if the last candle was green, a new buy trade is opened. 2nd sub-EA: This EA
Good Day I would like to order a trading robot. Pairs: XAUUSD (GOLD) EUR/USD USD/JPY The robot should be trading daily with TP/SL build in, would like to have trailing and stop loss, should execute up to 5 trades (preffarable setting choice) up to 10 trades Los sizes to be choise setting, must also trade major US vews events Like:US- PPI, CPI, NFP, Sales m/m and so on Must also show/display alert when opening

프로젝트 정보

예산
10 - 50 USD
VAT (20%): 2 - 10 USD
총: 12 - 60 USD
개발자에게
9 - 45 USD
기한
에서 1  10 일