Forex Zone - Forex Forum

(sharing)High Frequency scalping System EMA

Discussion started on MT4 / MT5 EAs

  • Newbie
  • Posts: 49
  • Points: 795
  • Likes Received: 20
  • Reputation: +3/-0
i'm sharing a HFT system based on Exponential moving average,
is a trend following strategy.
Time Frame 5 min or 15 min. Currency pairs:
EUR/USD, GBP/USD, AUD/USD, USD/CHF, AUD/JPY, USD/CAD

Indicators:
Exponential moving average period 633, close;
Exponential moving average period 200, close;
Exponential moving average period 36, close;
Exponential moving average period 12, close;
PFE (10, 5, 10,10);
Pivot Points.

Trading Rules
Trade only in direction of the trend.
Up Trend only buy.
Down trend only sell.

BUY
12EMA>36EMA>200EMA>633EMA
PFE>0
Two typs of re-entry
1.Re-entry with the previous conditions (see pictures)
2.Re-entry when the price bounce on 200EMA or 633EMA but wait that 12EMA>36EMA

SELL
12EMA<36EMA<200EMA<633EMA
PFE<0
Two typs of re-entry
1.Re-entry with the previous conditions (see pictures)
2.Re-entry when the price bounce on 200EMA or 633EMA but wait that 12EMA<36EMA

Make profit on the pivot points, but with 15 min time frame pivot is a option. Fast profit target (example: 5 min Time Frame EUR/USD 7 pips, AUD/USD 7 pips, GBP/USD 10 pips) Stop loss for sell 6 pips above 36EMA, for buy 6 pips below 36EMA

Anyone willing convert this strategy to an EA is welcome, this project is to create an EA based on this system and share it here. I can handle optimization and will post set here for everyone



Linkback: https://www.forex.zone/mt4-mt5-eas/7/sharinghigh-frequency-scalping-system-ema/616/
#1 - December 24, 2018, 11:16:15 AM
« Last Edit: July 27, 2024, 03:24:06 PM by Admin »

  • Newbie
  • Posts: 49
  • Points: 795
  • Likes Received: 20
  • Reputation: +3/-0
files and diagrams here..
#2 - December 24, 2018, 11:26:34 AM
Attachments:

  • Sr. Member
  • Posts: 352
  • Points: 71
  • Likes Received: 150
  • Reputation: +11/-0
If Admin or CrazyProg (Or any other coder for that matter) have not done so by the weekend, I will spend some time on this.
#3 - December 27, 2018, 06:43:56 PM

  • Sr. Member
  • Posts: 352
  • Points: 71
  • Likes Received: 150
  • Reputation: +11/-0
Do you want the indicator inputs as inputs for the EA? EG, change the EMA period etc?
Which Pivot do you use as a target, R1 /R2/R3 for buys?, if I spend more time on it I can (try to) let you determine that by EA inputs as well.
#4 - December 28, 2018, 11:22:58 AM

  • Newbie
  • Posts: 49
  • Points: 795
  • Likes Received: 20
  • Reputation: +3/-0
Do you want the indicator inputs as inputs for the EA? EG, change the EMA period etc?
Which Pivot do you use as a target, R1 /R2/R3 for buys?, if I spend more time on it I can (try to) let you determine that by EA inputs as well.
Thanks, was out of town for a little rest. sure all indicator parameters and time frame should be displayed EA settings.  It should have some common settings like 

Trading start time
Trading Stop time
spread filter

TP and SL
TrailngStopStartPips
TrailingStopPips
TrailingStopStep
Breakeven

Money management, Any other input you suggest are welcome. 
#5 - December 30, 2018, 12:23:42 PM

  • Sr. Member
  • Posts: 352
  • Points: 71
  • Likes Received: 150
  • Reputation: +11/-0
Please explain the "Buy" where I've indicated it on your image.
Also on the Re-entry: 
BUY 
12EMA>36EMA>200EMA>633EMA 
PFE>0 
Two typs of re-entry 
1.Re-entry with the previous conditions (see pictures) 
2.Re-entry when the price bounce on 200EMA or 633EMA but wait that 12EMA>36EMA

