New function in existing EA

MQL4 Esperti

Specifiche

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);
     }
  }
//+------------------------------------------------------------------+



Con risposta

1
Sviluppatore 1
Valutazioni
(584)
Progetti
913
46%
Arbitraggio
31
39% / 29%
In ritardo
93
10%
In elaborazione
2
Sviluppatore 2
Valutazioni
(320)
Progetti
466
42%
Arbitraggio
78
12% / 63%
In ritardo
75
16%
In elaborazione
3
Sviluppatore 3
Valutazioni
(7)
Progetti
9
0%
Arbitraggio
4
0% / 100%
In ritardo
0
Gratuito
4
Sviluppatore 4
Valutazioni
(16)
Progetti
21
19%
Arbitraggio
7
0% / 71%
In ritardo
14
67%
Gratuito
5
Sviluppatore 5
Valutazioni
(195)
Progetti
395
28%
Arbitraggio
155
20% / 52%
In ritardo
112
28%
Gratuito
6
Sviluppatore 6
Valutazioni
(17)
Progetti
24
33%
Arbitraggio
5
20% / 40%
In ritardo
8
33%
Gratuito
Ordini simili
Need a trading robot 30 - 50 USD
I have the source code for the robot I want to build, but I'd like to have another one that is unique to me and has different settings. If I give you the source code with all the settings, will you be able to recreate the robot for me with the changes? and if so, how much would you charge
Hey, having privilege to discuss my trading ideas with a skilled programmer will be the best, I wanted to build a well automated expert advisor that run perfectly on both MT4 and MT5, I would be glad to work with an expert who is able to turn ideas into a well automated mt4 mt5 trading robot, expert advisor EA in Metatrader 4 and 5, reach out if you can help me in achieving my trading target thanks
I need modifications done to my expert advisor so I can input the number of trades it should open at any point in time. A side EA that has that functionality and can be attached to existing EAs is also welcomed
Hello, I need a quote for developing a bot for my renko based trading system on ctrader platform and based on the attached specification your expertise is highly needed for this project Thanks
Trading robot 30+ USD
3 graphs that hit the same point to indicate buy/sell. please inquire for the exact graph names for further development. please let me know how much it will cost. thank you for your time
Hello everybody, I need a bot for MT5 on Martingale and MA logic. Equity rise, DD, News filter, Time trading filter, SL, TP, Martingale cut=off, panel chart etc. are some of the main features. Only serious and experienced developers should offer. Details on one-to-one chat
I need 1 EA based on arrows that prints according to the indicator. EA must open a new order when a new arrow printed and candle closed. - Buy and sell by the direction of the arrows (only after candle closed) - Close on opposite signal ( only after candle closed) - Stop loss option if true, highest point of previous candle plus pips - Breakeven, stop loss, lot management, trailing stop, start, and distance - magic
Hey, having privilege to discuss my trading ideas with a skilled programmer will be the best, I wanted to build a well automated expert advisor that run perfectly on both MT4 and MT5, I would be glad to work with an expert who is able to turn ideas into a well automated mt4 mt5 trading robot, expert advisor EA in Metatrader 4 and 5, reach out if you can help me in achieving my trading target thanks
I need a software developer to make a robot using Zig and Zag on high - low trend.V2 and fibo-pivots-alerts-levels indicators. Management must be based on the account size. The developer must be able to complete the job in 3 days. I will send files to the developer who'll do the job for me
i want an EA that enters based on the form of a candle if the lower wick is bigger then the rest of the candle i want buy and if the upperwick is bigger then the rest of the candle i want a sell single, i want it to enter with the sl 1 tick lower or higher then the lower or upperwick depening on buy or sell trade. then the stoploos needs to move when the trade goes to 0,5% sl too break even, when trad eis on 1% sl to

Informazioni sul progetto

Budget
30+ USD
IVA (19%): 5.7 USD
Totale: 35.7 USD
Per lo sviluppatore
27 USD