Multiple Lots EA with martingale coefficients and take profit table

MQL4 Esperti

Specifiche

Dear Developer community,

I have developed a couple of custom indicators that I want to use in a trading ea. I don't have enough time to develop the ea myself, so I need your help. There is nothing special in the ea that I want, just requires prior experience in lot handling in mql4 that I do not have. 

Here is what I am looking for: EA takes from custom indicators several informations:

- No signal, Buy or Sell signal (-1, 0, 1), trend status (1 = bullish, -1 = bearish), age of current trend (x integer = number of bars) and Stop Loss (market value).

EA checks the parameters below and trades.  

Parameters:

1) Buy / sell lot allocation coefficient .
if the buy coefficient is equal to 0, that means no buy signals should be taken.  
if the buy coefficient is queal to 1, that means buy signals should be executed with calculated lot size times 1 (no change).
if the buy coefficient is queal to 1.5, that means buy signals should be executed with standard lot size increased by 1.5 (+50%).  
Same thing for sell signal. Default is 1 for buy and 1 for sell. 

2)  Maximum size of SL to enter a trade.
It is the maximum size of SL in pips allowed. For example if this parameter is set to 100 pips, any signals with SL>100pips will be ignored. 
There should be two parameters: default value and time window dependant value (time window parameters).
For example, parameter default SL max is equal to 40 pips, but if server time is in between 9:00 to 11:00 take signals only if SL size is inferior 50 pips.  
 

3) Lot size calculation mode parameter:
- Fixed % of account size. For example: 2%.
- Fixed lot size. For example 0.1 lots. 
- Fixed % of account size normalized to stop loss size. 
Example1: 10% of 10000 USD account = 1000$, if SL=200 pips and currency pair EURUSD, Lot size = 0.5 Lots
Example2: 10% of 10000 USD account = 1000$, if SL=100 pips and currency pair EURUSD, Lot size = 1 Lots


4) Martingale Table of Coefficients: 
if previous trade was a loss (or stop loss set to zero and hit i.e zero profit), then increase lot size by this coefficient. 
if previous trade (zero profit) and the one before were losses (or zero profit), then increase lot size by this coefficient.
Etc... This is basically a table with 20 parameters. 

5) Take Profit Table of Coefficients:

All the parameters in this table are measured relative to the stop loss size in pips.
For example: SL=100 pips, position size = 1 lot.
Take profit 1 = Open price + 0.5*SL = Open price + 50 pips.
Percentage of position allocated to take profit 1 = 75% = 1*0.75 = 0.75 lots
Take profit 2 = Open price + 0.75*SL = Open price + 75 pips
Percentage of the remaining position allocated to take profit 1 = 50% = (1-0.75)*0.5 = 0.25 * 0.5 = 0.125 lots = 0.13 lots (round).
Take profit 3 = Open price + 100 pips
Percentage of the remaining position allocated to take profit 1 = 100% = 0.12 lots.

This is a table should have 15 take profit levels: each level has two parameters: distance from open price in number of SLs and percentage of position allocated to take profit.
if the minimum remaining size lot cannot be divided then close the entire position on take profit level.

6) Stop loss managment:

Koef 1, new SL level1 : if current price has reached open price + koef1 x stop loss (initial stop loss), then move SL to open price + SL level1.
Koef 2, new SL level2 : if current price has reached open price + koef2 x stop loss (initial stop loss), then move SL to open price + SL level2. 

For example: koef 1 = 1 and new SL level1 = 0, SL = 30 pips, open price = 1.2750,
if current price = 1.2750  + 30 pips = 1.2780 then move stop loss to open price = 1.2750, basically to zero.
This example assumes buy position. 

7) Head fake management:

This is a switch: either ON or OFF.
If ON, then if we have a buy signal, and the stop loss is hit but the trend did not change, wait for new bullish candlestick (close>open), and open a new position with SL = low of the candlestick. 
The same for a sell signal. 




 

 

Con risposta

