Count Red/Green Candle and take entry exit decision

MQL4 Experten

Auftrag beendet

Ausführungszeit 1 Stunde
Bewertung des Kunden
Good developer with fast delivery.
Bewertung des Entwicklers
Good customer :)

Spezifikation

I would like to develop and EA which have the following input
1. Start Time
2. End Time
3. Compounding balance value : $100

  • This means that the EA will compound at every $100 balance.
4. Lot Size for Compounding: 0.01
  • This means that for every compounding value, the EA will place a 0.01 lot trade. For example:
  • If the account balance is $100, it will place a 0.01 lot trade.
  • If the account balance is $200, it will place a 0.02 lot trade and so on.
  • If the account balance is $580, it will place a 0.06 lot trade (rounded off).

5. Max Orders Count
6. SL 
7. TP
8. Direction Candles Sum

It means when the EA is started it will count the green candle and red candle and calculate the sum of those candles. eg

Green = +1
Red = -1

Direction Candles Sum = 5
Suppose there are 3 red and 2 green then the sum is -1-1-1+1+1 = -1

Suppose there are 8 red and 3 green then the sum is -1-1-1-1-1-1-1-1+1+1+1 = -5

EA will take BUY if the result is +5 and take SELL if result us -5. Here the EA will place SELL trade


Bewerbungen

1
Entwickler 1
Bewertung
(146)
Projekte
172
23%
Schlichtung
7
29% / 43%
Frist nicht eingehalten
4
2%
Beschäftigt
2
Entwickler 2
Bewertung
(36)
Projekte
45
2%
Schlichtung
6
33% / 17%
Frist nicht eingehalten
1
2%
Frei
3
Entwickler 3
Bewertung
(63)
Projekte
101
31%
Schlichtung
1
100% / 0%
Frist nicht eingehalten
2
2%
Frei
4
Entwickler 4
Bewertung
(42)
Projekte
60
53%
Schlichtung
3
0% / 0%
Frist nicht eingehalten
1
2%
Frei
5
Entwickler 5
Bewertung
Projekte
0
0%
Schlichtung
0
Frist nicht eingehalten
0
Frei
6
Entwickler 6
Bewertung
(28)
Projekte
34
15%
Schlichtung
5
40% / 60%
Frist nicht eingehalten
5
15%
Frei
7
Entwickler 7
Bewertung
(549)
Projekte
1332
59%
Schlichtung
28
82% / 0%
Frist nicht eingehalten
10
1%
Frei
8
Entwickler 8
Bewertung
(37)
Projekte
59
27%
Schlichtung
25
20% / 52%
Frist nicht eingehalten
10
17%
Arbeitet
9
Entwickler 9
Bewertung
(266)
Projekte
540
50%
Schlichtung
55
40% / 36%
Frist nicht eingehalten
224
41%
Frei
10
Entwickler 10
Bewertung
(8)
Projekte
13
31%
Schlichtung
1
100% / 0%
Frist nicht eingehalten
0
Frei
11
Entwickler 11
Bewertung
(71)
Projekte
80
10%
Schlichtung
35
9% / 54%
Frist nicht eingehalten
6
8%
Arbeitet
12
Entwickler 12
Bewertung
(1)
Projekte
1
0%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
0
Frei
13
Entwickler 13
Bewertung
(61)
Projekte
61
51%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
1
2%
Frei
Ähnliche Aufträge
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor 2 lines to determine the trend of the market and afterwards take bids towards the correct direction. It will also be able to use a distance between the bids for the direction of the trend and plan a reverse bid when the price of the extreme doesn’t change again. The
Gradient boosting and L2 100 - 200 USD
I am looking for a well experienced programmer to put/implement a gradient boosting algorithm and an L2 to reduce overfitting in my ea which l already have which uses indicators . If you are experienced please adhere
Hello, I'm looking for a developer for repair calendar in EA MT4/MT5 (News Filter - https://ec.forexprostools.com ) for all windows servers. Note: EA MT4/MT5 works with calendar on PC Win 10, 11 but not on all windows servers. I have the source code and will post within the comments section for review. If you are able to do this and quality. Please apply. Thanks
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED

Projektdetails

Budget
30+ USD
Für die Entwickler
27 USD
Ausführungsfristen
bis 1 Tag(e)