Scalper8
Scalper8
Scalper8
Added topic Array out of range
I have problem with string array. Its says " array out of range " when I loop the following, It will only open "NZD/USD". Why? string symbol[]={ "EURUSD" , "GBPUSD" , "AUDUSD" , "NZDUSD" }; string symbol2[]={ "USDJPY" , "USDCHF" , "USDCAD" };
Scalper8
Added topic String Array Problem
I have a problem when using string arrays. When I drop my EA on GBPUSD it will not open and others pairs. It only opens on the 1st arrays "EURUSD" and " USDJPY ".  void BuyTrade() {    int Final= 0 ;       string
Scalper8
Added topic string function on 2/3 digits
Please help with my EA, I would like to buy on the  EURUSD & sell on USDJPY (same time)  . The problems I encounter are when I place my EA on EURUSD (buy) & sell on the USDJPY (2 or 3 digits) my stop losses & take profits are
Scalper8
Added topic Objects repaint and vanish
When I place my EA , my objects repaint or vanish and sometimes appear again after sometime.  What seems to be the problem? void OnTick () {    if ( TimeCurrent ()==Time[ 0 ])   {    int s = iLowest ( Symbol () , 0
Scalper8
Added topic Stop loss & Take profit are too close to price
I'm new to MQL4, please help with my code. When I place my 2nd order, both Take profit and stop loss are TOO close to price instead of TP= 7, SL=2. What is the problem??? extern double TakeProfit= 5 ; extern double TakeProfit2= 7 ; extern double
Scalper8
Registered at MQL5.community
12