faustf
faustf
faustf
Added topic arrow draw only one time why???
hi guys  i try to create a indicator , if  exist some condition must underline a candle  with arrow  and send me allert, but underline work only one time  and  allert work correctly  this is my  code  if
faustf
Added topic why not calculate correct ??
hi guys  i try to do a simply script //+------------------------------------------------------------------+
faustf
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++)
faustf
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
faustf
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
faustf
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
faustf
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= (
faustf
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
faustf
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
faustf
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
faustf
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
faustf
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
faustf
Added topic EventKillTimer how to kill???
hi  guy  how  to  kill the  timer ??? i study a script  //+------------------------------------------------------------------+
faustf
Added topic Question About Array
Hi Guy why if  i  declare  array in this  mode  give me  error ?? int de=61; int Array[de];
faustf
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 
faustf
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
faustf
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
faustf
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)  
faustf
Registered at MQL5.community
faustf
Added topic newbbie , swap pop up
#define __STRATEGY_MAGIC 1349226436 #include <WinUser32.mqh> //Inputs //Declaration double _Instrument_Info; double _Instrument_Info_2; bool _Compare; bool _Compare_2; int start(){    //Level 1    _Instrument_Info =