İş tamamlandı

Tamamlanma süresi: 1 gün
Müşteri tarafından geri bildirim
Maximum satisfaction as aways. Thanks a million
Geliştirici tarafından geri bildirim
Everything perfect. Pleasure working with him as always!

İş Gereklilikleri


1.     W1 Column:

a.     Color the cell Green and print “Buy”

                                               i.     If ONLY the Current Bar == Bullish &&

                                             ii.     If Current Bar Price > Maximum value between (Close or Open) of previous bar.

b.    Color the cell Red and print “Sell”

                                               i.     If ONLY the Current Bar == Bearish &&

                                             ii.     If Current Bar Price < Min value between (Close or Open) of previous bar.

 

2.     D1 Column:

a.     Color the cell Green and print “Buy”

                                               i.     If ONLY the Current Bar == Bullish &&

                                             ii.     If Current Bar Price > Maximum value between (Close or Open) of previous bar.

b.    Color the cell Red and print “Sell”

                                               i.     If ONLY the Current Bar == Bearish &&

                                             ii.     If Current Bar Price < Min value between (Close or Open) of previous bar.

 

3.     H4 Column:

a.     Color the cell Green and print “Buy”

                                               i.     If ONLY the Current Bar == Bullish &&

                                             ii.     If Current Bar Price > Maximum value between (Close or Open) of previous bar.

b.    Color the cell Red and print “Sell”

                                               i.     If ONLY the Current Bar == Bearish &&

                                             ii.     If Current Bar Price < Min value between (Close or Open) of previous bar.

 

4.     H1 Column:

a.     Color the cell Green and print “Buy”

                                               i.     If ONLY the Current Bar == Bullish &&

                                             ii.     If Current Bar Price > Maximum value between (Close or Open) of previous bar.

b.    Color the cell Red and print “Sell”

                                               i.     If ONLY the Current Bar == Bearish &&

                                             ii.     If Current Bar Price < Min value between (Close or Open) of previous bar.

 

5.     M30 Column:

a.     Color the cell Green and print “Buy”

                                               i.     If ONLY the Current Bar == Bullish &&

                                             ii.     If Current Bar Price > Maximum value between (Close or Open) of previous bar.

b.    Color the cell Red and print “Sell”

                                               i.     If ONLY the Current Bar == Bearish &&

                                             ii.     If Current Bar Price < Min value between (Close or Open) of previous bar.

 

6.     M15 Column:

a.     Color the cell Green and print “Buy”

                                               i.     If ONLY the current Bar == Bullish  &&

                                             ii.     If previous Bar == Bearish  &&

b.    Color the cell Red and print “Sell”

                                               i.     If ONLY current Bar == Bearish  &&

                                             ii.     If Previous Bar == Bullish  &&

 

7.     M5 Column:

a.     Color the cell Green and print “Buy”

                                               i.     If ONLY the current Bar == Bullish  &&

                                             ii.     If previous Bar == Bearish  &&

b.    Color the cell Red and print “Sell”

                                               i.     If ONLY current Bar == Bearish  &&

                                             ii.     If Previous Bar == Bullish  &&

 

1.     The EA will have a lot size input to be used when a trade is opened.

2.     The EA will have a  Trailing stop requirement pips

 

 

 


1.     EA must check for trading conditions:

a.     Open a Buy trade if M5,M15,M30,H1,H4,D1,W1 under the TREND COLUMN = Green == Buy

b.    Open a Sell trade if M5,M15,M30,H1,H4,D1,W1 under the TREND COLUMN = Red == Sell

 

2.     EA cannot duplicate or open the same/identical currency pairs at the same time.

3.     The lot size must be the same for each currency pair when opened.

 

 

1.     Trailing Stop loss:

a.     If a BUY trade is opened, automatically set a stop loss using M-15 Chart:

                                               i.     Compare the 2_previous_bar_ago and the immediate_previous_bar BEFORE the current bar

                                             ii.     Identify the lower_low between the 2 bars above

                                            iii.     Set the Trailing stop loss at the LOWER LOW Value.

 

b.     If a SELL trade is opened, automatically set a stop loss using M-15 Chart:

                                               i.     Compare the 2_previous_bar_ago and the immediate_previous_bar BEFORE the current bar

                                             ii.     Identify the Higher_high between the 2 bars above

                                            iii.     Set the Trailing stop loss at the HIGHER HIGH value.

 

