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

指定



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.  

応答済み

1
開発者 1
評価
(130)
プロジェクト
184
32%
仲裁
16
31% / 63%
期限切れ
27
15%
2
開発者 2
評価
(258)
プロジェクト
395
28%
仲裁
69
19% / 49%
期限切れ
120
30%
3
開発者 3
評価
(4)
プロジェクト
6
0%
仲裁
2
0% / 50%
期限切れ
4
67%
4
開発者 4
評価
(258)
プロジェクト
315
37%
仲裁
6
50% / 17%
期限切れ
7
2%
5
開発者 5
評価
(2097)
プロジェクト
2666
62%
仲裁
114
46% / 25%
期限切れ
420
16%
取り込み中
6
開発者 6
評価
(17)
プロジェクト
24
33%
仲裁
5
20% / 40%
期限切れ
8
33%
7
開発者 7
評価
(2440)
プロジェクト
3075
66%
仲裁
77
48% / 14%
期限切れ
340
11%
8
開発者 8
評価
(1)
プロジェクト
3
0%
仲裁
1
100% / 0%
期限切れ
1
33%
9
開発者 9
評価
(16)
プロジェクト
21
19%
仲裁
7
0% / 71%
期限切れ
14
67%
10
開発者 10
評価
(71)
プロジェクト
254
53%
仲裁
16
50% / 38%
期限切れ
83
33%
11
開発者 11
評価
(5)
プロジェクト
7
0%
仲裁
1
100% / 0%
期限切れ
5
71%
12
開発者 12
評価
(196)
プロジェクト
319
35%
仲裁
64
13% / 56%
期限切れ
83
26%
仕事中
13
開発者 13
評価
(564)
プロジェクト
933
47%
仲裁
302
59% / 25%
期限切れ
125
13%
取り込み中
14
開発者 14
評価
(66)
プロジェクト
143
34%
仲裁
10
10% / 60%
期限切れ
26
18%
15
開発者 15
評価
(769)
プロジェクト
1033
44%
仲裁
50
8% / 50%
期限切れ
117
11%
類似した注文
I need a Professional who can take my think or swim script and convert it to an equivalent ninja script indicator. i want it to function exactly in ninja as it does for TOS. end product should be an indicator with all the code visible that I can load onto my chart and I should see it performing live exactly the same way it does on TOS
Formal Software Request Software Title: High-Performance Automated Trading System Requestor: 80485848 Date: 19 August 2024 1. Introduction We seek a sophisticated automated trading system capable of executing trades across Forex, Gold, and Cryptocurrency markets. The primary objective is to achieve a high win rate while operating autonomously. 2. Core Requirements Win Rate: The system must demonstrate a
Hi, I have a Compiled JForex strategy (.jfx file) I would like someone to convert it in to readable source code. Please let me know if you can do this task. Thank you
Good morning, I've installed MT4 with DWX_ZeroMQ_Server_v2.0.1_RC8. I also installed Python and ZeroMQ on the same PC. MT4 and Python communicate well. I want someone to develop a script that allows me to change the following parameters in the MT4 Strategy Tester. They are : the symbol, the time frame and the spread. By selecting these three parameters (symbol, time frame and spread) in the Python script and running

プロジェクト情報

予算
50+ USD
開発者用
45 USD
締め切り
最低 2 最高 10 日