An Expert Advisor with simple candle based signals needed

MQL4 Experten

Auftrag beendet

Ausführungszeit 23 Stunden
Bewertung des Kunden
Job very well done! The developer delivered exactly as per my requirements in a very short span of time. Communication, execution, and delivery is an easy overall 10/10.
Bewertung des Entwicklers
He is a very good customer, polite and precise. Looking forward to have more jobs from him.

Spezifikation

The main idea of the EA is to open stacking positions in a strong trend.

Main EA function:

1. Buy rules 'signal':
- If on tick its a new candle and the previous candle closed ABOVE its open (bullish).

2. Sell rules 'signal':
- If on tick its a new candle and the previous candle closed BELOW its open (bearish).

***The EA has to be precise in its entries as it will be exclusively used in M1.

Parameters:

1. Order Type:
- This parameter will have 2 options. 'Buy' and 'Sell'. If set to buy, then the EA will only follow the 'Buy' rules as the signal to open buy orders, if set to sell it will only follow the 'Sell' rules as the signal to open sell orders.

2. Lot Size:
- This parameter will have a numeric value for lot sizing of the placed order. Default at 0.1.
 
3. Max Trades Per Signal: 
- This parameter will have a numeric value for the number of orders it will place per given 'signal' according to the 'Order Type' parameter. Default at 1.

4. Close Ratio:
- This parameter will have a numeric value which is the ratio of the equity to the balance, and if reached, will close all orders. For example, if set to 2 and account balance is 1000, if the equity reaches 2000 (1:2, balance:equity ratio respectively) then the EA will close ALL open orders. If set to 0, the EA will ignore this parameter regardless of floating equity. Default at 0.

5. Only Open Below Previous:
- 'True' or 'False' parameter that is associated with the 'Order Type' parameter 'Sell'. If set to true, then the EA will only open SELL orders if the 'signal' is BELOW the previous order. If set to false, the EA will open SELL orders as per 'signal' regardless of previous order position. If Order Type parameter is set to 'BUY', the EA will ignore this parameter.

6. Only Open Above Previous
- 'True' or 'False' parameter that is associated with the 'Order Type' parameter 'Buy'. If set to true, then the EA will only open BUY orders if the 'signal' is ABOVE the previous order. If set to true, the EA will open BUY orders as per 'signal' regardless of the previous order position. If Order Type parameter is set to 'SELL', the EA will ignore this parameter.


Bewerbungen

1
Entwickler 1
Bewertung
(215)
Projekte
350
16%
Schlichtung
22
41% / 32%
Frist nicht eingehalten
18
5%
Überlastet
2
Entwickler 2
Bewertung
(17)
Projekte
19
11%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
0
Frei
3
Entwickler 3
Bewertung
(42)
Projekte
62
8%
Schlichtung
12
58% / 42%
Frist nicht eingehalten
1
2%
Frei
4
Entwickler 4
Bewertung
(1134)
Projekte
1437
62%
Schlichtung
21
57% / 10%
Frist nicht eingehalten
43
3%
Arbeitet
5
Entwickler 5
Bewertung
(52)
Projekte
97
24%
Schlichtung
11
18% / 18%
Frist nicht eingehalten
12
12%
Arbeitet
6
Entwickler 6
Bewertung
(1)
Projekte
2
0%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
0
Frei
7
Entwickler 7
Bewertung
(7)
Projekte
14
21%
Schlichtung
1
0% / 100%
Frist nicht eingehalten
3
21%
Frei
8
Entwickler 8
Bewertung
(158)
Projekte
175
43%
Schlichtung
6
0% / 67%
Frist nicht eingehalten
8
5%
Frei
9
Entwickler 9
Bewertung
(11)
Projekte
16
13%
Schlichtung
3
0% / 33%
Frist nicht eingehalten
2
13%
Arbeitet
10
Entwickler 10
Bewertung
(47)
Projekte
79
51%
Schlichtung
1
0% / 0%
Frist nicht eingehalten
1
1%
Arbeitet
Ähnliche Aufträge
Hi programmer, I'm looking for an expert algorithm trading developer that is capable with the right key set for programming and algorithm that would run without any problem for ATAS trading platform. I've my strategies ready including preference, images and videos of exactly how i want it to be implemented but only looking for a well skilled programmer to bring the idea to life as its very important ideas. Kindly
Dear All, I need an RISK to REWARD Ratio expert advisor for top to bottom, support and resistance and order block strategy. If the developer has any good risk to reward strategy, I will apprecaite. Kindly provide me the EA, I will test it on my demo account fm- And the payment gets released upon the results The EA should also be able to give TRUE and honest back test results. The ea should work on all Major and Minor
Modify MT4 EA 30+ USD
Experienced developer needed to modify an EA that was coded incorrectly. The changes are rudimentary which should take an experienced developer a minimal amount of time to complete. This EA consist of common indicators with entry and exit instructions . The developer must exhibit strong ability to guarantee the STOP LOSS and TRAILING STOP are effective. Therefore, The indicators will be checked in the Strategy Tester
I need EA Expert Advisor bot , I need Trading pad or panel, for pending order only sells stops and buys stops with the TP points and SL points and lot size and price entry, I can provide you the image of a pad or panel
Description: I am in urgent need of a powerful and reliable MT5 Expert Advisor (EA) that can consistently pass any prop firm challenge account within 1-2 days. The trading strategy can be flexible, as my primary goal is to ensure a swift and successful account evaluation. If you have an existing EA or can develop one that meets these criteria, please contact me as soon as possible. Contact Information: Phone: +91
Description: I am in urgent need of a powerful and reliable MT5 Expert Advisor (EA) that can consistently pass any prop firm challenge account within 1-2 days. The trading strategy can be flexible, as my primary goal is to ensure a swift and successful account evaluation. If you have an existing EA or can develop one that meets these criteria, please contact me as soon as possible. Contact Information: Phone: +91
I have an existing Indicator that i want to add a license into, i have the source code also and i need it as fast as possible, there will be more projects like this to come if this is done well
The Moving Average ADX Indicator Expert Advisor For MT4. To work on all Timeframes. With this EA Both Moving Averages must be pointing in the same direction regardless of Buys or Sales. Logic For Buys Both moving averages must be pointing upwards, the fast and the slow. Coupled with the ADX Indicator to confirm the trend. The ADX indicator line must be above the 25 level and the +Di line must be above the -Di line to
Hi all. I have learned that due to my EA reading from chart objects, it cannot be optimised, and that is obviously problematic for optimisation and back testing parameters. So I have been met with 2 options it seems, have the EA rebuilt from scratch according to a slightly altered spec which doesn't rely on chart objects, or modify the existing EA As I don't want to put the EA source code out here for random people
Arbitrage EA 30 - 100 USD
To work on fast broker 14 ms as master and slow broker 80 ms slave. Be able to put ea on one chart and time frame on master and one on slave and to automatically monitor all major and minor pairs plus indices on mt4.money management settings and fixed lot. Master and slave setting for the different brokers. Just need to be able to load on chart and let it run with just money management settings to set. Hidden take

Projektdetails

Budget
35+ USD
Für die Entwickler
31.5 USD