EA Opening BUY/SELL order based on slope, MACD, and EMA cross over. Close order according to CCI

Job finished

Execution time 1 day
Feedback from customer
Awesome job creating my EA! Should contact him for any job you have!
Feedback from employee
An excellent developer

Specification

Hello Developers!

I would like an EA that opens Buy and Sell orders. I have attached the indicators that are going to be used for the guidelines already. You can just use the codes from there and implement them into the EA program.

Guidelines:

1) An EMA cross over. The signal is generated at the crossing of two exponential moving averages. Fast EMA is 4, slow EMA is 8. 

2) Slope

3) MACD (5,35,5) Histogram.

4) CCI- Period: 14, Typical Price

BUY Order: If EMA crosses upwards, the slope is positive, MACD histogram is >= 0, and CCI is Above 0. EMA signals are produced when a candle closes and places an arrow on that candle. The other Guidelines will begin checking on next candle open. 

Sell Order: If EMA crosses downwards, the slope is negative, MACD histogram is <=0, and CCI is Below 0.

Here's an Example:

A green arrow was produced from EMA cross over when that candle closed. On the next candle open, the slope is positive MACD is positive, CCI is +. A buy order is then placed. Our stop loss occurs when CCI closes below 0. So in this trade we would have closed out at 18:00. There is no stop loss or take profit, the order will only close out if it crosses 0. Orders will be executed once MACD becomes positive, slope becomes positive, and CCI is above 0. These will not wait for the candle close. 

Example of Sell Order:


A sell signal was generated by EMA, CCI is below 0, however slope didn't change until 3 candles after and finally histogram changed on the 6th candle. A sell order would still be placed. If all guidelines are met despite time an order will still go through. Here we closed out at 22:00 when CCI crossed above 0. 

If there was an arrow produced and none of the guidelines are met and an opposite arrow is produced, then it resets and now guidelines are checked for the new arrow. However, if there is an order opened on that chart, then the program will no longer check for the guidelines until that order is closed due to CCI and a new arrow is produced.

There is no TP or SL, only order closed out due to CCI crossing above or below zero. 

I've included the EMA cross over signal and Slop direction file that I use. 

The CCI is standard: Period 14 and Typical Price

MACD is set to (5,35,5).

Let me know if you have any questions! Thank you! 

Responded

