Davide Tedesco
Davide Tedesco
Davide Tedesco
Added topic how long for study the signals of a strument?
Hi at all, After we develop basic of a strument, for to detect and analize the signals, how long to study it on historical data ? or on real data? 1 month ? 1 year ? 3 years ? ...more? I think the correct study period is relative to period we want
Davide Tedesco
Added topic mql4 How remove last line in a strings file
Hi at all, in my EA framework i have implement a personal log service, that write a strings file. This log service, write 2 line strings line at events that i specified it: 1 for infos, and last: "[server time] - last line logged". In logical
Davide Tedesco
Added topic Baktesting Optimization parameters
Hi at all, in execution of ea in backtesting optimization: - is there a way/function/parameter for get number pass of backtesting optimizzation ? - is there a way/function/parameter for get input/extern variables name in optimization mode ? - is
Davide Tedesco
Added topic simple strategy 2ma: when signal close?
Hi at all, I am studying the 2ma simple strategy in detail, to understand what it can do, how much, where and how ... mathematically, graphically, economically ... assuming that, at the theoretical level: buy signal: when the smaller MA breaks bull
Davide Tedesco
Added topic TP - SL ratio? 1:1?
Hi at all, I am studying various strategies based on the simple principle of 2ma, as a starting model, to determine TP and SL. So far, I have not achieved good results, so I went to study all my notes again ... to the notes I took on my trading
Davide Tedesco
Added topic Backtesting optimization with wrong values parameters
Hi at all, I'm studying and improving the framework of my EA, with a basic strategy that I use as an example, currently basic 2ma. I wonder, and now I ask you too: how useful is it to do tests with wrong parameter values ​​??? How do you have
Davide Tedesco
Added topic mql4 function with Variable Arguments as c ?
Hi at all, Is it possibile create a function/method use Variable Arguments as c language ? Or using library ? which? Anyone know a good library for this scope ? Or another way for create a function with dynamic number of pamaters input ? Thanks at
Davide Tedesco
Added topic backtesting: list of params and methods that don't run in backtesting
Hi at all, Anywhere there is a list o other, of params and methods that not run in backtesting mode ( example: OrderTakeProfit() = 0.0 in backtesting mode ) ? Or, how i cand search they ? thanks
Davide Tedesco
Added topic OrderSelect, pool MODE_HISTORY, test and questions
Hi at all, can i use this ---> OrderSelect([int ticket], SELECT_BY_TICKET, MODE_HISTORY)   ? In the execution this method run, but the return is unexpected for me. USE CASE: i have open a buy order, ticket of this order = 97936536 run my
Davide Tedesco
Added topic Request Help Service: how set my identity
Hi at all, after insert all info for seller profile , all my real data info now are show in public, how can i set my profile as private (or another) ? Thanks
Davide Tedesco
Added topic What's best way for set account for backtest
Hi at all! i'm in test phase about 3/4 EA that i develop. For each 1 EA i examinate a poll of 38.000 - 45.000 test. so 1 session of complete backtesting of 1 EA need time as 8h - 12h (it change for result requests that i use). In this scenario i
Davide Tedesco
Added topic How check if ticket is closed order ???
Hi at all! sorry but: OrderSelect(intMyTicket, SELECT_BY_TICKET, MODE_HISTORY) It return always true! But intMyTicket is a int Ticket of a opened order. Another way, with OrderClose() of same opened order si always a actual price How can check if
Davide Tedesco
Added topic MetaEditor save file as binary type?
Hi at all, I use MetaEditor when i work from my personal work station, repository type git, on bitbucket.com. But MetaEditor save file mq4/mqh ecc ecc as binary type ???? No in text type ??? After working, i must create a file .txt, put all code
Davide Tedesco
Added topic Backtesting and Optimization mode: what? how? why?
Anyone know a beautiful giude of backtesting and optimization mode ? Beacause i want know what testing for know what, A good empirical guide/articles/site/ecc Thanks at all
Davide Tedesco
Added topic EA(basic): what is core? trading systems? trading criteria? values parameters? framework?
Hit at all, I'm studying a simple EA taken from the example: Simple Expert Advisor https://book.mql4.com/samples/expert. I wrote the code from scratch (for a better understanding), following the same procedure of the framework, the same trading
Davide Tedesco
Added topic how can i comment a method? for view this note using it in code
Hi at all! What's syntax for create a note for a method ??? If it's exist... FOR EXAMPLE: "int value = 1; //this variable =1" when i write code, in list of variables, when select "value", MetaEditor view: "this variable =1" There's a way for create a
Davide Tedesco
Added topic parameter or method for minimal size lot
hi at all, is this a parameter or method, for get minimal size of my lot (example 1 lot; 0.1 lot; 0.01 lot) ? Or, i must calculate it, every time with my input value (example: 0=1 lot; 1=0.1 lot; 2=0.01 lot) ? Thanks a lots! at all
Davide Tedesco
Added topic MT4 backtesting less steps of steps calculated
Hi at all! thanks for all your infos
Davide Tedesco
Added topic MT4, how do the best optimization backtest, tnx
Hi at all! MT4, becktesting on EURUSD H1, period: 2016.11.01 - 2016.11.30 BUT, my question is: how can good test a EA with many (8/9) inputs consider that every input has many data input ???? Thanks so much at all for your help
Davide Tedesco
Added topic MT4 lost my result backtesting, tnx
Hi at all! MT4, I was doing a good backtesting optimization of a EA. I found a good combination of input values, it was giving good results, but he was not finished and I left my computer to work. I do not know if it finished the backtesting, but I
12