Francisco Duarte
Francisco Duarte
  • Information
11+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Francisco Duarte
Added topic Export Indicator Signals
Hi, Is it possible to export signals from an indicator running on a platform in broker A, in order to be used by an EA running on the broker B platform? Maybe using the icustom command on platform B!!! If so, how can I do that? Regards
Francisco Duarte
Added topic Import and Export Orders between brokers ????
Hi, How can I search/import open orders on other broker platform? What I mean is this: I want to run an EA on the broker X, which will copy all the open orders on the broker Y. How can I do that? REgards
Francisco Duarte
Added topic Restart a chart
Hi, I have an indicator which provides good signals each time I start the platform or change the actual timeframe to any other and back again. If I let it run for few hours or days, it keeps providing me signals but they aren´t so good as if I start
Francisco Duarte
Added topic Close all Order at once
Hi, Given a such condition, how can I close all the BUY, or all the SELL, opened orders at once? Example: It must look for all the Buy opened orders, each one matching with a list of different magic numbers, and then, select all of it and close all
Francisco Duarte
Added topic Close all Buy or Sell Orders at once
Hi, I want to run a cicle or something like that, to identify last Buy/Sell closed order by magicnumber, and then if it finds any remaining open Buy/Sell orders from a list of magic numbers, it must close all the Buy or Sell orders depending of the
Francisco Duarte
Added topic Search for total Loser orders
Hi, I want to run a cicle to look for the negative amount of money in open buy/sell orders . Exemple, if I have 3 open buy orders, one losing 20 pips, other losing 50 pips and another losing 33 pips, which means at that point a total of 83 negative
Francisco Duarte
Added topic Send time split orders
Hi, I need to send time splited orders when I have a signal. Let me explain, by placing an exemple. When some defined conditions are meet, I want to place a buy order , then 20 seconds later places another buy order and 20 seconds later place a third
Francisco Duarte
Added topic How to pause OrderSend ???
Hi, I need help to my EA does the following: When the different parameters are OK, I want that the EA places a pendent buy order, and then it must wait for 30 seconds to place other pendent sell order . I already tryed to use the following command
Francisco Duarte
Added topic How to Sleep this ???
Hi, Here is my cycle to check the last closed order, to decide how many lots the next order will open. It works fine, but I would like to introduce some break time, e.g. 12h or 24h, if the last order were a loser one. I just can´t figure out how can
Francisco Duarte
Added topic Need Help on this cycle
Hi, Here is my cycle to check the last closed order, to decide how many lots the next order will open. It works fine, but I would like to introduce some break time, e.g. 12h or 24h, if the last order were a loser one. I just can´t figure out how can
Francisco Duarte
Added topic Search Last Lost position???
Hi everyone, How can I search for my last position, and how can I check if it was a profitable or lost position? Any code suggestion? Regards Francis
Francisco Duarte
Added topic Open Price Filter
Hi, I'm new at MQL4 programming, and I can´t figure out how can I filter every tick from the open price. I want that my indicators and EAs run their routines only at the bar opening price, ignoring all the rest of bar ticks. The problem is that they
123