pva
pva
Friends

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

pva
Registered at MQL5.community
pva
Added topic MetaTrader strategy tester produces different results with the same expert advisor
When run three times in a row the same strategy provides different results in total net profit: 1st run: 18.56, 2nd: 12.78, 3rd: 0.72. The difference between the first and last rounds is 25 times. The currency pair , time period and expert advisor
pva
Added topic Can not create a decimal fraction
The following MQL4 code results in the "a" value of zero: double a=1; for (int i=0; i<4; i++) { a=a*0.1; } Print ("a is ",a); Output: "a is 0". Should I make "a" equal to 100000 initially, then the output is