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
評価
(73)
プロジェクト
257
53%
仲裁
16
50% / 38%
期限切れ
83
32%
5
開発者 5
評価
(68)
プロジェクト
78
27%
仲裁
13
31% / 62%
期限切れ
15
19%
パブリッシュした人: 4 codes
類似した注文
Expert Advisors 300+ USD
double CRiskManager::CalculateLotSize(double slPoints) { double balance = AccountInfoDouble(ACCOUNT_BALANCE); double riskMoney = balance * (m_riskPercent / 100.0); double tickValue = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_VALUE); double tickSize = SymbolInfoDouble(_Symbol, SYMBOL_TRADE_TICK_SIZE); double pointValue = tickValue / tickSize; double lot = riskMoney / (slPoints * pointValue);
i share my strategy i need a bot trending bot fo mt5 . i attached the photo with this it help to make bot. it basicly 1 hours time frame base. i try but failed to make it
Title: Simple background trading bot for my Oanda account (v20 REST API) Overview Hi, I need a simple, lightweight event based standalone trading bot that connects directly to my Oanda account using broker’s standard REST API (V20 account) via VPS The bot just needs to look at group of 5 currency pairs (manually selectable and adjustable) in different 4 baskets, do some basic percentage math every period, and place
MQL5 Developer 30+ USD
📄 وثيقة المواصفات الفنية لروبوت التداول (MQL5 EA Specification) 📌 1. ملخص المشروع والهدف * اسم المشروع: Gold Cent Grid-Hedge EA * المنصة: MetaTrader 5 (MQL5) * أداة التداول: الذهب (XAUUSD) * نوع الحساب: حساب سنت (Cent Account) * فكرة الاستراتيجية: تداول شبكة هيدج متوازنة (Grid-Hedging) تفتح صفقات تعزيز كل مسافة محددة، وتغلق الطرف الأكثر ربحاً عند تحقيق هدف مالّي مجمع بالدولار/السنت لإعادة هيكلة التوازن. ⚙️ 2
Hi developer I want to convert my mt4 EA to mt5 EA . I have a mt4 ea with source code. i want developer to copy same mt4 code and create mt5 EA
Gold hunter v5 30+ USD
*TITLE:* 5 Trades EA - EMA20/50 + RSI - Safe for Small Account *SPECIFICATION:* I need MT5 EA - Source Code .mq5 *Logic:* Buy: EMA20 > EMA50 and RSI(14) 45-70 Sell: EMA20 < EMA50 and RSI(14) 30-55 Timeframe M15, Symbol XAUUSD and all Forex *Trade Management:* Max 5 trades at same time. Fixed lot 0.01. No martingale. No lot increase. Distance between trades 150 points. Do not open all 5 at same price. Max 5 total
I need an Expert Advisor (EA) developed for MetaTrader 5 (MT5) tailored for trading on Exness accounts. Account & Server Details: Trading Platform: MetaTrader 5 (MT5) Broker: Exness Execution Type: Market / Pending Orders Account Type: [Specify: Standard / Pro / Raw Spread / Zero] Target Instruments: [Specify pairs, e.g., XAUUSD, EURUSD, BTCUSD] Strategy Requirements: Entry Rules: [Insert your buy/sell entry
Monthly Report: August 2026 World PEACE Multi FX Algo generated a total realized profit of approximately 31,966 JPY during August. The provider account is normally operated with approximately 200,000 JPY of capital. Compared with this standard operating amount, the realized profit for August was approximately 15.98%. Please note that this is not a compounded monthly return. Realized profits are withdrawn regularly
I’m looking for an experienced developer who can build a Martingale trading bot. I’m willing to pay a fair price for the right developer. I have an example trading account that demonstrates exactly how I want the bot to operate. The strategy is straightforward: the bot trades continuously using a Martingale system. The only exception is that it should automatically pause trading during high-impact news events or
This is a Tradingview project. Would you be able to make this? With a win rate and profit factor and percentage made and profit made and max dd reached. How many modifications would I be able to do? Could there be a table that shows win percentage profit factor and trading window where trades shouldn’t be placed and follows the rules of the pdf How long would it take and would it work on ninjatrader also

プロジェクト情報

予算
30+ USD
締め切り
最低 1 最高 7 日