2.     If Max Loss Account Balance is = Max Loss Account balance input, then CLOSE ALL TRADES.

 

 


1.     The EA will have all Automatic Close ALL Trades (Broker Terminal Time) inputs which I can SELECT or DE-SELECT

Each time any of this time is reach on the Terminal, the EA will check for open Trades and close all Open Trades at this time. 00:29, 00:59, 01:29, 01:59, 02:29, 02:59, 03:29, 03:59, 04:29, 04:59, 05:29, 05:59, 06:29, 06:59, 07:29, 07:59, 08:29, 08:59, 09:29, 09:59, 10:29, 10:59, 11:29, 11:59, 12:29, 12:59, 13:29, 13:59, 14:29, 14:59, 15:29, 15:59, 16:29, 16:59, 17:29, 17:59, 18:29, 18:59, 19:29, 19:59, 20:29, 20:59, 21:29, 21:59, 22:29, 22:59, 23:29, 23:59)

 

 


This is for my personal Decision, Not part of the EA function just Dashboard.

 

1.     TimeFrame = [“M5”,“M15”, “M30”, “H1”, “H4”, “D1”]

a.     Loop TimeFrame

1.     It uses Candle0 = current candlestick

2.     It uses Candle1 = candlestick before candle0

3.     It uses Candle2 = candlestick before candle1

4.     It uses Candle3 = candlestick before candle2

5.     It uses Candle4 = candlestick before candle3

6.     It uses Candle5 = candlestick before candle4

 

Bull Conditions

1.     Candle0 = bullish

2.     Candle1= bullish or bearish

3.     Candle2= bullish or bearish

4.     Candle3 = bullish or bearish

5.     Candle4 = bullish or bearish

6.     Candle5 = bullish or bearish

7.     Candle2_Low < Candle1_Low && Candle1_Low > Candle0_Low && Candle2_Low < Candle0_Low &&

8.     Candle0_High >= Maximum value between (Candle1_OPEN or Candle1_CLOSE) &&

9.     (Candle3_high<Candle4_high) or (Candle3_high<Candle4_high<candle5_high) or (Candle3_low<Candle4_low) or (Candle3_low<Candle4_low<candle5_low)

10.  Print “Bullish” on the chart

 

 

Bear Conditions

1.     Candle0 = bearish

2.     Candle1= bullish or bearish

3.     Candle2= bullish or bearish

4.     Candle3 = bullish or bearish

5.     Candle4 = bullish or bearish

6.     Candle5 = bullish or bearish

7.     Candle2_High > Candle1_High && Candle1_High < Candle0_High && Candle2_High > Candle0_High &&

8.     Candle0_low <= Minimum value between (Candle1_OPEN or Candle1_CLOSE) &&

9.     (Candle3_high<Candle4_high) or (Candle3_high<Candle4_high<candle5_high) or (Candle3_low<Candle4_low) or (Candle3_low<Candle4_low<candle5_low)

10.  Print “Bearish” on the chart


Yanıtlandı

