New function in existing EA

MQL4 Experten

Spezifikation

Hello,

change in existing EA.


I want an Change in existing EA (LevelsEA_1.40) in opening of lots order. For the future we have than 2 oportunities - one existing and one new

EA does right no open the same lots for each level as basis order have.

I want an extra function - set activ or inactiv -  Risk_of_Equity - example 10 % of Amount in Equity in lots.


Chang in existing EA.

Change is about lot calculation of opening order from EA. Right now EA does use Lots from Basis order - in the Future I want an extra function for each level opening lot calculation on basis of Equity amount. See attached source Code


EA does open Lots on expecial criterias - first EA does open the lots on an Basis order - If Basis order has 6 lots EA does alwas open 6 lots. But now I want that EA open not fix the lots of Basis. EA should calculat the orders on - Risk of Equity.


New Parameter:

Risk-of-equtiy - activ or inactiv - inactiv is actual lot opening

Risk-of-equity - 10


input double RiskEquity_Percent=2;


//+------------------------------------------------------------------+
//| LotSize Calculation Function                                     |
//+------------------------------------------------------------------+
double MoneyManagement(string pSymbol,double pFixedVol,double pPercent,double pStopPoints)
  {
   double tradeSize;

   if(pPercent>0 && pStopPoints>0)
     {
      double balance=0;
      balance=AccountInfoDouble(ACCOUNT_BALANCE);

      double margin=balance *(pPercent/100);
      double tickSize=SymbolInfoDouble(pSymbol,SYMBOL_TRADE_TICK_VALUE);

      tradeSize = (margin / pStopPoints) / tickSize;
      tradeSize = VerifyVolume(pSymbol,tradeSize);

      return(tradeSize);
     }
   else
     {
      tradeSize = pFixedVol;
      tradeSize = VerifyVolume(pSymbol,tradeSize);

      return(tradeSize);
     }
  }
//+------------------------------------------------------------------+



Dateien:

Bewerbungen

1
Entwickler 1
Bewertung
(587)
Projekte
919
46%
Schlichtung
31
39% / 29%
Frist nicht eingehalten
93
10%
Frei
2
Entwickler 2
Bewertung
(322)
Projekte
470
41%
Schlichtung
77
12% / 64%
Frist nicht eingehalten
76
16%
Arbeitet
3
Entwickler 3
Bewertung
(7)
Projekte
9
0%
Schlichtung
4
0% / 100%
Frist nicht eingehalten
0
Frei
4
Entwickler 4
Bewertung
(16)
Projekte
21
19%
Schlichtung
7
0% / 71%
Frist nicht eingehalten
14
67%
Frei
5
Entwickler 5
Bewertung
(195)
Projekte
395
28%
Schlichtung
155
20% / 52%
Frist nicht eingehalten
112
28%
Frei
6
Entwickler 6
Bewertung
(17)
Projekte
24
33%
Schlichtung
5
20% / 40%
Frist nicht eingehalten
8
33%
Frei
Ähnliche Aufträge
Martingle EA 30+ USD
Create martingle grid EA with my own logic. Add Moving Avarage Filter. 2 engine with same logic. Sl TP by $ amount. Profit loss Dashboard Virtual all trade close Button
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. When sending
I need a graphic designer that is good at voice overs and object animation. I have a dialogue project that I intend it to deliver a certain message for marketing purposes. The project is to be done by cartoons and they should be much humanized in terms of graphics. The project has to be in the form of video that lasts up to 3 minutes longest and not less than 2 minutes. Creativity is the most important requirement
I am looking to develop an automated trading bot based on a strategy involving the crossing of four Simple Moving Averages (SMA). The bot should be capable of entering trades based on this strategy. Additionally, I would like to incorporate some custom diversions tailored for NinjaTrader
RSI trading bot 50 - 80 USD
Good morning, I'm looking to have an RSI based trading bot developed, which focuses on having many options for closing trades in order to diversify my trading opportunities, and to be good for experimentation in backtesting. Here are the features I'd like: -Being able to have as many of the following options activated as I want, to try all combinations of them -To work on all timeframes, though I will be focusing on
Looking for an EA which can produce less than 5% drawdown. Also profit factor above 1.5 (preferably 2.0) Please give me proper explanation how your EA works too Has anyone programmed it before? is it limited to forex only
1) the EA can compound the lot size from 0.01 to 0.02 so on 2) the EA must able to trade different kind of pair 3) the EA will have stoploss or take profit 4) long term profit 5) for equiry will be 100 for every 0.01 lot Developer will have that kind of EA may apply and introduce any investor account! this EA must have mql4 file
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 13.0px 'Helvetica Neue'} Hello Looking for someone to help me improve my current strategy on my own algorithm and to also add hedging mode
I want the script in mql5 language for my martingale strategy. The script should open trades in both directions buy and sell and if any trade closes in loss then open new trade in that direction by using the next volume and when trade closes in profit then reset the volume to first from volume list and also maximum consecutive losses limit will apply. If trades closes consecutively in losses and hits the limit then
Long Position 1. Trend Line: When a Lower High (LH) is formed, draw a trend line from the previous Higher High (HH) to the new LH. 2. Trend Line Adjustment: If a new Lower High (LH) is formed without breaking the trend line, redraw the trend line to the new LH. Draw a trend line between the Higher High (HH) and the Higher Low (HL). If a new Higher High (HH) is formed, remove the previous trend line and draw a new one

Projektdetails

Budget
30+ USD
MwSt (19%): 5.7 USD
Insgesamt: 35.7 USD
Für die Entwickler
27 USD