Eamt5

MQL5 전문가

명시

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.

응답함

1
개발자 1
등급
(12)
프로젝트
12
25%
중재
1
0% / 100%
기한 초과
0
무료
2
개발자 2
등급
(48)
프로젝트
67
30%
중재
7
43% / 14%
기한 초과
13
19%
작업중
비슷한 주문
I am looking for a developer to help automate my strategy. This project is solely on candlesticks and price action. 1. It should have a TP and engage partial exit. 2. Should not have SL but Trailing stop loss. For more details will be share to interested developer
I have a profitable trading strategy that uses a variety of indicators and on screen arrows and dots to determine when to open and close trades. I would like to work with a developer who can automate this strategy and turn it into an expert advisor. Currently the strategy indicators are MT4 executables, but I would like the EA to be compatable with MT5. Budget is $500 (negotiable). I will provide assets once
Attached is the sample of what I need. It is a robot that does not require mt5 or mt4. API has been generated from Deriv already but I don't have the skills required to create the app. Kindly notify me if you can create such for me. Thank you
I'm currently looking for anyone that already created a winning binary trading robot. I need a high frequency robot for binary trading with high win rate. Anyone with experience developing this robot can message me for discussion
Hello, I have a code that has some parts that function as required, and others that don't. Unfortunately, I don't have the time to be fighting with ChatGPT for solutions, so I'm turning to this community for help. The parts that aren't functioning as required are the following: Partial order close: there are three take profit levels, the EA should close one third of the original volume of the trade at each level. SL
The ROBOT should have the following Functionalities: 1. If the Robot is put on the chart and activated, when I click BUY, It should keep BUYING after the close of every BUY (BULLISH) candle. Same way, if I click SELL, It Should Keep SELLING after the close of every BEARISH Candle based on the Time Frame specified in the parameter box. Eg; If the Robot is activated on the 15 Mins Time Frame Chart and I Click BUY
I am looking for someone to develop me an EA and assist with installation. EA should work on all time frames and currencies including gold and silver. Low deposit eg $10 - $50 starting balance
I need someone to convert MQL4 EA file to MQL5. I will attached MQL4 EA file, please check the file above and give me your quote to get this project done
I need someone to convert MQL4 EA file to MQL5. I will attached MQL4 EA file, please check the file above and give me your quote to get this project done
HI, I'm looking for an experienced person who can add buy/sell indications/Alerts on existing Pinescript code along with little modification of the script and the script should connect to MT5 platform using pineconnector MT5 platform should excute trade instantly as based on the alerts/indications on tradingview script

프로젝트 정보

예산
30 - 50 USD
VAT (20%): 6 - 10 USD
총: 36 - 60 USD
개발자에게
27 - 45 USD
기한
에서 30  50 일