AdvMM - Advanced Money Management

MQL4 전문가 통합

작업 종료됨

실행 시간 1 일
피고용인의 피드백
Great customer. Specifications were very clear. Communication was quick and concise.
고객의 피드백
1st Class, Top of the Line, EA Scientist! Extremely efficient, patient, & humble. Excellent communicator & educator. Above & beyond my expectations. Definitely happy & satisfied.

명시

The Code Attached is part of an Expert Advisor code for Money Management, aka Position Sizing.


double AdvancedMM()
{
 int i;
 double AdvancedMMLots = 0;
 bool profit1=false;
 int SystemHistoryOrders=0;
  for( i=0;i<OrdersHistoryTotal();i++)
  {  OrderSelect(i,SELECT_BY_POS ,MODE_HISTORY);
     if (OrderMagicNumber()==MagicNumber) SystemHistoryOrders++;
  }
 bool profit2=false;
 int LO=0;
 if(SystemHistoryOrders<2) return(Lots);
 for( i=OrdersHistoryTotal()-1;i>=0;i--)
  {
     if(OrderSelect(i,SELECT_BY_POS ,MODE_HISTORY))
     if (OrderMagicNumber()==MagicNumber) 
     {
        if(OrderProfit()>=0 && profit1) return(Lots);
        if( LO==0)
        {  if(OrderProfit()>=0) profit1=true;
           if(OrderProfit()<0)  return(OrderLots());
           LO=1;
        }
        if(OrderProfit()>=0 && profit2) return(AdvancedMMLots);
        if(OrderProfit()>=0) profit2=true;
        if(OrderProfit()<0 ) 
        {   profit1=false;
            profit2=false;
            AdvancedMMLots+=OrderLots();
        }
     }
  }
 return(AdvancedMMLots);
}


The code needs to be altered to cater to more conservative traders that are not well capitalized and to also cater to traders that have brokers that have limits on position/order size.

As the EAs trade throughout the week, balances & equity are extremely volatile.  Depending on how the markets move, the EAs will either net the trader 100% profit or a 50% loss.


I will attach 2 of my EAs to see if it can be fixed or coded better.


Thank You for the Help.


파일:

응답함

1
개발자 1
등급
(363)
프로젝트
506
40%
중재
147
18% / 72%
기한 초과
99
20%
로드됨
2
개발자 2
등급
프로젝트
0
0%
중재
1
0% / 100%
기한 초과
0
무료
3
개발자 3
등급
(10)
프로젝트
20
15%
중재
3
0% / 67%
기한 초과
10
50%
무료
비슷한 주문
Hey there, interested in your services for merging 2 pinescripts into one Ninjatrader Strategy. I have attached both scripts below and both will be running on Renko Charts. I added entry examples in the attachment as well. For this, I would like to add some user-defined variables such as Stop Loss and Profit Targets, or allow it to sync with my ATM strategies. Please advise if this would be possible. Additional
https://github.com/theshadow76/PocketOptionAPI https://lu-yi-hsun.github.io/pocketoptionapi/ i need someone to help with with connecting to this API and recieving signals from telegram channel i have created the app but can't make it connect with SSID and start trades and veiw these trades in realtime on the app if someone can help i would be thankful telegram : @sadscan
hi, just like mt5 plateform. there is one another new platefrom called TM9 whose website is( https://trademaster9.com/site/index.html ) i want you to create an API intigration to connect mt5 or mt4 plateform to this platform. i want you to create a copy trading software which can copy trade from mt5/mt4 to trade master 9 plateform. for more information please contact me directly. PRICE CAN BE NEGOTIATED. looking
I have a python script that connects MT5 to Deriv for binary trading which is having some bug. It stops executing trades after a while. I need someone to check the code and fix it. Negotiable price
Hi I am looking for some developer, who can develop WebPage which can display my open trades position, Trade History and Live Bid/Ask of my Watchlist. Frontend web app for customers/clients where they can login and see (Account info, Watchlist, Positions, History) Control Panel to create users and map user emails to MT5 account numbers etc

프로젝트 정보

예산