Page 1 of 1

My strategies to be automated (EA) , MT4

PostPosted: Thu Apr 05, 2018 5:39 am
by KefhalikFX
Good day guys, i need code developer to automated my strategies for MT4 platform.

MT4 platform

Timeframe: H1 only

indicators:
1. MA , period:5 , method: linear weighted, apply to: high
2. MA , period:5 , method: linear weighted, apply to: low
3. Bollinger bands , period : 20, apply to close
4. TP:2 , SL:10 (adjustable)

Strategies:
1. IF MA5HIGH crossed top bollinger bands, it will sell on highest point (candles) while MA5HIGH crossing the top bollinger bands.
2. IF MA5LOW crossed low bollinger bands, it will buy on lowest point (candles) while MA5HIGH crossing the top bollinger bands.

I would like to appreciate if you can code editable format (mq4). Thanks

Re: My strategies to be automated (EA) , MT4

PostPosted: Thu Apr 05, 2018 5:54 am
by Apprentice
Your request is added to the development list under Id Number 4102

Re: My strategies to be automated (EA) , MT4

PostPosted: Sat Apr 07, 2018 2:22 pm
by KefhalikFX
Correction

This is the right strategy, sorry i just copy my first sentence to the second sentence of my strategy and lead to typo:

Update Version:

MT4 platform

Timeframe: H1 only

indicators:
1. MA , period:5 , method: linear weighted, apply to: high
2. MA , period:5 , method: linear weighted, apply to: low
3. Bollinger bands , period : 20, apply to close
4. TP:2 , SL:10 (adjustable)

Strategies:
1. IF MA5HIGH crossed top bollinger bands, it will sell on highest point (candles) while MA5HIGH crossing the top bollinger bands.
2. IF MA5LOW crossed low bollinger bands, it will buy on lowest point (candles) while MA5LOW crossing the low bollinger bands.

I would like to appreciate if you can code editable format (mq4). Thanks

Re: My strategies to be automated (EA) , MT4

PostPosted: Fri Apr 13, 2018 4:34 am
by Apprentice
Try this version.
ma_bb_EA.mq4
(6.56 KiB) Downloaded 480 times