coiler
coiler
Friends

Add friends via their profile or user search and you will be able to see if they are online

coiler
Added topic What is the reason for this happening?
Hi, in strategy tester trades appear before the signal and bars be in the chart. Regards, Vince
coiler
Added topic Close after number of bars
Hi all, ¿do you have some code to close trades after a number of bars ?. Regards
coiler
Added topic Can an EA work with cfd index instruments?
Hi All, is posible to code and EA that works with this symbol properties: I am trying in strategy tester but i can`t. I see this two errors in log: 12:33:35 Tester: exchange rate cannot be calculated 12:33:35 Tester: margin exchange rate cannot be
coiler
Added topic Collecting MAE & MFE
Hi, how do you collect MAE/MFE from strategy tester ? is there any reliable script out there? Best, Vince
coiler
Added topic Problem importing .hst files
Hi all, i'm importing Alpari-NZ historical data from the instalation where i've downloaded data from History Center to a new one mt4 installation, but when i'm importing M1 .hst files to a the new clean mt4 instalation i olny see 4 digits insted of
coiler
Added topic Debugging
Hi All, how do you debug expert on strategy tester ?. Comment() and Alter() are disabled? When i am testing an EA in visual mode, no Comment() and Alert() is apearring. Best, Vince
coiler
Added topic Optimize session trading hours
Hi all, Wich is the way to go optimizing session range? i mean, how i can optimize sessionStart sessionEnd, could you give some example code?. Best, Vince
coiler
Added topic Trust historical data
Hi all, please, is there trust historical data out there?. I would like to know if there is good historical data to set the correct enviroment to develop EAs, if so, could you give me way to go or a good approach please. sorry about my english
coiler
Added topic Problem, why metatrader is not drawing this
Hi all, why MT4 is not drawing the open trade arror... Best, Vince
coiler
Added topic Counting optimization passes during optimization process
Hi all, how can i count optimization passes to write them into a csv? int deinit() {     if ( IsOptimization ()){          // Counting passes       } } Wich
coiler
Added topic Graphical objects articles
Hi All, please, i can't find the articles where multitimeframe graphical objects are explained, with code examples, with little squares changing color with signals. Could you give the url of this articles published in mql4.com.   Regards. 
coiler
Added topic Export optimization results to csv from code
Hi all, is it posible to export optimization results to a csv file when optimization finished automatically from code?. The same way like dumping trades from a backtest into csv.    
coiler
Added topic Backtest n days before month end or after month begins
Hi all, could you help me with this approach, i need to code a signal that opens a trade n days before the end of the month or n first days of new month . Could you help my with pseudocode please?. Best. 
coiler
Added topic Drawing Stop Loss
Hi All, i am trying to draw a dot in the Stop Loss Level , just to monitor where it is. I am calling this function i created to draw a yellow dot: void DrawDotSL( string objName, color col){      for ( int i = 0 ; i <
coiler
Registered at MQL5.community
coiler
Added topic Dumping to a csv file problem
Hi all, i am playing dumping info to a csv file and i am wondering several things: //--- dumping file handler int handle_file= FileOpen ( "values.csv" , FILE_WRITE | FILE_CSV , "," ); int init() {        // Writing file
coiler
Added topic Handling disconnections
  int start()   {        // +---------------------------------------------------------------------------------+    // | LONG
coiler
Added topic Change symbol names
Hi all, Is there no way to change symbol names in mt4?. If i want to import historical data diferent to forex pairs i can't find the way to change or create new symbols names, i'm trying to use mt4 to backtest other products, for instance, importing
coiler
Added topic Chart and backtest a synthetic
Hi all, could you give me some reference or url to learn about chart a synthetic product, i mean, for example chart the substraction of two pairs or indexes. Is it posible two create synthetic products and backtest them with mt4?. Regards. 
coiler
Added topic Mt4 maintenance rutine
Hi all, i would like to know what maintenance cleaning rutine i should to develope to get the mt4 running clean and fine, i mean, is it useful to clean some directories n times per week or month?. Regards
123