1. Only re-enter when the 1st trade is closed and the conditions are still right for a buy (eg not a cross over of the 12 above the 36 but 12 still remains above 36, which will very likely be the case when the trade is closed on TP)?



#6 - January 01, 2019, 11:56:40 PM
Attachments:
« Last Edit: January 02, 2019, 01:03:24 AM by Francoisvs »

  • Newbie
  • Posts: 49
  • Points: 795
  • Likes Received: 20
  • Reputation: +3/-0
Please explain the "Buy" where I've indicated it on your image.
Also on the Re-entry:
BUY
12EMA>36EMA>200EMA>633EMA
PFE>0
Two typs of re-entry
1.Re-entry with the previous conditions (see pictures)
2.Re-entry when the price bounce on 200EMA or 633EMA but wait that 12EMA>36EMA

1. Only re-enter when the 1st trade is closed and the conditions are still right for a buy (eg not a cross over of the 12 above the 36 but 12 still remains above 36, which will very likely be the case when the trade is closed on TP)?
yes you are rite.

Buy ReEntry:

.Re-entry is possible when the price bounces on EMA 200 or EMA 633 but wait when EMA 12 is greater than EMA 36 or with the previous conditions.


Sell ReEntry:

Re-enter with the previous conditions or when the price bounces on the EMA 200 or 633 EMA but wait that EMA 12 is less than EMA 36.


#7 - January 02, 2019, 01:15:06 PM

  • Sr. Member
  • Posts: 352
  • Points: 71
  • Likes Received: 150
  • Reputation: +11/-0
Here is a beta version for the EA.
Please test it and let me know, I have not included the Pivot exits yet, let me know if you want them, as they don't seem to be very efficient (IMHO).
Also SL is currently fixed as set in the inputs, if you want it to I can give you the option to use a fixed SL, or a dynamic SL based on 36EMA as per your original post.


#8 - January 03, 2019, 10:53:49 PM
Attachments:
« Last Edit: January 03, 2019, 10:58:21 PM by Francoisvs »

  • Newbie
  • Posts: 49
  • Points: 795
  • Likes Received: 20
  • Reputation: +3/-0
Here is a beta version for the EA.
Please test it and let me know, I have not included the Pivot exits yet, let me know if you want them, as they don't seem to be very efficient (IMHO).
Also SL is currently fixed as set in the inputs, if you want it to I can give you the option to use a fixed SL, or a dynamic SL based on 36EMA as per your original post.
thanks a lot mate, l will check it and get back to you asap before i make any suggestions. 
#9 - January 04, 2019, 12:20:33 PM

  • Full Member
  • Posts: 114
  • Points: 0
  • Likes Received: 15
  • Reputation: +0/-80
files and diagrams here..
Is EA very safe for brokers who have a fairly wide spread. Like Instaforex. I really look forward to the answer.

:-[
#10 - February 09, 2019, 11:14:47 AM

  • Sr. Member
  • Posts: 324
  • Points: 0
  • Likes Received: 49
  • Reputation: +0/-2
files and diagrams here..
All of these EMA if in manual settings for MT4 smartphone, can or not bro ... What in the indicator window is EMA bro ...
#11 - February 11, 2019, 06:58:41 PM

  • Hero Member
  • Posts: 742
  • Points: 338
  • Likes Received: 55
  • Reputation: +3/-6
if the standard indicator for mt4 can definitely be installed on a smartphone and just change the settings according to the directions described above
#12 - February 13, 2019, 11:17:37 AM

  • Starter
  • Posts: 5
  • Points: 0
  • Likes Received: 1
  • Reputation: +0/-0
Hi, 
I have tried the Turbo EMA and, even if I lower the number of trades to 1, the EA can still keep opening a lot of trades. Is this a bug or is it normal?
Thanks,
Johnny
#13 - July 03, 2019, 12:49:41 PM

  • Sr. Member
  • Posts: 352
  • Points: 71
  • Likes Received: 150
  • Reputation: +11/-0
The EA is/was a beta version.
I have not completed yet as I am waiting for feedback.
Please list your concerns/requests and I will have a look at it.
#14 - July 04, 2019, 11:23:45 PM

Members:

0 Members and 1 Guest are viewing this topic.