EA based on MFI and future improvements

MQL5 Experts

Job finished

Execution time 3 days
Feedback from customer
Dutiful.

Specification

The MFI here is the Market Facilitation Index. Job is very simple. Track the last 4 MFI values and colours. There are 4 MFI colours (check attached image for reference) -  Green, Brown, Blue, Pink. There will be a tracking sequence. The sequence will receive colours as inputs (you can represent this however is easy for you), separated by `0`. Multiple sequences are needed, so it will be seperated by a comma. When a sequence is found, open the specified trade.

Variables:

Period -  an integer specifying how many mfi colours should be tracked. Default is 4, but could be more or less.

Sequence - tracks any sequence. It will receive the full colours needed, separated by `0`.

trade type - buy/sell

lot size - int/float

sl - in pips, if set to 0, do not use

tp - in pips, if set to 0, do not use

clock - integer indicating how long should trade open for in minutes e.g when set to 10, close trade after 10 mins if sl or tp is not hit. If set to 0, do not use.

Examples:

1. Period is set to 4 and we need to track 1st and 4th colours, it will receive input like `Gr00Bl` - the two zeros in the middle represent the 2nd and 3rd colours which we have no need for. So 1st colour is green, 4th colour is blue.

2. Period is set to 4 and we need to track 2nd and 4th colours, it will receive input like `0Gr0Bl` - the two zeros represent the 1st and 3rd colours which we have no need for. So 2nd colour is green, 4th colour is blue.

3. Period is set to 6 and we need to track 3rd, 4th and 5th colours, it will receive input like `00GrBrBl0` - the three zeros  represent the 1st, 2nd and 6th colours which we have no need for. So 3rd colour is green, 4th colour is brown and, 5th colour is blue.


For tracking multiple sequence, the input will be seperated by comma like this - `Gr00Bl,0Gr0Bl` - so there are two sequences being checked for here. There can be 10 or more sequences.

If you have a better idea of how to represent the input, no problem, as long as it does the same thing. NB: since MFI is drawn at the close of a candle, so you're always checking when the present candle closes, so a trade can be opened on the new candle. There might be improvements of this EA with additiion of an extra indicator, but this is the first stage. Thanks.

Files:

PNG
MFI-menu.png
19.0 Kb

Responded

1
Developer 1
Rating
(398)
Projects
502
38%
Arbitration
83
37% / 33%
Overdue
13
3%
Busy
2
Developer 2
Rating
(129)
Projects
163
42%
Arbitration
20
60% / 20%
Overdue
9
6%
Working
3
Developer 3
Rating
Projects
0
0%
Arbitration
1
0% / 0%
Overdue
0
Working
4
Developer 4
Rating
(564)
Projects
933
47%
Arbitration
302
59% / 25%
Overdue
125
13%
Loaded
5
Developer 5
Rating
(10)
Projects
13
46%
Arbitration
0
Overdue
0
Working
6
Developer 6
Rating
(249)
Projects
446
34%
Arbitration
56
36% / 38%
Overdue
164
37%
Loaded
7
Developer 7
Rating
(59)
Projects
84
14%
Arbitration
3
33% / 33%
Overdue
7
8%
Loaded
Similar orders
EA gold HB king5 100+ USD
// เริ่มต้นโปรแกรม EA input double LotSize = 0.1; // ขนาดของล็อต input double TakeProfit = 50; // จุดกำไร input double StopLoss = 50; // จุดขาดทุน // ฟังก์ชันที่เรียกเมื่อมีการสั่งซื้อ void OnTick() { double MA = iMA(NULL, 0, 14, 0, MODE_SMA, PRICE_CLOSE, 0); // Simple Moving Average (SMA) 14 double Price = Bid; if(Price > MA) // เงื่อนไขสำหรับการซื้อ { if(OrderSelect(0, SELECT_BY_POS) == false) //
I’m looking to turn into code. Trading Instrument - Crude Oil Futures (CL) Chart and Timeframe - 30-second chart Entry Setup 1. Time Focus on the first 30-second candle after 11:00:00 AM New York time. (11:00:00 candle) 2. Candle Size Limit : Skip the trade if the first candle is greater than 10 points. 3. Entry Orders - Place stop orders at the high and low of the first 30-second candle after 11:00:00. - Long Entry
I need an EA coded according to the given instructions. The codeR will also have to put the logic of the indicator inside the EA. The EA will have to check certain filters or condition before the entry of trades. Only bid if you can work within the indicated budget
Variable Inputs to be added Order Type : Market , Pending Trade Type : Buy, Sell , Buy & Sell Pending Pips Step : ( Pips Value can be negative or positive to decide on what type of Pending Order ) // If trade type Buy is selected Close Type : Close All ( Bulk Close Option in MT5 ) , Close Individually Close Option : %of Equity , %of Balance , Amount $ , %of No: of Trades Close Type : Buy Only , Sell Only , Buy & Sell
Hi coders I'm so sorry. Have delete the job by clicking around, because the Platform MQL5 hangs on :-( To many offers for reply and they close my out All informations are inside the ZIP-Folder
As the title says, I want to buy a ready made EA that is NOT for HFT trading. I am not looking to create an EA from scratch with any strategy, I am looking for one that is ready with proven results. The EA is for regular prop firm challenges not for HFT companies as I said before, it should also be suitable for use in normal accounts once the challenge is over . The EA must comply with all the rules of the funding
SMAFS MIDDLE CROSS 50 - 100 USD
SMART-MONEY CONCEPT (LUX ALGO AND SMAFS(LOXX) 80 20 MIDDLE CROSS. (TRADING VIEW INDICATOR) EXPERT ADVISOR I want EA that use the smart-money concept to determine whether to buy and sell with SMAFS as the second indicator CONDITION TO BUY AND SELL. When SMAFS is above the middle cross(green) you buy When SMAFS is below the middle cross (red) you sell. The time frame is 1hr PROFIT AND LOSS. It should be fixed pips with
I need the service of programmer that can correct an existing EA code and turn it to a running Robot/EA. My code current has about 85 lines of coding mql5 coding errors
hello there I need a copy trade for mt4 can ANYONE help me with and let discuss on how to go about it kindly send me message to signify and let discuss mind you i need this urgently let connect to discuss and conclude
Below is the pine eidtor script convert it to MQL5 coding language and create bot based on following condition 1. This all should be on 5-minute chart timeframe 2. For Buy side, buy after closing of second candle when buy signal is given and hold buy position until sell signal is given. 3. For sell side, sell after closing of second candle when sell signal is given and hold sell position until next buy signal will be

Project information

Budget
30+ USD
For the developer
27 USD
Deadline
to 1 day(s)