Eamt5

MQL5 Experts

Specification

Lines for EA:

CONDITION (It is just a topic, there is no input, all ma I have for lines GrouRanges1 and GroupRange2 are in order growing or decreasing)
Ranges_Inside_Fix_Scale: p.n.s;pns;pns...
GrouRanges1: p.n.s.;p.n.s.;p.n.s.;p.n.s.;p.n.s.;p.n.s.
GroupRange2: p.n.s.;p.n.s.;p.n.s.;p.n.s.;p.n.s.;p.n.s.
------------------------------------------------------
ENTRY1
D3_Minimum:
D3_Maximum:
------------------------------------------------------
GENERAL SETTINGS
INVERSE:
FILTER_SPREAD_MAXIMUM:
TAKE_PROFIT_POINTS:
STOP_LOSS_POINTS:
TOLERANCE:
LOT1:
TP1:
POINTS_FOR_LOT2:
LOT2:
TP2:
POINTS_FOR_LOT3:
LOT3:
TP3:

===============================================

Descriptions:

Conditions

Ranges m.a. aligned up or down

1) m.a. of all ranges must be aligned up or aligned down

example: ma 10 level price > ma 60 level price > 150 ma, It is aligne up; 10 level price < ma 60 level price < 150 ma, It is aligne down

2) Ranges_Inside_Fix_Scale: p.n.s;p.n.s;p.n.s.... Only these ranges are allowed at fix scale interval, if any other ma is inside of It, EA can not trade (top/down fix scale is maximum and minium level price ate extreme right of chart)

3) GroupRange1

p = first period, n = number  of MA, s = step. Each bloc of MA separated by ";"

p = period of moving average

n = number of moving average

s = step

example:

range 1 = 50, 100, 150

range 2 = 200, 300, 400, 500

range 3 = 600, 800, 1000, 1200

It would be: 50,3,50;200,4,100;600,4,200

4) GroupRange2

The same logic for Range 1


An example of inputs:

CONDITION (all ma in order growing or decreasing) No input is necessary

Ranges_Inside_Fix_Scale: 30,3,10;100,4,20;300,3,30
GrouRanges1: 30,3,10;100,4,20

GroupRange2: 300,3,30

It could be like this (Ranges_Inside_Fix_Scale has not all ma as GroupRanges1 and GroupRanges2):

Ranges_Inside_Fix_Scale: 30,3,10;100,4,20
GrouPRanges1: 30,3,10;100,4,20

GroupRange2: 300,3,30

In this case, if EA checks ma inside Fix Scale is not inputed for line Ranges_Inside_Fix_Scale It is not valid Condition.


Signal

4) EA finds:

d1 = distance of minor moving average to major from Range 1

d2 = distance of minor moving average to major from Range 2

d3 = d1 divided by d2


Entry

Ea finds d3

1) I input interval for d3, like d3 = >0,5 and <0,8
2) Condition, Signal and Entry match

3) Ea makes sell at next open bar if signal is aligned up or buy if algined down
4) Tolerance, like 1st tick can be higher/downest 10% distance open/close previous bar, I set this
5) FILTER SPREAD is Max spread for open position
6) TAKE PROFIT In points
7) STOPLOSS (if lot 2 is on and lot 3 is off, ea has stop loss after lot 2; if lot 3 is on, stop loss just after lot 3 is openned - like martingale)
Stop loss in points
8) LOT1
Size of lot1
9) LOT2 (if off, ea uses just lot 1; if on, ea opens lot2 if trades goes against and trigger points for lot2)
Size for lot2
Points for lot2
10) LOT3 (if off, ea uses just lot 1 and lot 2 if lot 2 is on; if on, ea opens lot3 if trades goes against lot2 2 and trigger points for lot3)
Size of lot3
Poinst for lot3

General Settings:

1) Inverse =  on/off

If on, sell if ma are growing up or buy if ma are decreasing down.

If off, buy if ma are growing up or sell if ma are decreasing down

2) 

LOT1_SIZE: 0.01
TP_LOT1: 100 
POINTS_FOR_LOT2: 100
LOT2_SIZE: 0.02
TP_LOT2: 200
POINTS_FOR_LOT3: 300
LOT3_SIZE: 0.04
TP_LOT3: 300


Example:

buy lot 0.01 at 1.00500; ea has not tp at 1.00600

at 1.00400 buy lot 0.02; ea has not tp at 1.00600

buy at 1.00100 lot 0.04; ea has not tp at 1.00400

