Simple Linear Regression Indicator for MT5

工作已完成

执行时间12 天
员工反馈
Very friendly and great customer. Thank you for this work. This job refreshed my long-forgotten ideas) Thank you very much.
客户反馈
Good programmer, very knowledgeable

指定

SPECIFICATIONS:

- Uses the linear regression formula to measure the trend (in angle degrees) for any instrument on ANY timeframe it is attached to.
- Re-calculates the slope every bar (NOT EVERY TICK), so it doesn't lag on the tester/platform that much! The last bar is the most recent price (close) calculated, the current close is ignored. 
- Draws a line on the chart for the slope according to the angle degree's (no MA's or any other kind of values please).
- Gives TWO SEPARATE output buffers:

a) For up-trends: gives the value "0" when the line is downwards or completely horizontal, and "1" if it is slightly up, "45" if it is 45 degrees against the horizontal axis, max is "90" (the vertical axis).
b) For down-trends: Same logic but reversed, when the line is upwards or horizontal the value is "0", and when it points down it can be any degree to "90".

With this logic one of the two buffers is always 0. Attached a diagram showing the concept below.

- I should be able to edit the parameter for the "LOOKBACK_PERIOD". 
- Draw 2 parallel lines from the center to form a channel, separated by X standard deviations (you may choose freely which formulations to use in this case).
- Should be able to edit how many standard deviations to use (the second parameter).
- Should be able to edit the color for the 3 lines.
- Should be able to READ the output buffers from my own EA's created in the FxDreema platform, this is VITAL. The indicator should store the variables in itself, do not export to another file. 

Attached a picture of an indicator you may use for comparison (i don't like it for the simple fact that is slows down my platform like crazy and also the output buffers are a mess).

DO NOT:

- Steal/Redistribute from other indicators, even if they are free.
- Not use clean code. No choppiness/slowness/visual bugs (will run it on my tester), as mentioned before avoid any "tick by tick" or "millisecond by millisecond" calculations. 

Thank you :) 

反馈

1
开发者 1
等级
(42)
项目
70
43%
仲裁
6
33% / 50%
逾期
19
27%
空闲
2
开发者 2
等级
(277)
项目
334
55%
仲裁
14
36% / 29%
逾期
1
0%
空闲
3
开发者 3
等级
(51)
项目
66
30%
仲裁
2
0% / 0%
逾期
0
空闲
4
开发者 4
等级
(71)
项目
254
53%
仲裁
16
50% / 38%
逾期
83
33%
空闲
5
开发者 5
等级
(68)
项目
78
27%
仲裁
13
31% / 54%
逾期
15
19%
工作中
相似订单
make simple ea with tp sl and tsl and time filter i want close opposite signal enter buy is when xma first curves up enter sell is when xma first curves down
Make ea 30+ USD
I want close option signal option even when tp and sl is active with take profit stop loss and trailing stop loss. time filter, auto lots x balance. i get paid on 00:00 uk time so i can send the agreement
I would like to have a FOREX trading bot developed for my personal use and eventually for commercial use. Requirements: - 3-5%/mo historical returns on a 'moderate' model - lesser historical returns on a "conservative" model - greater historical returns on an "aggressive" model - as small drawdowns as possible - must have been tested live or tested with greater than or equal to 99% modeling quality - must be able to
Hello, I’m currently using a Recovery expert advisor that is designed to use hedging and grid techniques to fully recover floating loss trades. The EA name will be provided to the interested developers. I need an expert person that can throughly test and optimize the EA on the GBPNZD pair (choosing the right timeframes) for a safe and reliable recovery process. I don’t care how much it will take, as long as it will
ربات1 30+ USD
//+------------------------------------------------------------------+ //| Expert initialization function | //+------------------------------------------------------------------+ int OnInit() { // Initialization code return(INIT_SUCCEEDED); } //+------------------------------------------------------------------+ //| Expert deinitialization function |
Gold robot 30+ USD
I want the robot to execute market on my behalf and open and close the market with profit I don't need lost instead of lost let the robot break even with profit let the robot open 5 position on every trade
We are looking for an experienced MQL5 developer to create a plugin or an automated solution for our MT5 Manager. The purpose of this plugin is to monitor and enforce specific trading volume rules for our Swap free account groups. Our main requirement is to ensure that our clients trade a minimum of 60% of their trading volume during the day, with the remaining 40% or less reserved for subsequent days. Key Features
i get paid in 12 hour too send agreement Once the Tp or stop loss or trailing sl is hit a new order is placed in the direction of where the Tp and sl or tsl is hit immediately So trail profits until close and open new trade in reverse direction immediately and trail until close again points for trailing sl, tp and sl I want the trailing stop too have two different functions one is that it’s trails from the entry
Hi there folks, Need help to develop a trading screener to track and trade the 28 FX major pairs. The panel Will work with 3 signals on the 15 min timeframe and will require: Reading from files, calculate a pair of EMA’s, calculate CCI , calculate ADR’s, generate alerts, open and cover positions based on trader’s manual input (button). Also the EA will need to perform basic risk management based on trader’s input
// @version= 5 strategy ( "EMA Crossover Strategy with 1:1.6 Risk-Reward" , overlay = true ) // Define the EMAs shortEma = ta.ema ( close , 10 ) longEma = ta.ema ( close , 20 ) // Plot the EMAs on the chart plot ( shortEma , color = color.blue , title = "10 EMA" ) plot ( longEma , color = color.red , title = "20 EMA" ) // Calculate the crossover conditions longCondition = ta.crossover ( shortEma , longEma )

项目信息

预算
30+ USD
开发人员
27 USD
截止日期
 1  7 天