Page 1 of 1

BBands and macd strategy

PostPosted: Sun Jan 17, 2021 6:13 am
by clavez
Hi,

I have a highly profitable EA / strategy

https://www.mql5.com/en/signals/853034
https://www.mql5.com/en/signals/869216
https://www.mql5.com/en/signals/910770

based on this
https://github.com/michaelwade/ModularTradeSystem

i use bollinger martin strategy, you can pick in build config mqh.

This EA makes average 30-50% monthly since October.

The addon what it makes profitable is that i use it on all pairs, modified the risk management like 1% for 100 pips and use atr H4 stop and profit,

Code: Select all
input int     AtrTpPeriod                   = 8;//ATR stop loss period.
input ENUM_TIMEFRAMES AtrTpTimeFrame        = PERIOD_H4;//ATR take profit time frame.
input double  AtrTpMultiplier               = 2;//ATR take profit multiplier.


same for SL

This way the EA build grid but never blows the account and makes average 1-2% daily.

The winning SET:
https://gist.githubusercontent.com/calv ... bcd9ff/set

here is the insanity:
http://www.myfxbook.com/members/calvez/ ... 17/7417125

Re: BBands and macd strategy

PostPosted: Thu Jan 21, 2021 2:11 pm
by clavez
Just code it and enjoy the cash rain

Re: BBands and macd strategy

PostPosted: Fri Oct 22, 2021 1:21 pm
by papaprabu
clavez wrote:Hi,
here is the insanity:
http://www.myfxbook.com/members/calvez/ ... 17/7417125


yes it was insane
:o :o :o
Image