EA Based on Linear Regression Curve, with Offsets

MQL4 지표 전문가

작업 종료됨

실행 시간 10 일
고객의 피드백
Reliable Professional. Easy to work with, and very accommodating.
피고용인의 피드백
Very kind customer who properly explained the calculations he wanted me to perform in his EA and indicator.

명시


I would like to order an EA, for which I am willing to pay $100. The EA is based on the Linear Regression Curve, calculated with the Least Squares Method. 

I would like the ability to input a period length for the calculation, as well as an offset modifier, to adjust the equation with which the linear regression curve is calculated.

The EA will create buy and sell orders based on offsets of the linear regression curve.

I'm uploading a sample of a code to help demonstrate the calculation. The equation demonstrates the parameters I would like the trading EA to utilize.

I want the EA to extrapolate the data from left to right, and use the formula, y = mx + b, where m and b are calculated with the Least Squares Method, and the X is the input for the length, where the X can be modified with the offset parameter.

The offsets are set in the y = mx + b equation, where the x is altered, y = m(period - 1 - offset) + b. I want the linear regression curve to be calculated at every bar, so that it is a constantly changing curve. The offset is not calculated at every bar, simply set outside the calculation of the slope and y intercept. The offset essentially just amplifies or dilutes the calculated slope at a given point.

To clarify, I do not want the line to be of a constant slope, where the slope is calculated only once for the entire line. I want the curve to be calculated at ever bar, so that it moves with every bar.

Because I want the calculation to produce a curve, and I want the data to be extrapolated from left to right, for the x parameter, the i counter runs from 0 to the period, and for the y parameter counts down in the reference bracket, Close[Period-i]. I want this calculation however to be done for every bar on the chart, which it seems requires the Bars and Indicator Counted Function. MQL4 is kind of tricky.

Additionally would like the EA to utilize a trailing stop, and a stop loss, which I can modify. 

The EA should be able to buy or sell, multiple currency pairs at once, based on whichever pair fits the criteria. 

The conditions that controls buy or sell orders, is the positioning of multiple sets of positive and negative offset buffers for the linear regression curve

For a sell, if the 2 day and 3 day negative offsets are below the 2 day and 3 day positive offsets, and the current price is below the weighted moving average, the bot will sell that currency pair.

For a buy, if the 2 day and 3 day negative offsets are above the 2 day and 3 day positive offsets, and the current price is above the weighted moving average, the bot will buy that currency pair.

I would also like to be able to add more buffers to the buy and sell evaluation if possible.

Hopefully the code that I am uploading is clear enough on the equation to calculate the linear regression curve, and the linear regression offsets.

파일:

응답함

1
개발자 1
등급
(7)
프로젝트
10
20%
중재
3
0% / 100%
기한 초과
6
60%
무료
2
개발자 2
등급
(32)
프로젝트
53
30%
중재
8
0% / 63%
기한 초과
13
25%
무료
3
개발자 3
등급
(62)
프로젝트
84
26%
중재
22
23% / 50%
기한 초과
23
27%
무료
4
개발자 4
등급
프로젝트
0
0%
중재
1
0% / 100%
기한 초과
0
작업중
5
개발자 5
등급
(1)
프로젝트
2
0%
중재
3
0% / 67%
기한 초과
0
무료
6
개발자 6
등급
(250)
프로젝트
400
38%
중재
82
41% / 20%
기한 초과
69
17%
로드됨
비슷한 주문
Fyemess Hotcold 50+ USD
*Strategy:* - Buy when the 50-day moving average crosses above the 200-day moving average - Sell when the 50-day moving average crosses below the 200-day moving average *Code:* ``` //+------------------------------------------------------------------+ //| Script program start function | //+------------------------------------------------------------------+ int OnInit() { return(INIT_SUCCEEDED); }
hola necesito convertir un ea mt4 a mt5 tengo los codigos fuentes de mq4 por favor aplicar al trabajo agradeceria su tiempo asi que por favor necesito que trabaje de la misma que trabaja en mt4 solo quiero conversion y si hay algun error por favor corregir
i want an EA that enters based on the form of a candle if the lower wick is bigger then the rest of the candle i want buy and if the upperwick is bigger then the rest of the candle i want a sell single, i want it to enter with the sl 1 tick lower or higher then the lower or upperwick depening on buy or sell trade. then the stoploos needs to move when the trade goes to 0,5% sl too break even, when trad eis on 1% sl to
Offer for Developing a Trading Robot for the Complete BBMA Setup in MQL5 Dear potential collaborator, I am looking for a skilled MQL5 developer to create an Expert Advisor (EA) based on the complete BBMA (Bollinger Bands Moving Average) setup. All the necessary information about the BBMA setup can be found at https://drive.google.com/file/d/1xQPB3ANPYVcVj4OBM83vasvNY4dZvpx7/view?usp=drive_link . This EA should be
Hello, I am searching for a reliable mt4 programmer who can have a look at my existing mt4 indicator, I'm curious of having a specialist in coding to check the entire code and highlight any errors or bugs that might be affecting this indicator from not having optimal performance, keep in mind that the algorithm code will be shared with you in comment section, The purpose of this job is just to modify this indicator
I want to build an indicator or EA that calculates the statistics on an instrument, and show the statistical distribution of the calculated sample statistics. The statistics will be based on Open high low close of a candle. I want the right to the EA and the source code I want to be able to change to different timeframes and get the statistics on those time frame. When i apply the indicator to intraday timeframe, i
Expert Adviser (EA) - MQL5 Candlestick Bar spike Symbols: XAUUSD , GBPUSD and other main symbols time Frame: Keep on current time frame (should work on 1min, 5min, 15 min , 1 hr , 4hr and other time frames also) Indicator - Candlestick Bar Buying signal - Candlestick bar open price - (minus) 200 pips (then buying should be placed) Sell signal - Candlestick bar open price + (Plus) 200 pip s (then selling should be
There are clients who want to buy at fantastic prices, EA prices start at $5000-$50,000 dollars. Developers better be careful with this, because initially you pretend to ask for a backtest, via Telegram ask to forward it to Telegram yourself or your family, even though at that time you did it and you added him as your friend, actually at the same time after you forwarded your EA. , he has stolen your EA. It's best to
Expert advice mt4 30 - 35 USD
Hello Could you could assist me with a project that I read about? Please let me know if you can develop the bot after I provide you the URL. I believe that much of the code is provided
I NEED AN EXPERT ADVISOR BASED ON AN ORDERBLOCK INDICATOR.IT WILL USE ZONES CREATED BY ORDERBLOCK TO OPEN BUY SELL POSITIONS IT HAS SOME DETAILED FUNCTIONS BASIC AND REVERSE STRATEGY,MULTIPLIER,ADD POSITION E.T.C. IT WILL USE TRAILING STOP LOSS AND SOME OTHER CLOSE SYSTEMS

프로젝트 정보

예산
100+ USD
개발자에게
90 USD
기한
 60 일