Eamt5

MQL5 Uzman Danışmanlar

İş Gereklilikleri

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.

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(12)
Projeler
12
25%
Arabuluculuk
1
0% / 100%
Süresi dolmuş
0
Ücretsiz
2
Geliştirici 2
Derecelendirme
(48)
Projeler
67
30%
Arabuluculuk
7
43% / 14%
Süresi dolmuş
13
19%
Çalışıyor
Benzer siparişler
I want to convert the Sksystem into an automatic zoning indicator, and I want someone with experience in the field of the Sk system so that the indicator can be built with high and excellent accuracy. I want to know if it is possible to do this
I am looking for an EA that allows you to make profits every month. For this, before buying, I would like to have a history over more than one year to see how the EA behaves. I don't know if you're selling EAs that are already ready for use
make EA that set SL on newly executed trade based on the below mentioned conditions: For Stop Loss : a newly order is executed at open value of the of the new candle stick, I want this EA to modify this executed order to set SL based on specified Fibonacci retracement level (input variable =-61,8%). Fibonacci levels to be set on a previous candle stick(input variable to determine the position of Candle stick), open
Parameters input: 1. Manage Open Positions 2. Show news 3. Manage Lot 4. Manage pending orders 5.Manually trade at specific time( if manual trade is true) 6. Manage Stoploss, Takeprofit, Trailling, Break Even 7. Manage Others 8.other -show broker timer -show button panel -show news panel if you feel interesting, please contact me to get more details~thank you very much
I have existing Ctrader automated strategy that I am using but will like to add and remove some features and after that I will like to convert it to mt5 ea…if this what you kindly bid now and let discuss what I need to add and remove
I need to add the following new variables/functions in a previously made MT4 EA: 1. (a) Allow multiple orders of same type : True/False 1. (b) Minimum Pip gap for same type order: 30 (pip) 2. Allow Opposite orders at the same time: True/False 3. Use Indicator 1 for Buy/Sale orders: Ture/False 4. Use Indicator 2 for Buy/Sale orders: Ture/False 5. Use Indicator 3 for Buy/Sale orders: Ture/False Do not change other
Hi. I have a strategy that Ive backtested and is giving very good returns across 10 years. MODEL Inputs for optimisation would be : Trade on Monday Trade on Tuesday Trade on Wednesday Trade on Thursday Trade on Friday RR for Trade 1: default 3 Risk for Trade 1: default 1% BE for Trade 1 : default 0 (not applicable) RR for Trade 2 : default 1 Risk for Trade 2 : default 3% SL buffer : (default 0 .3pips(3 points) as
A robot 40 - 50 USD
Hy I am looking for someone who can make a bot using SMC strategy..I want all the requirements,Bos ,choch,poi, order blocks, liquidity ,entry types, support n demand..some we will discuss them
we will build a grid bot for now we will start building the V1.0 it's a big project that we will devellope over multiple updates i am putting the specification here , DO NOT POSTULATE IF: very few job high level of arbitration not available or to much project in the same time minimum 30 jobs done to be consider
My Ea is currently closing orders in Drawdow and is making loss after loss I need someone with coding experience to help me fix this problem and also make a couple of visual changes pls text me first I can explain everything more detailed n

Proje bilgisi

Bütçe
30 - 50 USD
KDV (20%): 6 - 10 USD
Toplam: 36 - 60 USD
Geliştirici için
27 - 45 USD
Son teslim tarihi
from 30 to 50 gün