Create MT4 EA using Indicators I provide - Pipfinite Breakout & Double Smooth Stochastics

MQL4 Experts Scripts

Specification



DR_PipBreakout_DblStoch

Below is my Script for you to program using 2 MQL5 Indicators. Both allow for signals of them. 



Indicators:  
1. Pipfinite Breakout with settings (Purchased via MQL5) 
2. Double Stochastics  with settings (Purchased via MQL5)
3. EMA  Fast
4. EMA Slow

Dbl Stochastics Settings:  10,15,8  (starting point)

Variables:  
- EMA_Fast [Variable]  
- EMA_Slow [Variable]

Filters:

1. EMA filter

This Filter is Optional, So it must be set up so that I can turn this Filter on/off in its use. 

EMA Toggle:  Turn on/off:  "YES"  / "NO"
- When EMA Fast line is above EMA Slow line, Enter only Buy Trades
- When EMA Fast ine is below EMA Slow Line, Enter only Sell Trades


Trade Entry Option setup in Control Panel: 
1. Pipfinite Breakout "Yes/No"
2. Dbl Stochastics "Yes/No"
3. EMA Crossing "Yes/No" 
These trade entry options simply allow me to totally bypass the use of each individual indicator. I figure why not have the option.  Maybe 1 works better than the other etc.. 

Script:

Rules:  
Be in 1 Trade at a time. 
Set it up so that you can end one trade and enter a new trade "End to End" If the conditions demand" 
(If a trade closes due to stochastics crossing, then it may open a new trade due to stochastics)

If I enter a buy trade on Dbl Stochastics crossing, you can ignore the buy signal from Pipfinite since I am already in the trade early. 

Trade Entry 1: Buy with PipFinite Signal


If Pipfinite Breakout Filter = "Yes" (This allows me to enter trades using FipFinite Breakout) 
When PipFinite Indicator Signals a Buy:
  If EMA Filter = "Yes"  
    If EMA Fast line is above EMA Slow line, Enter a Buy Trade. 
    If EMA Fast line is below EMA Slow line, No trade. 
  Else, Enter Buy and Sell trades as presented by PipFinite Breakout. 
  
  Exit trade if: 
    If Pipfinite Breakout Sell signal appears, Exit trade
    EMA Fast line crosses down over EMA Slow Line, Exit trade.     
    If SL is hit, Exit trade
    If TS is hit, Exit Trade
    If TP is hit, Exit Trade
    
If Pipfinite Breakout Filter = "No", no trades

Trade Entry 2: Buy with Double Smooth Stochastics Crossing Up
If Dbl Stochastics Filter = "Yes" (This allows me to enter trades using Dbl stochastics) 
  When Double Stochastics Fast Line Crosses up over Slow line: (Close of Bar)  
     If EMA Filter = "Yes"  
     If EMA Fast line is above EMA Slow line, Enter a Buy Trade. 
     If EMA Fast line is below EMA Slow line, No trade. 
  Else, Enter Buy and Sell trades as presented by Dbl Smooth Stochastics 
If Dbl Smooth Stochastics Filter = "No", no trades


  Exit trade if: 
    If Double Smooth Stochastics line crosses down over Slow line, Exit trade
    If Pipfinite Filter = "Yes";  If Pipfinite Breakout Sell signal appears, Exit trade    
    EMA Fast line crosses down over EMA Slow Line, Exit trade.     
    If SL is hit, Exit trade
    If TS is hit, Exit Trade
    If TP is hit, Exit Trade

Trade Entry 3: Buy when EMA Fast line crosses up over EMA Slow line
If EMA Crossing Filter = "Yes" 
  If I am in a Sell trade, Exit the Sell trade and; 
  When EMA Fast Line Crosses up over Slow line: (Close of Bar), Enter Buy Trade. 
If EMA Crossing = "No", no trades

  Exit trade if: 
    If Double Smooth Stochastics line crosses down over Slow line, Exit trade
    If Pipfinite Filter = "Yes";  If Pipfinite Breakout Sell signal appears, Exit trade    
    EMA Fast line crosses down over EMA Slow Line, Exit trade. 

    If SL is hit, Exit trade
    If TS is hit, Exit Trade
    If TP is hit, Exit Trade


Sell Trade: 
Simply reverse all the transactions above for a Sell trade.  

Responded

1
Developer 1
Rating
(130)
Projects
184
32%
Arbitration
18
28% / 67%
Overdue
27
15%
Free
Published: 1 code
2
Developer 2
Rating
(258)
Projects
396
28%
Arbitration
69
19% / 49%
Overdue
121
31%
Free
3
Developer 3
Rating
(4)
Projects
6
0%
Arbitration
2
0% / 50%
Overdue
4
67%
Free
4
Developer 4
Rating
(278)
Projects
340
37%
Arbitration
6
50% / 17%
Overdue
7
2%
Free
Published: 5 codes
5
Developer 5
Rating
(2311)
Projects
2908
63%
Arbitration
122
44% / 25%
Overdue
429
15%
Working
6
Developer 6
Rating
(17)
Projects
24
33%
Arbitration
5
20% / 40%
Overdue
8
33%
Free
7
Developer 7
Rating
(2643)
Projects
3359
68%
Arbitration
77
48% / 14%
Overdue
342
10%
Working
Published: 1 code
8
Developer 8
Rating
(1)
Projects
3
0%
Arbitration
1
100% / 0%
Overdue
1
33%
Free
9
Developer 9
Rating
(16)
Projects
21
19%
Arbitration
7
0% / 71%
Overdue
14
67%
Free
10
Developer 10
Rating
(73)
Projects
257
53%
Arbitration
16
50% / 38%
Overdue
83
32%
Free
11
Developer 11
Rating
(5)
Projects
7
0%
Arbitration
1
100% / 0%
Overdue
5
71%
Free
12
Developer 12
Rating
(206)
Projects
333
35%
Arbitration
66
12% / 58%
Overdue
87
26%
Free
13
Developer 13
Rating
(574)
Projects
945
47%
Arbitration
309
58% / 27%
Overdue
125
13%
Free
14
Developer 14
Rating
(69)
Projects
146
34%
Arbitration
13
8% / 62%
Overdue
26
18%
Free
Published: 6 codes
15
Developer 15
Rating
(772)
Projects
1039
44%
Arbitration
50
8% / 50%
Overdue
116
11%
Free

Project information

Budget
50+ USD
Deadline
from 2 to 10 day(s)