faustf
faustf
faustf
Added topic i try to go in back of chart without scroll
hi i look this tutorial  https://www.forex.in.rs/jump-to-date-time-on-mt4 i try to go at  2019.09.03 08:00;  but not  move , exist  some  free indicator for do this ?   or  anyone can explain me  why
faustf
Added topic how can give function of button ?
hi , i have a script with one  button i want when i push it  want execute a function , how  is possible do that  ?  //+------------------------------------------------------------------+
faustf
Added topic math operation problem
hi i want doing  a differential variation percentage,  i build  a part of  script  in this mode int shift = iBarShift (Cross_Correlato, 0 , dt);
faustf
Added topic how is possible use mouse + shift in mql4 ?
Hi i try to use in my EA  the  combo shift + mouse left  click    i build  a EA in this mode (i write only a part because is so long a script  but if  someone  want  all i can past )
faustf
Added topic library for GUI questions
Hi i want  create a libray for call button in simple mode like  _GiuButton( param...)  but i want create a generic _GiuButton , in this mode when i want create buy and sell button i  simply do in this mode   _GiuButton( param
faustf
Added topic how create library
hi i want create a library with some function that  create  a button and  other GUI , i have  a main program  call A  and library called  B    in  program A i call with include my libraryB.mqh
faustf
Added topic is possible do that in MT4 ?
Hi guys  is possible click over screenn in chart ( but  also not over candel)  and  return me  open high low close  and data time  ? anyone  have some example script or similar?? thanks
faustf
Added topic expert not return error but not go
hi anyone know  why this expert not  work and not give error ? int isPositionOpen = 0 ; // Variabile per tenere traccia dello stato della posizione int entryArrow, exitArrow; // ID degli oggetti grafici void OnTick () {
faustf
Added topic restart pc and my metatrader 4 is without account
hi guys  i restart my pc , by abnomally power surge , and i lost  my  account  and  server , is possible recover it ?? thanks
faustf
Added topic help convert mql5 to mql4 indicator
hi guys i have  this indicator RVOL   in mql5  i want  convert in to mql4 i tryed  but not  work and  i  am not expert in mql5  , and in mql4 if  someone  want  help me  i will
faustf
Added topic volume synthetic how is calculated ?
hi guys how  is  calculated a  synthetic volume in mt4 ?  i know  if i use  Volume[1]= return a  volume  but i want know how Volume  function calculate a synthetic volume thanks 
faustf
Added topic arraySize and indicator for understund
hii have  this  script //+------------------------------------------------------------------+
faustf
Added topic Error 130 ordermodify but why ?
hy  , i dont know  why in my script  return always error 130   if i set a price 1.09556 for example  work anyone can help me ?   thnks //+------------------------------------------------------------------+
faustf
Added topic why not enter inside of if ?
hi guys , why  not  enter in the  if ? ProfitMin=100; CtrlSellTP=0;          if ((Bid <= (OrderOpenPrice()-(ProfitMin* Point * 10 ))) && (CtrlSellTP== 0 ))
faustf
Added topic trade EURUSD by another currency with EA
hi guys i try to trade  eurusd , by another chart ,the EA is placed over EURCAD and  here i want trade EURUSD but  if i try not  work why ?? //+------------------------------------------------------------------+
faustf
Added topic why not enter in cicle for ?
hi guys  probably is  my mind + holiday = devastated , but is  possible mql4 not enter in  for ?? i have this part of EA int OnInit ()   {    ChartSetSymbolPeriod ( 0 , Symbol (), PERIOD_D1 );   
faustf
Added topic trade at time
hi guys  i try to  close  a trade at  time , i  open the  trade at time  and  it works  but  when i try to close  not close  i create  a script like this extern string StartTime =
faustf
Added topic double why not work ?
hi guys  i  have a questions i have indicator at end of this indicator i divide two double and after i multiplay for constant 100  why return  100 ????????? if i print a single  double return number little like
faustf
Added topic indicator draw line 0 but value inside buffer is differents o_O
hi guys i want  draw e EXponetial EMA , but not want use a class inside of mql4 (ima or imaonarray ) therefore i build my class but  not draw nothing o_O thanks at all //+------------------------------------------------------------------+
faustf
Added topic why ema in mt4 draw things and in treadingview another things ?
hy guys  i try to convert  tradingview indicator to mt4 the  code is simple  open-close  and  result  insert in ema 1500 period this is my code //+------------------------------------------------------------------+