Eamt5

MQL5 전문가

명시

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:



응답함

1
개발자 1
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
2
개발자 2
등급
(362)
프로젝트
502
40%
중재
147
17% / 72%
기한 초과
98
20%
바쁜
3
개발자 3
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
4
개발자 4
등급
(356)
프로젝트
632
26%
중재
89
73% / 13%
기한 초과
12
2%
무료
5
개발자 5
등급
(42)
프로젝트
47
30%
중재
12
17% / 75%
기한 초과
6
13%
무료
비슷한 주문
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
to change the parameters and workings of an EA. So that it will part close on both buy and sell trades, using the profit from both buy and sell newest trades to part close the trade that is furthest from current price - either buy or sell, by the amount set in the part close section of the EA
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
1. Include the following input variables of the Support_Demand indicator in the EA in order to be able to change them for trading. - Fib_Period - Timeframe (The EA should be able to work with different timeframes of the Support_Demand indicator, regardless of the timeframe displayed in the chart) 2. Modify EA - Prevent EA from opening a buy trade if the current price (current candle) is in or touches the SellZonee
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
I have a script from ThinkorSwim. I would like to convert it to Ninja Trader. The code generates buy/sell signals on a price reversal. Would like those signals to trigger actual automated trades on Ninja Trader. Let me know if you would be interested in this project. Thanks
Currently, this indicator that I am sharing with the coder uses the current market price and the open price of the candle that is chosen to make the calculations. for example, if the daily candle is selected in the indicator input, then the calculation is based on the difference between current price minus the daily open price. I would like to coder to modify the indicator so that the when daily is chosen in the

프로젝트 정보

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