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

Trabalho concluído

Tempo de execução 60 dias
Comentário do desenvolvedor
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.
Comentário do cliente
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.

Termos de Referência

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.



Respondido

1
Desenvolvedor 1
Classificação
(4)
Projetos
4
0%
Arbitragem
0
Expirado
2
50%
Trabalhando
2
Desenvolvedor 2
Classificação
(39)
Projetos
54
33%
Arbitragem
2
0% / 50%
Expirado
0
Livre
3
Desenvolvedor 3
Classificação
(63)
Projetos
68
25%
Arbitragem
12
42% / 42%
Expirado
4
6%
Livre
4
Desenvolvedor 4
Classificação
(298)
Projetos
443
64%
Arbitragem
5
40% / 0%
Expirado
4
1%
Trabalhando
5
Desenvolvedor 5
Classificação
(45)
Projetos
52
52%
Arbitragem
1
0% / 100%
Expirado
1
2%
Trabalhando
6
Desenvolvedor 6
Classificação
(368)
Projetos
399
70%
Arbitragem
3
100% / 0%
Expirado
2
1%
Carregado
7
Desenvolvedor 7
Classificação
(7)
Projetos
8
0%
Arbitragem
3
0% / 100%
Expirado
2
25%
Livre
8
Desenvolvedor 8
Classificação
(563)
Projetos
932
47%
Arbitragem
302
59% / 25%
Expirado
124
13%
Ocupado
Pedidos semelhantes
1) The EA will be in MLQ5 language and should be able to run continuously on the VPS and should be able to trade any instrument. The source code and rights will automatically remain mine. 2) This order is inclusive of at least one day of trial on VPS to confirm that EA does correct order placement 3) The EA should be able to run in multiple timeframes especially M1, M2, M5, M15, M30, H1
I'm looking for a quote from a developer who can compile this source code as DLL file so that it works on Forex Tester 5 They are all open source trading view indicators. Forextester 5 have advised that custom indicators in C++ or Delphi programme language are compatible with them
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea
I need a simple panel to execute both buy and sell operations with very basic things like stopp loss take profit that functions for both market orders such as buy stop sell stop buy limit sell limit I don't care about colors or design I just want how you can do it what interests me most are the functions
I want to create an EA that can take bids according to information of a logic I have developed to give indication of a BUY or SELL opportunity. The EA will then be able to activate the BUY at the lowest possible position once the indicator clears it for a BUY and take bid upwards or identify the highest point and clears it for a SELL and take bids downwards. As you can see from example of JULY 2024 data to see how
Hello, I‘m interested in an indicator to predict the next candles probability (bullish or bearish). But honestly I have no idea how to do this. Would be interested in your opinion how we can create such an indicator. Please let me know if you‘ve done similar work
Hey greetings. Am in need of a developer that has already made profitable MT4 or MT5 EA that I can buy with the backtesting and proven result. How is the draw down ? What is the winning rate ? Kindly reply and let proceed
I need a TradingView script (not mine) converted to an Mt5 EA. There is some specifications for the robots on when to be able to take a trade. Attached bellow is the file of the script I want translated and converted to MT5 then EA

Informações sobre o projeto

Orçamento
150 - 250 USD
Desenvolvedor
135 - 225 USD
Prazo
de 3 para 12 dias