1
Sviluppatore 1
Valutazioni
(2)
Progetti
6
33%
Arbitraggio
2
0% / 50%
In ritardo
0
Gratuito
2
Sviluppatore 2
Valutazioni
(52)
Progetti
133
44%
Arbitraggio
14
50% / 29%
In ritardo
55
41%
Gratuito
3
Sviluppatore 3
Valutazioni
(491)
Progetti
1017
58%
Arbitraggio
29
28% / 24%
In ritardo
132
13%
Gratuito
4
Sviluppatore 4
Valutazioni
(71)
Progetti
156
44%
Arbitraggio
22
41% / 14%
In ritardo
16
10%
Gratuito
5
Sviluppatore 5
Valutazioni
(40)
Progetti
58
22%
Arbitraggio
10
10% / 70%
In ritardo
13
22%
Gratuito
6
Sviluppatore 6
Valutazioni
Progetti
0
0%
Arbitraggio
0
In ritardo
0
Gratuito
7
Sviluppatore 7
Valutazioni
(647)
Progetti
1295
67%
Arbitraggio
84
26% / 49%
In ritardo
338
26%
Gratuito
8
Sviluppatore 8
Valutazioni
(133)
Progetti
185
30%
Arbitraggio
77
9% / 73%
In ritardo
77
42%
Gratuito
9
Sviluppatore 9
Valutazioni
(3)
Progetti
7
14%
Arbitraggio
1
0% / 100%
In ritardo
5
71%
Gratuito
10
Sviluppatore 10
Valutazioni
(62)
Progetti
140
46%
Arbitraggio
19
42% / 16%
In ritardo
32
23%
Gratuito
Ordini simili
I am looking for a highly sample and ready and tested profitable EA to purchase.if it meets my requirements i will order same one.EA must be low drawdown high profit on any timeframe
i have a ready made SMC EA and looking for optimizing and debugging and also adding back the missing things in the requirement file. Basically work with the current code and refine it to fit the requirement file. Most indicator is already in the EA and the requirement file below are mostly finish. here are the things need to add back and debug based on the requirement file 1. TP from the filter and need to check
If you think you can replicate EA ("reverse engineering") from Metarader's Market, and create a new EA from scratch that works 100% the same - please send an offer. I have already managed to find out many features of that EA (entry times, risk management, averaging, trailing...) but I still miss a few
Candle wick bot The bot will have a set amount of wick length to enter trade at candle open price, there will be a set Amount in points that the candle wick has to be to then enter that opposite of the wick direction Settings will look like this : Timeframe: (meaning which candles you’re using to measure open price from for the wick length ) If set to 5 min it’ll be using 5 min candles , if set to 15 it’ll use 15
Looking for a developer to create an MT4 EA based on a custom currency strength indicator and simple moving average. Will provide currency strength indicator code to the selected developer. Buy rules If the EA added in the EURUSD chart and EUR has a currency strength above or equal to 6 and USD has strength less than 2. Wait for the prices comes back to SMA and open the buy trade if the price closes above SMA. Place
I have an equity reporter. This equity reporter displays the maximum and minimum equity reached over a specific interval. So, if the interval is set to 24 hours, the script will generate data in the format: "Profit ATT" (profit AtThatTime) shows max./min. during the specific interval This specific report shows data in pips. It can also be set to display in price or percentages. The interval is also easily adjustable
Sistema HTF EFECTIVO 30 - 60 USD
Hola, me gustaría que un programador experimentado creea un sistema de trading EA que abra y cierre operaciones muy rápido en segundos (HFT). Sería óptimo tener una opción/botón para activar solo para comprar o solo para vender (operaciones unidireccionales). Con una buena interfaz gráfica de usuario. Se agradece la implementación de su propia experiencia con sistemas de trading HFT. Es para mercados volátiles como
Hello, I would like an experienced programmer to create an EA trading system which opens and closes trades very fast within seconds (HFT). To have an option/button to activate either for only buy or only sell (one way trading) would be optimal. With a nice GUI. Implementing your own experience with HFT trading systems is welcomed. It's for volatile markets such as XAUUSD or US30. Taking advantage of order placements
The strategy is a martingale type . i.e if it hits the stop loss , it will double the lot size and place again in that direction, and when it hits the take profit at any level of the martingale, it will start over from the first lot size used initially
I want you to make me an indicator in Training View. Its idea is very simple, and I want it to have an alarm. Here's a clearer step-by-step guide to checking the last 50 candles on your chart and applying Fibonacci retracement levels based on their colors: Identify Candle Color: Start from the 100th candle from the left on the chart and check its color. If the 100th candle is green (i.e., the close is higher than the

Informazioni sul progetto

Budget
20 - 50 USD
Per lo sviluppatore
18 - 45 USD
Scadenze
da 1 a 10 giorno(i)