EA still trading untill tp or break account


Source free


This image has 5 ranges.

Several ma is a range, several ranges is a group.

I input ranges to lines: 

GrouRanges1: p.n.s.;p.n.s.;p.n.s.;p.n.s.;p.n.s.;p.n.s.
GroupRange2: p.n.s.;p.n.s.;p.n.s.;p.n.s.;p.n.s.;p.n.s.

This way, I can input range 1 and 2 for group 1 and ranges 3, 4 and 5 for group 2



Example, I set:

d1 = range 1 and range 2, so d1 = distance in points from extremes beteween r1 and r2

d2 = r3 and r4, d2 the same logic as d1

d3 = d1/d2

d1, d2 and d3 must be plotted on chart



Example of input:

Range_Inside_Fix_Scale = r1 (green), r2 (yellow), r3 (blue)

It means just ranges 1, 2 and 3 must be inside 1.34415 and 1.30665

In this example, condition is not match, cause there are mas (white, red) from others ranges inside fixscale


Fix scale is given by extremes level price, as appears on f8. It changes as prices comes.

Responded

1
Developer 1
Rating
(12)
Projects
12
25%
Arbitration
1
0% / 100%
Overdue
0
Free
2
Developer 2
Rating
(48)
Projects
67
30%
Arbitration
7
43% / 14%
Overdue
13
19%
Working
Similar orders
Hello I have a EA that I want to convert to mt5 and I have Indicator I want to convert as well can anyone help me with this? I dont need any changes to it just a conversion from mql4 to mql5
Hello, My request is as follows: Write an MT4 robot (EA MT4) that automatically adds indicators and updates values in the indicator's input and then runs that indicator. Do not use chart templates. Do not use auto click. Thank! Exemple: MACD
EXPER 30 - 100 USD
Hello, I have a more interesting project i would like to present to EXPERT. Firstly to see if you can do it and then secondly if you could provide me with a price. But first a bit about how this ideaq started. I found an ea online that i thought maybe a good stratagy, the only problem was i had very little imformation on it. So i decided to input all the available in formation into AI and see if it can reverse
So does anyone have a mt4 to sway markets trade copier that can send trades from mt4 to sway markets Thats really all Ill need to do and manage them
I hope this message finds you well. I am in search of a FREE skilled developer to transform three indicators into a fully functional trading robot. These indicators consist of two MACD indicators, each displaying two colors (red and green), along with a RED arrow signal. Here are the specific requirements for the project: The robot should execute trades only when the RED arrow signal appears and both MACD indicators
Requirement specification 1. Which pair to trade? Boom 300 and Crash 300, two EAs for both as minimum lot size is different 2. Which time frame to trade? D1 Chart. Trade any minute within trading day, within time window allowed (feature 7 below) 3. When to SELL ? a) when ATR(1) D1 (within the time specified in feature 7 below) reaches a value that is 75% of ATR (5) D1 and b) current price of asset is above its
I want to build an EA based on gold stuff indicator along with support and resistance indicator. It should check parameters according to what I provide and open and close trades and in addition functions like trailing stop, breakeven, money management, manual lot size adjustments, tp , martingale strategy should be there. Its a small work i required with 2/3 conditions
Forex Advanced Risk Management : With the new Fixed Lot and Risk Percentage modes, tailor your trading to align with your risk tolerance. The system now allows you to define your risk down to minute detail, ensuring that each trade is in harmony with your financial strategy. Dynamic Trend Configuration : Version 2.0 comes with a refined algorithm selection that seamlessly adapts to market trends. Whether you choose a
please code me an EA in mql5 syntax with a magic number, lot size, SL and TP in USD amount. use the universaloscillator indicator. A buy signal is given when the blue colored Universal Oscillator cloud gets displayed on the chart. Initiate a buy transaction and set a stop order below support or when a set TP is set or when the red coloured cloud appears. A sell signal is given when the red colored Universal
Hi, I am looking for a scalping bot, that will have below criteria: 1. Take a position in the direction of the market with 1 STANDARD LOT. 2. Wait for 125 seconds after entering the position. 3. Exit the position when the position shows $10 profit. 4. Scan multiple leading currencies for such setups. 5. More than 5 positions should not be open at a time. 6. Exit the position if the floating loss exceeds $100. 7

Project information

Budget
30 - 50 USD
VAT (20%): 6 - 10 USD
Total: 36 - 60 USD
For the developer
27 - 45 USD
Deadline
from 30 to 50 day(s)