Eamt5

MQL5 Asesores Expertos

Tarea técnica

Lines for EA:

CONDITION (all ma 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
FILTER_SPREAD_MAXIMUM:
TAKE_PROFIT_POINTS:
STOP_LOSS_POINTS:
TOLERANCE:
LOT1_SIZE:
POINTS_FOR_LOT2:
LOT2_SIZE:
POINTS_FOR_LOT3:
LOT3_SIZE:


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

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


Signal

1) 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


Source free



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

Range_Inside_Fix_Scale = r1, r2, r3

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 from others ranges inside fixscale

Fix scale is given by extremes level price, as appears on f8:



Han respondido

1
Desarrollador 1
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
2
Desarrollador 2
Evaluación
(362)
Proyectos
502
40%
Arbitraje
147
17% / 72%
Caducado
98
20%
Ocupado
3
Desarrollador 3
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
4
Desarrollador 4
Evaluación
(356)
Proyectos
632
26%
Arbitraje
89
73% / 13%
Caducado
12
2%
Libre
5
Desarrollador 5
Evaluación
(42)
Proyectos
47
30%
Arbitraje
12
17% / 75%
Caducado
6
13%
Libre
Solicitudes similares
hello, entry buy: -current bar breakout previews n days high after bar close (defaut 3 days), means current bar high > previews n days high -stoch(14,3,3) first time cross above 80 after bar close ( compared to last below 20) -sginal up arrow displayed after bar close. exit buy : stoch cross below 20 after bar close entry sell: -current bar breakout previews n days low after bar close (defaut 3 days), means current
I need help getting pineconnector working in mt5 the alerts from TV to mt5 work fine What is happening now is that if I am in a long position and a short position comes through it is not closing off the original position to only then keep the short position open. I have tried hedging - netting in the pineconnector settings but still no luck. The issue is that if I am in a long position and then alerts come through to
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
I need an EA which only trades the news data. The EA has to analyze the news-data and needs to classify them into categories. The Strategy includes the following points and this features needs to be included : 1. Filter for news Data : Pairs : USD ● EUR ● AUD ● GBP News Events : GDP Unemployment rate (initial claims) CB Consumer Confidence (US) Retail sales Consumer Price Index (CPI) Purchasing Managers' Index (PMI)
Hello great developers, I need help with my mql5 ea that I'm making. There's an error I need cleared that I'm struggling to do so myself. I need this done immediately
I have a EA and A Indicator I want to upgrade with some new features I want to add to the Indicator And The EA Also there is a memory error in the system that is showing up in the journal after the ea is ran on multiple charts I will need to get this fixed as well Indicator is 528 lines of code EA is 703 lines of code Dashboard I want to add is 1974 lines of code Indicator Changes I want to change the indicator The
PLEASE PROGRAMMER WITH ARBITRAGE EA KNOWLEDGE REUIRED; I want a programmer to make the EA ,MAIN EA to work with the arbitrage master. i will provide all eas, 1. make setting PULLBACK in MAIN EA to be considered before an order is opened.if in use. *please i need a trial first before we proceed ,other programmers couldnt do this and it led to Arbitration.please i dont want this
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
Here's a trading bot code in Python using the Backtrader framework, specifically designed for the NAS100 index, executing trades only at 15:35 every day, and using the Smart Money Concept (SMC) strategy: ``` import backtrader as bt import backtrader.feeds as btfeeds class NAS100SMCBot(bt.Strategy): def __init__(self): self.data = btfeeds.PandasData(dataname=NAS100_data) self.timer =
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

Información sobre el proyecto

Presupuesto
30 - 50 USD
IVA (20%): 6 - 10 USD
Total: 36 - 60 USD
Para el ejecutor
27 - 45 USD