I need an EA (MT5/MQL5) based on the MACD cross/convergence strategy. It should also use the MA, EMA and RSI to confirm trend.

작업 종료됨

실행 시간 2 일
피고용인의 피드백
Great guy , I hope we work again soon , thanks

명시

I need an EA (MT5/MQL5) based on the MACD cross/convergence strategy. It should also use the MA, EMA and RSI to confirm trend.


Should work on all FX symbols and time frames.


Buy signal: the main MACD line crosses the signal line upwards. Only when below the zero line. Also it must be above MovingAverage 13 and EMA 200. Also it needs to cross upwards above the RSI of 50 (it is set at <50 and >50).
 
Sell signal:  the main MACD line crosses the signal line downwards. Only when above the zero line. Also it must be below MovingAverage 13 and EMA 200. Also it needs to cross downwards below the RS of 50 (it is set at <50 and >50).

-The MACD should also show at least 1 bars with the colour of the direction (meaning a buy= green or sell = red).

-Close by Take Profit, a Take Profit level is set at a fixed point. 

-Stop-Loss is set a fixed point.

-1 trade per bar at a time on the chosen time frame.



Input parameters that should be available to adjust or turn on/off:

-Trailing-stop (adjustable to turn off or on and change points in inputs). Also it should wait for 60 seconds after the order is placed before starting to trail the stop-loss. 

-Lot size: Possibility to choose input of either percentage of account balance or fixed lot size per trade.  

-Input for take profit and stop loss in points.

-Input to regulate when to stop trading (if the losses exceed an X percentage of account balance per day). 

-Being able to choose times when it's not trading during the day (for example between 14:15 - 14:45 and weekends on the server time-zone).

-Should also have an arrow indicator generating buy and sell signals to see visually on the graph to monitor trades (if that is possible to include in this order).

Also provide the EA source code when the job is done.

I attach screenshots where you can visually see the entry points on different FX pairs when all four indicators align to get an idea of what I mean (Some of the screenshots I used heikin-ashi, which I prefer to use when trading). The circle drawn on the charts show the entry point where the indicators align.

I'm quite certain that one the brilliant minds in this community can easily code this.

I'm looking forward to working together on this project.



응답함

1
개발자 1
등급
(155)
프로젝트
218
22%
중재
14
64% / 21%
기한 초과
1
0%
로드됨
2
개발자 2
등급
(347)
프로젝트
544
32%
중재
24
67% / 8%
기한 초과
15
3%
무료
3
개발자 3
등급
(237)
프로젝트
419
34%
중재
53
36% / 40%
기한 초과
154
37%
바쁜
4
개발자 4
등급
(4)
프로젝트
5
60%
중재
0
기한 초과
0
작업중
5
개발자 5
등급
프로젝트
1
0%
중재
0
기한 초과
0
작업중
6
개발자 6
등급
(5)
프로젝트
6
67%
중재
2
0% / 50%
기한 초과
0
무료
7
개발자 7
등급
(13)
프로젝트
18
6%
중재
1
0% / 0%
기한 초과
1
6%
작업중
8
개발자 8
등급
(184)
프로젝트
237
59%
중재
8
25% / 38%
기한 초과
8
3%
작업중
9
개발자 9
등급
(87)
프로젝트
107
24%
중재
8
38% / 25%
기한 초과
8
7%
작업중
10
개발자 10
등급
(253)
프로젝트
408
38%
중재
86
43% / 19%
기한 초과
70
17%
로드됨
비슷한 주문
We are seeking an experienced Expert Advisor (EA) Developer to create a custom trading EA for MetaTrader 4/5. The EA will allow users to manually mark trading zones and execute trades within these zones, incorporating advanced money management, trade management, and a martingale strategy. The EA should support three types of entries within the marked zones: Direct Entry: Based on a specified percentage of the zone
I need a EA to open 2 trades 1. one trade with a SL and a TP 2. one trade with a SL no TP if the 1st trade takes TP the 2nd trade SL needs to move on break even and trail the trade thereafter. will need the lot size Number of trades
there I hope you're doing well I want to convert the tradingview indicator to make an indicator for mt5. And in that, I want to make an automatic robot on the base of the indicator. I have the pine script of that indicator
THE IDEA OF THE INDICATOR Create A Standard ZigZag Auto Fibo Indicator Combined With A ZigZag Fibonacci Time Zone Indicator Which Has The Specified Levels Written In The Indicator Strategy TEXT FILE/DOCUMENT HOW DOES THE INDICATOR KNOW AN UPTREND MOVEMENT? If Price Hasn't Touched The 123.6% Level Of The Recent Static Uptrend Zig Zag Fibo Retracement Tool Then The Indicator Knows That The Market Is In An Uptrend And
Market entries are only performed between the hours of 8pm est to 10pm est At 8pm the very immediate high and low on the 15 min time frame is marked out Price has to break either the high or low before a trade is considered Selling Execution: After crossing the high on the 1 min time frame I’m looking for there to be a market structure shift with displacement (volume) to show price wants to go in the selling
I need a good programmer who can create an EA that can filter fake trade signals using RSI filter and place trades using double moving average crossover. filter trade signals on higher time frame and place trades on lower timeframe
EA Description: Box Identification: The EA allows users to manually mark consolidation zones on the chart with rectangular boxes. These boxes are distinguished by color: red for bearish zones and green for bullish zones. Entry Types: Aggressive Entry (True/False): Users can opt for aggressive entries, initiating trades at a specified percentage of the zone's range. Divergence Entry (True/False): The EA detects
I would like to have a FOREX trading bot developed for my personal use and eventually for commercial use. Requirements: - 3-5%/mo historical returns on a 'moderate' model - lesser historical returns on a "conservative" model - greater historical returns on an "aggressive" model - as small drawdowns as possible - must have been tested live or tested with greater than or equal to 99% modeling quality - must be able to
Hello, I’m currently using a Recovery expert advisor that is designed to use hedging and grid techniques to fully recover floating loss trades. The EA name will be provided to the interested developers. I need an expert person that can throughly test and optimize the EA on the GBPNZD pair (choosing the right timeframes) for a safe and reliable recovery process. I don’t care how much it will take, as long as it will
// @version= 5 strategy ( "EMA Crossover Strategy with 1:1.6 Risk-Reward" , overlay = true ) // Define the EMAs shortEma = ta.ema ( close , 10 ) longEma = ta.ema ( close , 20 ) // Plot the EMAs on the chart plot ( shortEma , color = color.blue , title = "10 EMA" ) plot ( longEma , color = color.red , title = "20 EMA" ) // Calculate the crossover conditions longCondition = ta.crossover ( shortEma , longEma )

프로젝트 정보

예산
30+ USD
VAT (25%): 7.5 USD
총: 37.5 USD
개발자에게
27 USD
기한
에서 1  10 일