Create an EA based on the PIPFINITE - TREND PRO indicator

Trabalho concluído

Tempo de execução 12 dias

Termos de Referência

Create an EA based on the PIPFINITE - TREND PRO indicator



I want to create an EA for the PIPFINITE TREND PRO indicator. Below I will place the author's blog text explaining the use of this indicator.

https://www.mql5.com/en/blogs/post/713938


However I would like to insert some parameters also for better use of EA.



BUY / SELL SETUP:


STEP 1: "SUCESS RATE FILTER" Input signal should be set the rate of user choice for entry into trades.


STEP 2: Possibility to determine what will be StopLoss

>> Option 1: Opposite Signal

>> Option 2: Support & Resistance levels

>> Option 3: Support & Resistance levels - TRAILING (trailing from Support / Resistance)



STEP 3: Possibility to determine the strategy of TakeProfit

>> Option 1: 100% takeprofit on TP1

>> Option 2: 50% partial takeprofit on TP1 & close remaining 50% on TP2. (EA will open two equal orders)

>> Option 3: 100% takeprofit on opposite signal or riding the trend until it reverses.

>> Option 4: 50% partial takeprofit on TP1 & close remaining 50% riding the trend until it reverses. (EA will open two equal orders)

>> Option 5: 100% takeprofit riding the trend until it reverses.



STEP 4: Possibility of varying the trade order value.

>> Option 1: Fixed value (parameter of user choice)

>> Option 2: Percentage value of the total of the account (so the increase will be gradual, proportional, and automatic.)



STEP 5: News:

>> Option 1: Do not filter news

>> Option 2: Filter news. Possibility to select the period of time, before and after the news, that EA will be prevented from opening new trades / orders. Possible to filter which types of news will be filtered - degree of importance of the news (ForexFactory / Investing Calendar, MyFxBook) - Example: 30 minutes in news of great importance - EA will be disabled 30 minutes before and 30 minutes after high impact news (three bulls on investing.com)



STEP 6: Relationship with Multitimeframe

The trade will only open be related to the trend line of the top timeframe. Example: Only SELL order will be opened in M15 if M30 is also with TRENDLINE for SELL. In this case Order BUY will be disregarded.

>> Option 1: Do not correlate Multitimeframe

>> Option 2: Correlate multitimeframe with the period (M5, M15, M30, H1, H4, D1, W1)




STEP 7: Relationship with MacD

The trade will only open if the MacD is below (for PUT order) or above (for CALL Order) of 0 (zero) - Possibility to configure MACD parameters.

>> Option 1: Do not correlate MACD

>> Option 2: Correlate CALL order of CALL - only when it is above ZERO

>> Option 3: Correlate PUT order - only when below ZERO

>> Option 4: Correlate BOTH: Correlate CALL order of CALL - when it is above ZERO // Correlate PUT order - only when below ZERO




IMPORTANT ---> Possibility to be tested on MT4




OBS: I intend to make other AEs based on the strategies of the PIPFINITE indicators (I intend to create three indicators - one for each Indicator). Therefore, experience with the PIPFINITE indicators will be a differential.

Respondido

1
Desenvolvedor 1
Classificação
(365)
Projetos
412
36%
Arbitragem
35
26% / 57%
Expirado
63
15%
Livre
2
Desenvolvedor 2
Classificação
(2422)
Projetos
3042
66%
Arbitragem
77
48% / 14%
Expirado
340
11%
Trabalhando
3
Desenvolvedor 3
Classificação
(414)
Projetos
670
33%
Arbitragem
60
17% / 32%
Expirado
113
17%
Trabalhando
4
Desenvolvedor 4
Classificação
(1853)
Projetos
3455
88%
Arbitragem
73
40% / 15%
Expirado
265
8%
Livre
5
Desenvolvedor 5
Classificação
(2077)
Projetos
2636
61%
Arbitragem
113
45% / 26%
Expirado
418
16%
Trabalhando
6
Desenvolvedor 6
Classificação
(590)
Projetos
789
71%
Arbitragem
9
33% / 33%
Expirado
22
3%
Livre
7
Desenvolvedor 7
Classificação
(94)
Projetos
148
59%
Arbitragem
16
38% / 13%
Expirado
25
17%
Livre
8
Desenvolvedor 8
Classificação
(196)
Projetos
318
35%
Arbitragem
64
13% / 56%
Expirado
82
26%
Livre
9
Desenvolvedor 9
Classificação
(769)
Projetos
1033
44%
Arbitragem
50
8% / 50%
Expirado
117
11%
Livre
10
Desenvolvedor 10
Classificação
(229)
Projetos
339
49%
Arbitragem
21
5% / 33%
Expirado
24
7%
Livre
11
Desenvolvedor 11
Classificação
(91)
Projetos
144
38%
Arbitragem
67
15% / 48%
Expirado
55
38%
Livre
12
Desenvolvedor 12
Classificação
(1127)
Projetos
1429
62%
Arbitragem
21
57% / 10%
Expirado
43
3%
Livre
13
Desenvolvedor 13
Classificação
(119)
Projetos
127
41%
Arbitragem
3
33% / 67%
Expirado
0
Livre
14
Desenvolvedor 14
Classificação
(4)
Projetos
6
0%
Arbitragem
2
0% / 50%
Expirado
4
67%
Livre
15
Desenvolvedor 15
Classificação
(43)
Projetos
72
49%
Arbitragem
4
0% / 50%
Expirado
19
26%
Livre
Pedidos semelhantes
looking for help to get my ibkr automated, i have strategies already built in composer and have JSON for them, i really just need to he setup and explanation on how to maintain it and add new strategies
// Define the properties input int ShortPeriod = 12; input int LongPeriod = 26; input double LotSize = 0.1; // OnTick function is called every time there is a price update void OnTick() { double shortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double longMA = iMA(NULL, 0, LongPeriod, 0, MODE_SMA, PRICE_CLOSE, 0); double prevShortMA = iMA(NULL, 0, ShortPeriod, 0, MODE_SMA, PRICE_CLOSE, 1);
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
I need a AI signal generating bot for forex trading. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the arrow should be green and if it is
Using Bollinger Band only. When price closes above upper BB, open Buy. If the length of the candle body that closed above the upper BB is more than Y pips, then do not Buy and remove the EA. Otherwise, continue to open Buy if crosses and close above upper BB and the number of positions is not more than Max No of Positions. The user will choose either Buy or Sell only. When price closes below the lower BB, close all
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this
hello great developer Can you make a high/low ticker tape on a table for 100 stock symbols? As a symbol makes a high or low throughout the day, it will appear on the table. i will be expecting great developer to bid for this project
Hello freelancers here, I need an expert to help me with coding my script which is already working in pinescript, Moreover, i want a system whereby i can sell my trading bot and can give access with a license, I need an expert that can help me with this, and my budget is $20, Thank you
Hello freelancers here, I need an expert freelancer to help me convert an expert advisor from MT4 to MT5. I have the MT4 source code, As for now i only got $15 for this project i don't have much on me at the moment, So i need someone who can work long terms cause i still have other projects i need him to work on for me
An EA based on Fibonacci 100 - 300 USD
I am in need of 2 EA based on Fibonacci re-tracement after a high or low is made,each EA will have a hedge trade on it.the hedge trade will be at the 38 percent of the Fibonacci..this will be present on the 2 EA, the 2 EA will have different levels of re-tracement, while the hedge trade will be a continuation (buy/sell stop), while the re-tracement trades will be (buy/sell limit)This EA must work on timeframe ranging

Informações sobre o projeto

Orçamento
30 - 200 USD
Desenvolvedor
27 - 180 USD