INDICATOR BASED ON LINES AND 2 INDICATORS (B- system)

MQL4 指标 脚本 统计和数学 C++

工作已完成

执行时间60 天
员工反馈
Excellent customer! The customer is a pleasant person to communicate with. Interesting work. Clearly and distinctly set tasks. I will be glad to work with the customer again.
客户反馈
Evgeni is very responsible and a hard working coder. He did everything exactly as I asked. Communication is also at a very high level - very polite. I recommend him as I continue to work with him.

指定

The applicant should be well versed in using lines, mathematical coding, different conditions, and multiple indicators. 


INDICATOR BASED ON LINES AND 2 INDICATORS (B- system)

 

This indicator (B-system) is one of the many ways of creating diagonal lines, and they are not classic trend lines. The lines help to confirm Entries or Exits of a trades.

 

The indicator uses two existing indicators: 

1st -  Fractals - adjustable period extended 2 .mq4 - 

2nd - the classic Average True Range (ATR) indicator (build in MT4)


 The 1st indicator creates ordinary trend lines, but these lines are not used in this job, only the fractals.

(The trend lines of the original indicator can be display.). The indicator is in the attachment.


         1. CREATION OF LINES


  1st POINT OF THE LINE

The so-called Fractals are the first points of the lines, where the indicator for finding fractals is used. The first line point is the price value, for example, the Low price of Low fractal and or High price of a High fractal.

  2nd POINT OF THE LINE


The 1st point - Fractal is "connected" by a line with each newly created High or Low " of the (last current) candle.

These prices are the second forming point of the lines.

High fractal connects to Low prices, and Low fractal connects to High prices.

CONDITIONS:

1.) The Low fractal connects with the following High prices higher than the Low price of this fractal.

2.) The High fractal connects with the following Low prices lower than the High price of this fractal.


However, only the line that creates one of the possible interactions (patterns) with the current price on the current

 forming candle - is "displayed" in real-time.


 THE NUMBER OF THE NEXT CANDLES FOR PATTERN SEARCH PER ONE FRACTAL

The number of candles that follow a Fractal for searching patterns is set to 17 (it will change according to the algorithm in one of the next jobs). Patterns are then formed "only on the ONE following candle," i.e., after the candle whose H, L was used to create a line. (The exception is the Extended line.)


THE LENGTH OF THE LINE TO DISPLAY THAT CREATED A PATTERN

If it is not a case of the Extended line, the line is displayed only 1 candle (to the future) after creating a pattern.


Picture 1 The place where a pattern can occur after the line is created.


  THE EXTENDED LINE

The extended - interactive line is a line that "after the formation of a pattern" continues to pass through the High - Low spread of the following candles. New patterns may still appear on it, and the line will end if it gets outside the H-L range of the next candle.


 ATR - Average True Range indicator is used as the second indicator to determine the distance from a line approximation,... The number of candles for counting is 5 "previous," so the current - just forming candle is not used for the calculation.


The following patterns can be used as a template, as they are part of other systems.


     2. PSEUDO ALGORITHM FOR THE CREATION OF PATTERNS


Explanation of terms used:

 ALINE - Ascendent line

 DLINE - Descendent line 

  “Close price” in the following pattern conditions does not mean ending Close price of a day in case we use daily chart. Close price is price for “Now” and it is the same as real time prices. So this Close price is continuous moving price through all day. (In case there will be used final Entry rules for trading patterns we must use realtime data (tick) for trading or let say 1 minute data for back test.)  There is were small chance that a pattern will form on N-candle same time when new Open of next candle will occur.

  “N-Candle” is meant for an actual candle that is now forming. It means that "patterns take place in the time between Open and Close of the candle" where a pattern is formed (or even more patterns and trades on one candle). The price  High, Low, and Close prices of the N-candle in the following section do not mean prices from daily historical data (but could be too). It means prices that naturally change from "the 1st minute of the trading day - where Open, High, Low and Close could be the same value". Therefore, the algorithm can find the same pattern many times per day from the 1st minute, as the prices on the daily chart will change (High can rise, Low can fall and Close change anywhere between them). 


 The system uses 2 types of patterns :

A) False break-out of line,

C) Bounce from the line + the Approach a line (price "gets close" to a line).


     3. PATTERNS FOR LOW FRACTAL AND ALINE (Ascending line)


 These conditions must be met before creating patterns:

 1. (the LOW price of Low Fractal < High N- candles) a

 2. (OPEN price N-Candle < ALINE)

 

  A - PATTERN, FALSE BREAK-OUT of ALINE

1. (OPEN N-candle < ALINE), THEN 

2. (CLOSE > ALINE), THEN 

3. CLOSE GETS 0.1 ATR (5) < ALINE


C - PATTERN, APPROACH & BOUNCE OF ALINE

1. (OPEN N-candle < ALINE), THEN

2. (CLOSE GETS 0.1 ATR (5) ≥ ALINE), THEN

