New MT4 EA base on Heikin Ashi and MACD

MQL4 전문가

작업 종료됨

실행 시간 1 일
고객의 피드백
Fantastic experience working with Janis. Highly recommended.
피고용인의 피드백
Great customer! Cooperative and always available. Good luck!

명시

Hi,
I’m looking for a freelancer to code me MT4 EA with the following condition.

Enter BUY trade (adjustable micro lot) once the following condition has been meet;

If 1 min chart Heikin Ashi candle is green color

If 5 min chart Heikin Ashi candle is green color

If 1 hour chart Heikin Ashi candle is green color

If Daily chart Heikin Ashi candle is green color


If 1 min MACD candle is Pink or Green color

If 5 min MACD candle is Pink or Green color

If 1 hour MACD candle is Pink or Green color

If Daily MACD candle is Pink or Green color

If last open position (same pair currency) is < 100 pips or > 100 pips 


Take Profit: xxx pips

Stop Loss: xxx pips


* the opposite condition for SELL

Heikin Ashi candle is red color
MACD candle is light green 
or red color


//
Additional rules

This EA must be able to trade all selected pairs from a single chart, sample below.

Which means I don't have to place this EA in all charts.

extern string Symbol1="AUDCAD";

extern int    Magic1=1; 

//---

extern string Symbol2="AUDCHF";

extern int    Magic2=2;

//---

extern string Symbol3="AUDJPY";

extern int    Magic3=3;

//---

extern string Symbol4="AUDNZD";

extern int    Magic4=4;

//---

extern string Symbol5="AUDUSD";

extern int    Magic5=5;

//---

extern string Symbol6="CADCHF";

extern int    Magic6=6;

//---

extern string Symbol7="CADJPY";

extern int    Magic7=7;

//---

extern string Symbol8="CHFJPY";

extern int    Magic8=8;

//---

extern string Symbol9="EURAUD";

extern int    Magic9=9;

//---

extern string Symbol10="EURCAD";

extern int    Magic10=10;

//---

extern string Symbol11="EURCHF";

extern int    Magic11=11;

//---

extern string Symbol12="EURGBP";

extern int    Magic12=12;

//---

extern string Symbol13="EURJPY";

extern int    Magic13=13;

//---

extern string Symbol14="EURNZD";

extern int    Magic14=14;

//---

extern string Symbol15="EURUSD";

extern int    Magic15=15;

//---

extern string Symbol16="GBPAUD";

extern int    Magic16=17;

//---

extern string Symbol17="GBPCAD";

extern int    Magic17=17;

//---

extern string Symbol18="GBPCHF";

extern int    Magic18=18;

//---

extern string Symbol19="GBPJPY";

extern int    Magic19=19;

//---

extern string Symbol20="GBPNZD";

extern int    Magic20=20;

//---

extern string Symbol21="GBPUSD";

extern int    Magic21=21;

//---

extern string Symbol22="NZDCAD";

extern int    Magic22=22;

//---

extern string Symbol23="NZDCHF";

extern int    Magic23=23;

//---

extern string Symbol24="NZDJPY";

extern int    Magic24=24;

//---

extern string Symbol25="NZDUSD";

extern int    Magic25=25;

//---

extern string Symbol26="USDCAD";

extern int    Magic26=26;

//---

extern string Symbol27="USDCHF";

extern int    Magic27=27; 

//---

extern string Symbol28="USDJPY";

extern int    Magic28=28;






파일:

응답함

1
개발자 1
등급
(34)
프로젝트
60
23%
중재
11
73% / 9%
기한 초과
3
5%
무료
2
개발자 2
등급
(65)
프로젝트
96
52%
중재
3
33% / 67%
기한 초과
24
25%
무료
3
개발자 3
등급
(165)
프로젝트
167
78%
중재
2
100% / 0%
기한 초과
0
무료
4
개발자 4
등급
(304)
프로젝트
509
47%
중재
29
10% / 45%
기한 초과
138
27%
무료
5
개발자 5
등급
(294)
프로젝트
371
21%
중재
43
60% / 23%
기한 초과
43
12%
작업중
6
개발자 6
등급
(43)
프로젝트
72
49%
중재
4
0% / 50%
기한 초과
19
26%
무료
7
개발자 7
등급
(19)
프로젝트
35
26%
중재
10
30% / 70%
기한 초과
5
14%
무료
8
개발자 8
등급
(1091)
프로젝트
1771
61%
중재
14
64% / 7%
기한 초과
84
5%
작업중
9
개발자 9
등급
(8)
프로젝트
16
0%
중재
8
13% / 75%
기한 초과
3
19%
무료
10
개발자 10
등급
(1)
프로젝트
1
0%
중재
1
0% / 100%
기한 초과
0
무료
11
개발자 11
등급
(2422)
프로젝트
3042
66%
중재
77
48% / 14%
기한 초과
340
11%
작업중
12
개발자 12
등급
(15)
프로젝트
17
6%
중재
1
0% / 100%
기한 초과
1
6%
무료
13
개발자 13
등급
(2077)
프로젝트
2636
61%
중재
113
45% / 26%
기한 초과
418
16%
작업중
비슷한 주문
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link
so basically I have an EA(mql5), AI script(python), flask server and socket server both on python. Now this is an experimental script as I am trying to learn. However the EA is not entering any trades. How much would it cost for you to troubleshoot this for me? Thank you in advance
NEW FUNCTION 50+ USD
La idea es la siguiente, sería un EA semi automático. Yo como trader opero en zonas. En adelante las vamos a denominar ``zonas calientes´´. El EA debe que necesito debe operar conforme a 4 zonas calientes que yo configure en el mismo. ¿Qué hará el EA en cada una de esas zonas calientes que yo he configurado? En cada una de estas zonas el EA debe realizar hedging (crear un rango en el cual el EA entrara en sell o en
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. Function: To
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
"I need an expert advisor (EA) based on stochastic divergence and candlestick formation. It should be able to identify both hidden and regular divergences. The EA should also include modified risk-reward ratios, modified timeframes, and a trailing stop loss. It is important that the EA is 100% accurate. Once an experienced developer applies, I will share the complete strategy."
I am seeking a highly skilled and experienced developer to assist with an important project. I need a development of an automated trading bot for NinjaTrader, utilizing a 4 SMA (Simple Moving Average) crossing strategy, with additional custom diversions for trade entries. The bot needs to be based on a strategy involving the crossing of four different SMAs. The exact periods for these SMAs and the conditions for
I need someone that can make expert advisor for backtesting purpose. The input file is History trade report export file from MQl5 the expert advisor should open position the exact time of open trade on the report. The same as the close time

프로젝트 정보

예산
30 - 50 USD
개발자에게
27 - 45 USD