Adding Martingal and Time Filter

MQL4 Indicadores Experts

Trabalho concluído

Tempo de execução 1 dia
Comentário do cliente
the communication with him is a nightmare. no experience with coding. NOT RECOMMENDED
Comentário do desenvolvedor
he is very bad customer,and he is bad person also

Termos de Referência

hello all, 

i have a MT4 EA with the source, the EA uses custom indicator to generate Buy and Sell signals. i need to add 2 things. 

i will give you the source and you will also return the source to me. 

Max 2 days 

i need a Time Filter, Enable, StartHour and EndHour.  and: 

Lot and PipStep Martingale: 

input: 1-bool enable_Martingale -2- Addition or Multiply -3- double Add_Multy =2   // those are lot control input

input: 4 bool pip_Step -5-double pipStepValue -6- pip step Addition or Multiply -7- double pip_add_Multy // pip step control input

Maringale is to add or Multiply the previouse lot. i.e last lot =1, new lot = last lot ( * or + )  Add_Multy . we do this when we open a new signal after a loss. or we do this when we have a buy position for example and the prices went down for (pipStepValue) , we use martingale and open new lot size with the same direction. then if the prices continue down for PipStepValu (+ OR *) pip_add_Multy we re open a new position with the same direction and new Lot using maringales also 

i.e if input is to use Multiplication by 2 for lots AND for pip step and initial lot is 1 and initial pipStep is 10: 

buy 1 lot 

down 10 pips (from the last opened position) then Buy 2 Lots 

Now down 20 Pips  (from the last opened position) Then Buy 4 Lots 

now Down 40 Pips  (from the last opened position) the Buy 8 Lots 

if its addition for lots by 1 and addition for pips by 10 then 

buy 1 lot 

down 10 pips (from the last opened position)  then Buy 2 Lots 

Now down 20 Pips (from the last opened position)  Then Buy 3 Lots 

now Down 30 Pips  (from the last opened position) then Buy 4 Lots 

i hope its clear 

General conditions:

i will give you the source and you will also return the source to me. 

Max 1 day 




Respondido

1
Desenvolvedor 1
Classificação
(21)
Projetos
20
10%
Arbitragem
2
50% / 50%
Expirado
0
Trabalhando
2
Desenvolvedor 2
Classificação
(600)
Projetos
933
46%
Arbitragem
31
39% / 29%
Expirado
93
10%
Trabalhando
3
Desenvolvedor 3
Classificação
(100)
Projetos
125
23%
Arbitragem
12
0% / 75%
Expirado
22
18%
Livre
4
Desenvolvedor 4
Classificação
(59)
Projetos
85
14%
Arbitragem
3
33% / 33%
Expirado
7
8%
Carregado
5
Desenvolvedor 5
Classificação
(36)
Projetos
46
37%
Arbitragem
0
Expirado
0
Livre
6
Desenvolvedor 6
Classificação
(42)
Projetos
62
8%
Arbitragem
12
58% / 42%
Expirado
1
2%
Livre
7
Desenvolvedor 7
Classificação
(66)
Projetos
143
34%
Arbitragem
10
10% / 60%
Expirado
26
18%
Livre
8
Desenvolvedor 8
Classificação
(261)
Projetos
426
38%
Arbitragem
86
44% / 19%
Expirado
71
17%
Carregado
9
Desenvolvedor 9
Classificação
Projetos
0
0%
Arbitragem
0
Expirado
0
Livre
10
Desenvolvedor 10
Classificação
(63)
Projetos
195
73%
Arbitragem
4
100% / 0%
Expirado
1
1%
Livre
11
Desenvolvedor 11
Classificação
(23)
Projetos
29
14%
Arbitragem
3
0% / 67%
Expirado
3
10%
Trabalhando
12
Desenvolvedor 12
Classificação
(72)
Projetos
80
10%
Arbitragem
36
8% / 53%
Expirado
6
8%
Trabalhando
Pedidos semelhantes
I'd like mt4 indicators to be converted into trading bot, these indicators produces buy and sell signal I want them to be automatic bot that also have circles of which I know what they and I'll explain what must the bot analyze
Nt8 30+ USD
i'm searching a way to define which IP address is using by NT8 cause i'm using a multiple IPs machine (for my daily job) and I'd need to have a further confirmation that I'm using the correct IP address with NT8 could anyone explain explain me how to do it for a fee
If you can deliver, you can bid your price. 1. Decompile the MT4/MT5 EA: - Decompile the provided .ex4 (for MT4) or .ex5 (for MT5) file into the original .mq4/.mq5 source code. - Ensure that the entire logic and functionality are preserved during decompilation. 2. Remove Expiration Limitations: - Locate and remove or bypass any code that imposes an expiration date or limits the usage of the bot. - Test to
Hello, I am looking to develop an alert system that measures a ratio of Open to Close Range (ideally I can choose between OHLC) of a candle (number of pips) versus Volume traded in same time period. I need to have alerts sent to me for multiple pairs, based on figures of that ratio that I define. this needs to be possible on multiple timeframes. alerts to be sent to telegram. The alerts are to be sent after candle
I have created a Timeframe Panel indicator in mql5. The indicator scans for all open charts on the platform and it creates a panel that contains all the open symbols and next to it it contains all the timeframes for each symbol. When i attach the indicator to 4-5 charts then it makes many times the chart to freeze and the price feed of the chart stops. I want an experienced mql5 to make the indicator not to freeze
Here’s a rephrased version with more than 30 words: "Hello, I'm new here and looking for assistance in coding my trading strategies on TradingView. I need someone experienced with Pine Script to help me create scripts for my strategies. Please let me know if you're able to assist with this project. Thank you!" 4o
Please I am new here I need someone to help me code my strategies on tradingviews. I need pine script for my tradingview. Please let know if you can help me on this project. thanks
My strategy I’m looking to turn into code. Trading Instrument - Crude Oil Futures (CL) Chart and Timeframe - 30-second chart Entry Setup 1. Time Focus on the first 30-second candle after 11:00: 00 AM New York time. (11:00: 00 candle) 2. Candle Size Limit : Skip the trade if the first candle is greater than 10 points. 3. Entry Orders - Place stop orders at the high and low of the first 30-second candle after
I need to create an EA based on my own strategy that actually is a little bit different from most of the usual EA. This because it use an indicator but the power of the system is just because it can shows target price by designing trendline on the price chart in a unusual way. A friend of mine tried to create it on MT4 platform but, in the end, he realized that this platform has big limits when the program lines
I've a EA with follow logic. strategy is simple using ema, supertrend and "head and shoulder" indicators. simply put when price closes below ema and the supertrend is red then we enter short .strategy must recognize that there was a previous cycle of long trend with a head and shoulder pattern of long before we enter the short. the opposite is for long entries. max long trades: ex: 3-If long trades are made 3 times

Informações sobre o projeto

Orçamento
30+ USD
Desenvolvedor
27 USD
Prazo
para 1 dias