ADD TRAILING STOP AND MONEY MANAGEMENT - mGRID v.7

工作已完成

执行时间1 一小时
客户反馈
fast and efficient. did most of the work before even accepting the job. excellent work
员工反馈
Thanks.

指定

Hello,

Can anyone add a trailing stop and money management feature to the following EA?

It is a grid system that uses a user defined number of levels to set incremental pending orders in either direction of the current market price or a specific time, depending on the amount of pips you decide for each level.

If someone can add a trailing stop feature for all orders, this can be a very useful strategy. Also, if they can incorporate the following MoneyManagement system from a similiar EA into the mGRIDas well, that would be excellent..

Inserted Code
extern double Lots = 1;
extern bool MM = false, //Use Money Management or not
FromBalance = false; //Use Balance instead of Margin
extern int Risk = 10; //10%

Inserted Code
//----------------------- ADJUST LOTS IF USING MONEY MANAGEMENT
if(MM)CalculateMM();

Inserted Code
void CalculateMM()
  {
   double MinLots=MarketInfo(Symbol(),MODE_MINLOT);
   double MaxLots=MarketInfo(Symbol(),MODE_MAXLOT);
     {
      if(FromBalance==false) Lots=AccountFreeMargin()/100000*Risk;
      else if(FromBalance==true) Lots=AccountBalance()/100000*Risk;
     }
   Lots=MathMin(MaxLots,MathMax(MinLots,Lots));
   if(MinLots<0.1)Lots=NormalizeDouble(Lots,2);
   else
     {
      if(MinLots<1)Lots=NormalizeDouble(Lots,1);
      else Lots=NormalizeDouble(Lots,0);
     }
   if(Lots<MinLots)Lots=MinLots;
   if(Lots>MaxLots)Lots=MaxLots;
  }

附加的文件:

反馈

1
开发者 1
等级
(203)
项目
303
35%
仲裁
56
38% / 38%
逾期
99
33%
空闲
2
开发者 2
等级
(2411)
项目
3028
66%
仲裁
77
48% / 14%
逾期
340
11%
空闲
3
开发者 3
等级
(769)
项目
1033
44%
仲裁
50
8% / 50%
逾期
117
11%
空闲
相似订单
Hello, i am looking for a very skilled developer, who is an Expert in object orientated programming in MQL5. I have some indicators (MQL4 and MQL5), which i like to translate them into separate classes. Then all classes should be included into an Expert Adivsor. I have developed a comprehensive and complex strategy, which i would like to have as an EA. Therefore you should have deeper knowledge in OOP-MQL5 and have a
hey friends, I am looking to build a smart trading robot, for the capital market. He knew how to trade in all the different types of trade. Example - in shares, currencies, index, indices, ETFs, funds, commodities, options, futures and so on. Suitable for trading on all stock exchanges in the world. It will be possible to install the trading robot in the MetaTrader 5 trading software. But it will also be possible to
I am seeking a skilled developer to create a web application that monitors and displays statistics for MT4/MT5 trading accounts, similar to Myfxbook. The application will collect account and trade data from MT4/MT5 platforms, process and analyze this data, and present it through a user-friendly interface
i Want to convert this Trading View Code to Mt4 Indicator indicator("NEOM Smart Money Concepts ", "NEOM Smart Money Concepts " , overlay = true , max_labels_count = 500 , max_lines_count = 500 , max_boxes_count = 500 , max_bars_back = 500) //-----------------------------------------------------------------------------{ //Constants //-----------------------------------------------------------------------------{ color
Hello Amazing developer am looking for profitable EA for mt4 and made for some past year and i will be looking forward for your bid if you have mt4 EA let Negotiate in the contact box best regards
Hello Amazing developer am looking for profitable EA for mt4 and made for some past year and i will be looking forward for your bid if you have mt4 EA let negotitate in the contact box best regartds
Hi I need a software like Mirror trade copier ( https://www.antonnel.net/mirror/ ) which directly connect to the Accounts over api with out MT4 terminal and copies trades from mater to client. I want the same and possible improvement like can be accessed over a url and dashboard for some basic metrics (optional)
Hello Greetings. I have a custom tradingview strategy I would like to convert to Metatrader 5 ( mt5 ) . I have the source code a and with me. Kindly bid if it is what you can do for me and let discuss about the project. Thanks
Requires experience in mt5 server api development I will provide relevant information about mt5 server api,Contains documentation, dll libraries and examples,Both c++ and c# are available. For more information please contact me
Hello there, I need a mql4 EA based on pine script custom indicator. You need to do pine script indicator convert into mt4 advisor. If you are able to do please contact. Thanks

项目信息

预算
30 - 50 USD
开发人员
27 - 45 USD
截止日期
 1  5 天