• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

Question PeakTrough EA - Only 1% DD!

Esse EA é um antiga estratégia que possui dependências de broker (tipo de contrato), velocidade de execução, VPS excelente, spread baixo (ECN ou NDD se spossível) e paciência pra começar ver algum lucro.
Já trabalhei com ele e fiz esse SET.
Podem tentar se quiserem.
$100 de saldo
TF H1
 

Attachments

Com certeza, eu aprovo.
Muito interessante essa programação, sugiro colocar também a opção de usar a proteção ou não.
A ultima versão está no Post150.
Poderia deixar aberto o código para podermos adicionar outras melhorias com o tempo?

Posso adicionar sim. Mas eu preciso realmente do ULTIMO código fonte lucrativo postado por você.

Assim como nosso amigo do post [HASHTAG]#154[/HASHTAG], rodei o BT do MQ4 do post [HASHTAG]#150[/HASHTAG] que vc postou e rodei também o último EX4 postado por vc no post [HASHTAG]#142[/HASHTAG] e mesmo utilizando exatamente os mesmos parâmetros, timeframe e banco de dados, o resultado é completamente diferente, portanto, o fonte é diferente. Preciso que libere o MQ4 (fonte) do mesmo arquivo do post [HASHTAG]#142[/HASHTAG], com os últimos ajustes, para que eu adicione a função e libere pro pessoal.

No aguardo.
 
Posso adicionar sim. Mas eu preciso realmente do ULTIMO código fonte lucrativo postado por você.

Assim como nosso amigo do post [HASHTAG]#154[/HASHTAG], rodei o BT do MQ4 do post [HASHTAG]#150[/HASHTAG] que vc postou e rodei também o último EX4 postado por vc no post [HASHTAG]#142[/HASHTAG] e mesmo utilizando exatamente os mesmos parâmetros, timeframe e banco de dados, o resultado é completamente diferente, portanto, o fonte é diferente. Preciso que libere o MQ4 (fonte) do mesmo arquivo do post [HASHTAG]#142[/HASHTAG], com os últimos ajustes, para que eu adicione a função e libere pro pessoal.

No aguardo.
Faça a alteração do Post [HASHTAG]#161[/HASHTAG], o resultado será o mesmo se usar os mesmos parâmetros.
Fiz o teste aqui e o resultado foi igual para ambos.
Eu não tenho mais o fonte antigo devido as sucessivas alterações.
Agora estou implementando outras funções como "BreakEven" com comissão, "TrailingStart".
 
Sem querer ser desagradável ou desanimador..... mas já sendo rsrsrsrsrsr
Esqueçam esse EA, ele é perda de tempo.... acreditem.
Segue o MQ4 e o SET que utilizei no passado.
EURUSD
H1
$100
Essa versão é Ruim. Apresenta erros no trailingstop.
Na versão atual eu corrigi a função.
Mesmo na versão atual o seu arquivo de configuração não tem bom resultado.
 
Luizinho there is something wrong the latest mq4 that you shared.


extern int StopLoss = 20; //in pips
extern int TrailingStop = 20; //in pips

This parameters are not working as expected. If i set stoploss 20 in backtest mt4 sees it 20 pips not points.
But when i attached to the chart it calculates 20 in points not in pips. I couldnt solved the problem also coulnt understand what it is.
 
Use it on h1-h4 seperately and different magic numbers.
Also you can try it on JPY and GBP but only in H4.


Do not use swing period higher than 4 (drawdawn gets bigger)
Use trailling stop 5
Trailling step 3

Someone must add break even to this code, if not profits eaten by commissions mostly.
I'm still working on it.

extern bool Break_Even = True;
extern int Break_Even = 13;



And you must be patient on trying this. It tooks days to get profits sometimes.
 
Last edited:
Nick

1) Lower the stop buffer.
2) Lower the stop loss to 15, lower the trailling to 5 trail step 3.
3) You must use raw ecn account type. You can not use this with Thinkforex.
 
Nick

1) Lower the stop buffer.
2) Lower the stop loss to 15, lower the trailling to 5 trail step 3.
3) You must use raw ecn account type. You can not use this with Thinkforex.

i just using thinkforex mt4 environment. no any feed data from the thinkforex. all data is tickstory.

i think spread is big problem... spread below 0.5 is better.
but the line is not good:giggle:
 

Attachments

  • 11111111111.png
    11111111111.png
    40.5 KB · Views: 226
  • 222222.png
    222222.png
    33.4 KB · Views: 245
PeakTroughEA Break Even Function by Celooo
Use it on h1-h4 seperately and different magic numbers.
Also you can try it on JPY and GBP but only in H4.


Do not use swing period higher than 4 (drawdawn gets bigger)
Use trailling stop 5
Trailling step 3

Someone must add break even to this code, if not profits eaten by commissions mostly.
I'm still working on it.

extern bool Break_Even = True;
extern int Break_Even = 13;



And you must be patient on trying this. It tooks days to get profits sometimes.

Attached a new improvement, now with Breakeven function.

UseBreakeven - enable or disable breakeven function
BEStartAt - how many points (plus spread) , from order open price, breakeven will start
BEStep - how many points (plus spread), from order open price, breakeven stop will be placed

Added UseTrailing too, to enable or disable trailing function.

I did not have time to test... i'm running a long optimization in another EA. Someone please run BT and leave a feedback.

Don't forget to adjust the parameters... it's not pre defined.
 

Attachments

Last edited:
Attached a new improvement, now with Breakeven function.

UseBreakeven - enable or disable breakeven function
BEStartAt - how many points (plus spread) , from order open price, breakeven will start
BEStep - how many points (plus spread), from order open price, breakeven stop will be placed

Added UseTrailing too, to enable or disable trailing function.

I did not have time to test... i'm running a long optimization in another EA. Someone please run BT and leave a feedback.

That was what i'm talking about!!!!!!!!!!!!!!
GOOD JOB MY FRIEND.:clap:


Now its time to scalp all pairs! Begin with list is;

EURUSD, GBPUSD, EURJPY, USDCAD, USDJPY, AUDUSD.

An important hint who wants to try: Use it on H1, H4, Daily TF at same acc. at the same time. ;)
 
That was what i'm talking about!!!!!!!!!!!!!!
GOOD JOB MY FRIEND.:clap:


Now its time to scalp all pairs! Begin with list is;

EURUSD, GBPUSD, EURJPY, USDCAD, USDJPY, AUDUSD.

An important hint who wants to try: Use it on H1, H4, Daily TF at same acc. at the same time. ;)

SeizeTheDay, please test and say what you think... tell me if needs some adjustment. :):ok:
 
Back
Top