1
Geliştirici 1
Derecelendirme
(42)
Projeler
62
8%
Arabuluculuk
12
58% / 42%
Süresi dolmuş
1
2%
Serbest
2
Geliştirici 2
Derecelendirme
(337)
Projeler
455
52%
Arabuluculuk
22
50% / 27%
Süresi dolmuş
5
1%
Yüklendi
3
Geliştirici 3
Derecelendirme
(85)
Projeler
105
24%
Arabuluculuk
8
38% / 25%
Süresi dolmuş
8
8%
Yüklendi
4
Geliştirici 4
Derecelendirme
(196)
Projeler
318
35%
Arabuluculuk
64
13% / 56%
Süresi dolmuş
82
26%
Serbest
5
Geliştirici 5
Derecelendirme
(28)
Projeler
47
23%
Arabuluculuk
13
31% / 15%
Süresi dolmuş
12
26%
Serbest
6
Geliştirici 6
Derecelendirme
(10)
Projeler
25
28%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
1
4%
Yüklendi
7
Geliştirici 7
Derecelendirme
(68)
Projeler
77
8%
Arabuluculuk
33
9% / 55%
Süresi dolmuş
6
8%
Çalışıyor
8
Geliştirici 8
Derecelendirme
(56)
Projeler
175
71%
Arabuluculuk
4
100% / 0%
Süresi dolmuş
1
1%
Serbest
9
Geliştirici 9
Derecelendirme
(135)
Projeler
192
42%
Arabuluculuk
17
29% / 59%
Süresi dolmuş
28
15%
Serbest
10
Geliştirici 10
Derecelendirme
(143)
Projeler
255
35%
Arabuluculuk
12
25% / 58%
Süresi dolmuş
42
16%
Serbest
11
Geliştirici 11
Derecelendirme
(568)
Projeler
641
41%
Arabuluculuk
21
57% / 29%
Süresi dolmuş
47
7%
Çalışıyor
12
Geliştirici 12
Derecelendirme
(451)
Projeler
510
33%
Arabuluculuk
25
40% / 48%
Süresi dolmuş
7
1%
Yüklendi
13
Geliştirici 13
Derecelendirme
(264)
Projeler
538
50%
Arabuluculuk
55
40% / 36%
Süresi dolmuş
224
42%
Çalışıyor
14
Geliştirici 14
Derecelendirme
(41)
Projeler
58
55%
Arabuluculuk
2
0% / 0%
Süresi dolmuş
1
2%
Serbest
Benzer siparişler
preciso de um robô com duas médias móveis, uma exponencial high e uma exponencial low. preciso também ter a opção de utilizar e todos os tempos gráficos e alterar os parâmetros das médias. entrada de compra será feita quando um candle de alta romper e fechar a cima da média high e fechará a posição quando um candle de baixa romper e fechar a baixo da média low. a venda será feita quando o candle de baixa romper e
Description - An expert advisor(s), placing sell trades in EUR/USD, based on the close price of the previous two candles, as shown in the figure below. The trades would be made in the 5 minute, 1 hour, and 1 day timeframes. In the 5 minute and 1 hour timeframes the market orders would be placed at the start of a new candle, at specific times EST. The order would be cancelled at the close of that candle, i.e after 5
Greetings, As the title suggests, I am trying to convert an indicator that calls itself via an iCustom call like this. iMAArray_Buffer[loop_1] = iCustom ( NULL , Selected_TF, MQLInfoString ( MQL_PROGRAM_NAME ), "calculate" , RPeriod, MType, MPeriod, 1 , shift); Full code will not be provided, only the position that needs fixing. I cannot get this working in MQL5 but the original code runs smoothly in MQL4. Please
Hi, I have an indicator from my friend, I want to copy it to my own Traidingview or MT5 can you do that for me. Here is the link
Hi, I have an indicator from my friend, I want to copy it to my own Traidingview or MT5 can you do that for me. Here is the link
Greetings great developer, I am in search of a highly skilled developer to assist with an exciting project. I need to convert two open-source TradingView indicators to NinjaTrader 8 and implement a usage restriction based on computer IDs. If you have experience with NinjaTrader 8 coding please let me know. I’d be happy to discuss the details further
Greetings great developer, I am in search of a highly skilled MQL5 developer to assist with an exciting project. I need to convert two open-source TradingView indicators to NinjaTrader 8 and implement a usage restriction based on computer IDs. If you have experience with NinjaTrader 8 coding please let me know. I’d be happy to discuss the details further
Hi, I need a robot, which wil get instructions to trade in 3 symbols at the same time based on few parameters and calculations. Example: There is 1 symbol called Gold-Near and the rate for it is 1000-1002 If i specify that when the rate reaches 1050, it should sell 1 lot Upon execution it will have to sell 1 lot of cme gold, buy 3 lots of mcx gold and buy currently (lots will be based on calculation). All the
Trading bot 300+ USD
We need bot that trades when medium and low impact news hits It will release pending order both directions few min prior to news impact And will have certain risk management strategy attached Example If Monday and Tuesday news successful clears profits It will reduce risk for next news events until new week starts each week message on tg: Dstatewealthtrading NOTE: 4 YAERS OF EXPERIENCE UPWORD, YOU MUST BE A
I need someone the create a supertrend indicator based on Heikin Ashi candles instead of normal candles. Needs to be exactly the same as the supertrend (original one) + ha from tradingview. In m1,m5,m15 the indicator must have the same values ​​found with the tradingview. Work that meets this requirement will be accepted ( depending on the broker and spread, however, a few pips of difference will be accepted)

Proje bilgisi

Bütçe
100+ USD
Geliştirici için
90 USD
Son teslim tarihi
to 3 gün