Stefano Cerbioni
Stefano Cerbioni
  • Information
1 year
experience
1
products
6
demo versions
0
jobs
0
signals
0
subscribers
Stefano Cerbioni
Added topic why not calculate correct ??
hi guys  i try to do a simply script //+------------------------------------------------------------------+
Stefano Cerbioni
Added topic filewrite questions
hi guys  i have a little script for open trade 2 or more with one button , i want  write a  numbertrade in temporary file i write this  code     for (ctrlshort= 1 ;ctrlshort<=QttOpenTrade;ctrlshort++)
Stefano Cerbioni
Added topic terminal.exe run but not show
hi guys  , after blackout , i restart my platform but , in taskmenager  see  terminal.exe  with cpu usage 99% , but not show nothing , whats wrong ? any one can suggest somnthings  thankz
Stefano Cerbioni
Added topic Question Decimal about Close
hi guys i have a corss with 5 decimal after dot , but  when i run Close[1]  return me only 3  is possible  increase decimal after dot ? thankz  at  all
Stefano Cerbioni
Added topic question about ChartApplyTemplate
hi guys  i have  a  question i try to do a little script for attach a template. My template is located in  C:\\Users\\pc\\AppData\\Roaming\\MetaQuotes\\Terminal\\B6FECCFE53E01D2BAC26AAD9B14029A8\\templates\\BollingerBands.tpl i
Stefano Cerbioni
Added topic how stringreplace \ in \\ ?
hi guys , i try to replace   in a path   the   sign \   in to  \\   but   return  me  double quoated ar neede   whats  wrong ?? string RelativePath= (
Stefano Cerbioni
Added topic it's possible to recognize the currency in the denominator?
hi guys  exist a command for  recognize the currency in the denominator? thankz at all
Stefano Cerbioni
Added topic question about ea
hi guy i have  a questions i  have created a EA , but i see  a  strange effect . when i attach it  in USDCAD , only  in  one  cross EA , work good ,  but  when i  attach in  twice or
Stefano Cerbioni
Added topic script problem with if
i  gut  i try  to develop a script  for  do a trade  , this  script  create  some  button  for open   a trade  with one  click can open also 10  trade  short or long
Stefano Cerbioni
Added topic MT4 exchange information Help
hi guy i tryto configure  the script at page https://www.mql5.com/en/articles/1361 anyone know it??? i tryed  example 1.2.3  server  run , client  to  but tell me  WINSOCK, WSAENETURNREACH (10051) but i am
Stefano Cerbioni
Added topic control if long or short not work
hi guy i  have a  EA  in this  EA   i want  controll if trade short  , going  in  good direction or  not , and  the  same  for long i  write  if
Stefano Cerbioni
Added topic EventKillTimer how to kill???
hi  guy  how  to  kill the  timer ??? i study a script  //+------------------------------------------------------------------+
Stefano Cerbioni
Added topic Question About Array
Hi Guy why if  i  declare  array in this  mode  give me  error ?? int de=61; int Array[de];
Stefano Cerbioni
Added topic Array how work it ??
hi guy i  try tounderstund  how  use  Array  , i created a  simply  script  in this  script  i want  insert  a seconds  in  Array and  after print it  , but not 
Stefano Cerbioni
Added topic question about buy or sell opened trade
hi  guy  how is possible , know  if  a  opened trade  is  in buy or sell ??? thankz  at  all
Stefano Cerbioni
Added topic question about structure for infinite loop
hi  guy i    ,  want in my ea  control in real time a price  of  most  trade  ,  thinked , i will do with a inifnite loop , i tryed  infinite loop +  simply print price
Stefano Cerbioni
Added topic question about decima of marketinfo()
hi guy  i  notice  , my  broker  have 5  digit  before  dot  (example  bid or Ask  price 1.25636) ,  but  when i use marketinfo()  MarketInfo(OrderSymbol(),MODE_ASK)