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
等级
(272)
项目
394
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
等级
(490)
项目
1016
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
空闲
相似订单
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor 2 lines to determine the trend of the market and afterwards take bids towards the correct direction. It will also be able to use a distance between the bids for the direction of the trend and plan a reverse bid when the price of the extreme doesn’t change again. The
Gradient boosting and L2 100 - 200 USD
I am looking for a well experienced programmer to put/implement a gradient boosting algorithm and an L2 to reduce overfitting in my ea which l already have which uses indicators . If you are experienced please adhere
Hello, I'm looking for a developer for repair calendar in EA MT4/MT5 (News Filter - https://ec.forexprostools.com ) for all windows servers. Note: EA MT4/MT5 works with calendar on PC Win 10, 11 but not on all windows servers. I have the source code and will post within the comments section for review. If you are able to do this and quality. Please apply. Thanks
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

项目信息

预算
10 - 50 USD
VAT (20%): 2 - 10 USD
总计: 12 - 60 USD
开发人员
9 - 45 USD
截止日期
 1  10 天