1
Developer 1
Rating
(414)
Projects
670
33%
Arbitration
60
17% / 32%
Overdue
113
17%
Working
2
Developer 2
Rating
(365)
Projects
412
36%
Arbitration
35
26% / 57%
Overdue
63
15%
Free
3
Developer 3
Rating
(30)
Projects
93
49%
Arbitration
18
56% / 17%
Overdue
38
41%
Free
4
Developer 4
Rating
(5)
Projects
6
33%
Arbitration
2
0% / 50%
Overdue
2
33%
Free
Published: 6 codes
5
Developer 5
Rating
(2235)
Projects
2820
62%
Arbitration
118
46% / 25%
Overdue
427
15%
Working
6
Developer 6
Rating
(616)
Projects
965
47%
Arbitration
31
39% / 32%
Overdue
96
10%
Working
Published: 6 codes
7
Developer 7
Rating
(221)
Projects
369
66%
Arbitration
10
50% / 0%
Overdue
46
12%
Free
8
Developer 8
Rating
(2586)
Projects
3261
67%
Arbitration
77
48% / 14%
Overdue
341
10%
Free
Published: 1 code
9
Developer 9
Rating
(33)
Projects
35
40%
Arbitration
11
9% / 91%
Overdue
4
11%
Free
Published: 4 codes
10
Developer 10
Rating
(771)
Projects
1037
44%
Arbitration
50
8% / 50%
Overdue
116
11%
Free
11
Developer 11
Rating
(71)
Projects
254
53%
Arbitration
16
50% / 38%
Overdue
83
33%
Free
12
Developer 12
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
13
Developer 13
Rating
(610)
Projects
1420
59%
Arbitration
31
81% / 0%
Overdue
10
1%
Free
14
Developer 14
Rating
(16)
Projects
21
19%
Arbitration
7
0% / 71%
Overdue
14
67%
Free
15
Developer 15
Rating
Projects
0
0%
Arbitration
1
0% / 0%
Overdue
0
Free
16
Developer 16
Rating
(4)
Projects
6
0%
Arbitration
2
0% / 50%
Overdue
4
67%
Free
17
Developer 17
Rating
(69)
Projects
146
34%
Arbitration
11
9% / 55%
Overdue
26
18%
Free
Published: 6 codes
Similar orders
Description: I have a fully functioning Expert Advisor (.mq5) that trades a breakout strategy based on 2-hour session boxes. The EA works perfectly and has already been live-tested. Now, I want to create a data-gathering/analyzer version of this EA to help me validate and analyze strategy performance over historical data. This new EA should not place real trades, but instead simulate the exact same logic and track
Hello Great developer I want to program indicator system contain more than one indicator and I can switch between them or show or hide them by buttons out on the screen. The indicator is easy like fractal drawing arrows in the high and the low but with different inputs. And after drawing fractal arrows I want option to connect them with line like zigzag indicator. I want also to change candles colors in different
I want to build an Ninjatrader C# automated Strategy. The Strategy: The bot puts a buy stop at the previous days high and the previous days low. Always both sides. -> very simple and straightforward for coding I guess. In addition to that the bot should have fields for SL and TP and especially Trailing SL in Pips. The trailing should have 3 different steps. Like 1-Step, 2-Step, 3-Step. And the last feature. It should
Hello guys, I'm currently looking for a serious and well-tested EA that can help pass prop firm challenges (like FTMO, MyForexFunds, etc.) and eventually run on a funded account. Requirements: Max Drawdown: 1–2% per trade Lot Size: Adjustable based on the challenge account size Risk Management: On-chart panel showing all key stats (daily drawdown, equity, profit target, etc.) Stop Loss & Take Profit: Must follow
TOS DEVELOPER 30+ USD
Hello, I want to enter the formulas for all the option exposures that don't appear in the TOS options chain by default. Once that's done, I can extract the real-time data from there so I can graph it in Excel. Do you know how to do this? I have the formulas for the exposures, there are two more add-ons I'd like to have. The first would be to have the total in billions for each exposure. I'd also like to have the
hello great developer i needs a developer to fix a NinjaTrader strategy bug that places trades at 3:00 AM, and to ensure all settings work correctly according to the strategy logic
Project goal: Develop a Pine Script for TradingView to identify market structures like HH and LL according to specific rules. Scope of work :- Create a Pine Script indicator for TradingView focusing on market structure identification. - Implement rules for identifying and marking HH, LL, etc. This will be phase 1 of 3 Technical requirements - Use Pine Script for TradingView platform must be very familiar as this is
I'm looking to purchase an existing **Expert Advisor for MetaTrader 5** that executes **between 5 and 10 trades per day** (on average). ✅ Requirements: - Fully automated - Works with any pair (Forex, gold, indices…) - No HFT, no arbitrage - No martingale (or very controlled) - Stable performance (low drawdown) - Includes backtest or live results - Ready to use If you have a working EA that fits this profile, please
*Recommendation Summary:* I specialize in developing powerful, reliable, and highly optimized *Forex Expert Advisors and Scripts using MQL5*. With a strong foundation in *statistics, trading logic, and risk management*, I ensure every trading bot is tailored for *maximum profitability and minimum risk*. My expertise includes: ✅ Strategy Optimization for consistent performance ✅ Advanced Risk and Money Management
Hello great developer am looking for any tradingview indicator that will work regardless of which currency pair I'm trading, I want to display the buy or sell indicator on the chart as soon as the trend goes up or down, and also the corresponding TP1 or TP2 indicator to show how far it will go. So I know how far I can open and close the trade. also display the TP and SL exactly so that I can enter it when trading

Project information

Budget
30 - 50 USD
For the developer
27 - 45 USD