3. (CLOSE GETS 0.1 ATR (5) > HIGH


     4. PATTERNS FOR HIGH FRACTAL AND DLINE (Descending line)


These conditions must be met before creating patterns:

 1. (HIGH price of High Fractal > LOW price of N-candle) a

 2. (OPEN price N-candle > DLINE)

     

    A - PATTERN, FALSE BREAK-OUT OF DELINE

 1. (OPEN N-candle > DLINE), THEN

 2. (CLOSE < DLINE), THEN

 3. (CLOSEGETS 0.1 ATR (5) > DLINE


    C - PATTERN, APPROACH & BOUNCE OF DELINE

 1. (OPEN N-candle > DLINE), THEN 

 2. (CLOSE GETS 0.1 ATR (5) ≤ DLINE, THEN

 3. (CLOSE GETS 0.1 ATR (5) > LOW

  

    If a pattern appears on the chart,  letter indicating the pattern - A or C - is pasted above or below the N-candle.

    Picture number 2 shows the gradual creation of patterns even with previously unused lines. Here the fractal created 4 patterns on 3 lines, and the last pattern is created on the Extended line. 

     

    The end of job order.

 

 As a next step. (I would like to use an algorithm for automatically setting the "amount of used Fractals", precisely according to the number of Fractals per N-candle.)


If the applicant understands all parts, I will be happy to answer any questions, especially if you send the price range for the work along with the questions.



反馈

1
开发者 1
等级
(4)
项目
4
0%
仲裁
0
逾期
2
50%
工作中
2
开发者 2
等级
(40)
项目
55
35%
仲裁
2
0% / 50%
逾期
0
空闲
3
开发者 3
等级
(64)
项目
68
25%
仲裁
12
42% / 42%
逾期
4
6%
空闲
4
开发者 4
等级
(322)
项目
499
67%
仲裁
5
40% / 0%
逾期
4
1%
空闲
发布者: 8 代码
5
开发者 5
等级
(64)
项目
77
55%
仲裁
4
0% / 50%
逾期
1
1%
工作中
发布者: 6 代码
6
开发者 6
等级
(450)
项目
477
69%
仲裁
6
67% / 0%
逾期
2
0%
空闲
7
开发者 7
等级
(10)
项目
10
0%
仲裁
4
0% / 100%
逾期
2
20%
空闲
8
开发者 8
等级
(574)
项目
945
47%
仲裁
309
58% / 27%
逾期
125
13%
空闲
相似订单
Hi, I hope you doing Greate, Let me share details , so the original EA already working but you can check and verify everything fine.First you verify that all original EA features are working correctly then add a user dashboard showing the number of detected zones, buy sell both none status, and an on off button. also ensure mitigated zones disappear properly and that trades follow the zone rules, and integrate the
Project Title: Custom XAUUSD Support & Resistance Indicator Platform Required: MT5 preferred. If possible, also provide TradingView Pine Script version later. Main Goal: I want a custom indicator made specifically for XAUUSD (Gold) only. The indicator should automatically detect and draw strong support and resistance zones where price has a high probability of reacting, rejecting, or reversing. It must update
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
Apply with a screen of your work . Symbol Specific Logic . Live Chart Optimization Check the Core logic . [back tests as well] Change points to pips . Create buffer for the zone
Hi, I am looking for an Quant/MQL5 developer to build a pure mathematical, Delta-Neutral Statistical Arbitrage (spot vs future ) Expert Advisor. ​ No retail indicator logic (No RSI, MACD, etc.). This is a high-speed, spread-based execution model trading the pricing inefficiency between two correlated assets (e.g., Gold Spot XAUUSD vs Gold Futures). ​ Core Requirements at a Glance: ​Real-time Spread & Z-Score
I need a professional MetaTrader 5 Expert Advisor based on a pullback trading strategy. Indicators: - Moving Averages: 5, 8, 13, 144 (custom, smooth like TradingView) - RSI (14) - ADX (14) with DI+ and DI- - OsMA (8, 21, 5) Strategy: Trend: - Use MA 144 to define the main trend Entry: - Trade only in trend direction - Wait for price to touch MA 8 - Confirm with: - RSI (above 50 for buy / below 50 for sell) - ADX >
I already have an MT5 trading bot called Omega Bot and I am looking for a marketer / seller who can help me find real buyers. Commission: 100 USD per successful sale Bot details: - MT5 only - Gold and Silver - M15 - ORB strategy - Asia and New York sessions - Automatic risk management - Break-even - Trailing stop - Spread filter - Beginner friendly - Ready settings file - Trial version available - Support after sale
Fair Value Gap Expert , Optimize the core logic for live chart . [Filters are working] Lets ace the trailing stop . Change points to pip . Project will start from next week
Hi, Before ordering, I want to verify the quality of your ICT/SMC logic. Do you have an existing indicator or strategy (your own work) that I can test on TradingView? If yes, please provide: 1. A demo (invite-only script or video) 2. Proof it is NON-repainting (explained clearly) 3. Live or replay demonstration (not static screenshots) Specifically I want to see: * Clean swing structure (no consecutive highs/lows) *
Project Overview ​I am looking for a high-level Algorithmic Trader / Developer to build a sophisticated, fully automated scalping system for the Nasdaq-100 Future (NQ) . The system must integrate institutional order flow logic with market structure analysis. ​The core logic must be written in Python , acting as a central hub that bridges ATAS (as the primary data source for Order Flow) and MetaTrader 5 (as the

项目信息

预算
150 - 250 USD
截止日期
 3  12 天