Adding new features to existing MQL5 EA

MQL5 指标 专家 期货 股票 期权

指定

I would like to add additional filters and position size management as follows on my existing MT5 EA (Will be shared after programmer selected).

Filters to open a position for all strategies.

1-) To measure how many % of Daily ATR the current day has already moved, if it is higher than X%, to avoid trading on that day. Example: more than 80% of the ATR.

2-) If market opens with GAP higher than X% to avoid trading on that day;

Money Management for all strategies

1-) To adjust the TP based on Daily ATR %, dividing the TP by two for the remaining expected movement for the Day.

Example, lets suppose the ATR for a stock is 1,00 cents, and on the current day at the moment the EA will open a position the stock had already moved 0,50 cents (50% of ATR).

The TP will be defined at 0,25 cents and 0,50 cents from the open position price. When reached 0,25 cents to have an option to move SL to breakeven.

2-) Trailing stop. If enable, to move the stop loss to the last bar low/high using the current SL % logic to give a bit of space.

For RSI Strategy

a) On current open position logic the EA opens a long position when 2 bars before the RSI is > 70 and 1 bar before RSI < 70. I would like to open the trade following the same principle but when the bar before make a higher value. Opposite for short.

Example: 4th bar before RSI was at 70, 3rd bar before was at 69. Condition met. Now wait for a close of RSI higher than last bar RSI.

2nd bar RSI was at 68, 1st bar is 69. Now trade is opened since last bar closed higher than 2nd prior bar.

The stop loss of this position should be at the low/high of the candle that made the low of high that movement using the current SL % logic to give a bit of space.

b) Filter to only open the position if the RSI was above/below the RSI_Entry for a minimum of X bars;

c) To take profit of 1/3 of the position at the high/low of the day minus X cents.


反馈

1
开发者 1
等级
(169)
项目
204
30%
仲裁
25
40% / 44%
逾期
12
6%
空闲
2
开发者 2
等级
(137)
项目
167
35%
仲裁
11
91% / 0%
逾期
0
空闲
3
开发者 3
等级
(356)
项目
632
26%
仲裁
89
73% / 13%
逾期
12
2%
空闲
4
开发者 4
等级
(277)
项目
334
55%
仲裁
14
36% / 29%
逾期
1
0%
空闲
5
开发者 5
等级
(253)
项目
407
38%
仲裁
85
42% / 19%
逾期
70
17%
已载入
相似订单
looking for help to get my ibkr automated, i have strategies already built in composer and have JSON for them, i really just need to he setup and explanation on how to maintain it and add new strategies
// 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);
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I need a AI signal generating bot for forex trading. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the arrow should be green and if it is
Using Bollinger Band only. When price closes above upper BB, open Buy. If the length of the candle body that closed above the upper BB is more than Y pips, then do not Buy and remove the EA. Otherwise, continue to open Buy if crosses and close above upper BB and the number of positions is not more than Max No of Positions. The user will choose either Buy or Sell only. When price closes below the lower BB, close all
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this
hello great developer Can you make a high/low ticker tape on a table for 100 stock symbols? As a symbol makes a high or low throughout the day, it will appear on the table. i will be expecting great developer to bid for this project
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this, and my budget is $20, Thank you
Hello freelancers here, I need an expert freelancer to help me convert an expert advisor from MT4 to MT5. I have the MT4 source code, As for now i only got $15 for this project i don't have much on me at the moment, So i need someone who can work long terms cause i still have other projects i need him to work on for me
An EA based on Fibonacci 100 - 300 USD
I am in need of 2 EA based on Fibonacci re-tracement after a high or low is made,each EA will have a hedge trade on it.the hedge trade will be at the 38 percent of the Fibonacci..this will be present on the 2 EA, the 2 EA will have different levels of re-tracement, while the hedge trade will be a continuation (buy/sell stop), while the re-tracement trades will be (buy/sell limit)This EA must work on timeframe ranging

项目信息

预算
30 - 50 USD
开发人员
27 - 45 USD
截止日期
 2 天