Forum

IRSi error while compile

What is going wrong ? Who can help ? if (UseIndicator8) { double Up = iCustom ( Symbol (),TimeFrame8,Indicator8,Nbr_Periods,Multiplier, 0 , 0 ); double Down = iCustom ( Symbol (),TimeFrame8,Indicator8,Nbr_Periods,Multiplier, 1 , 0 ); if (signal(Up) && Bid > Up) Indi8 = Buy;

I got error on variable already defined . Need help

Hi I m new learner in mql4 . I got errors while compile the EA. Kindly help to solve the error while in m coding 2 same indicators within same EA: Upper portion for parameter setting : input string __________________ = "___________________" ; extern string Separator_06 = "---- Input Settings

How to correct this Code ?

void CloseBal() { if (AccountEquity()<=MinEquity && AccountEquity()>= AccountBalance()+ Maxprofit ) { for ( int i= 0 ; i< OrdersTotal (); i++) { The maximum profit seem doesn't work

Help to correct the source code by trading 2 different time session

extern string BrokerTime = "First Session"; extern string StartTime ="00:00:00"; extern string EndTime ="14:00:00"; extern string BrokerTime_ = "Second Session"; extern string StartTime1 ="19:00:00"; extern string EndTime1 ="23:55:00"; void start() { if(StrToTime(StartTime)<TimeCurrent() &&

Signal has been Used

My signal had been use by previous trader. The previous trader has deleted from his account. Now i wish to put it back to become my own signal. but system shown that my signal had been use can not be signal again. I m very sure the previous trader has deleted from this account. Kindly advice

Refund Signal subscription

How to get refund on Signal subscription after confirmation due to last minute change decision

How to locked EA

Hei any one find find why this code doesn't work ? Must be something wrong //+------------------------------------------------------------------+ < removed by mod>

Lock account number and time limit

Dear Sir, I need somebody to correct the follow code: #property copyright " www.OnlyWinnerClick.com " #property link "www.OnlyWinnerClick.com" const string allowed_broker = "Instaforex Companies Group" ; const long allowed_accounts[] = { 61736192 , 436290 , 646490 , 225690 , 279260 };