tektronic
tektronic
Friends

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

tektronic
Added topic Tester artifact
Testing an multicurrency expert. In Settings tab I click Start and wait the test to finish. The Testing progress bar fills up until the end of test when it becomes empty again and the Cancel buton is named back Start. So, at the end of the test, here
tektronic
Added topic The problems
# Problem 1 1.1 Test EA, using H1, open prices only, EURUSD chart, period 2009.06.01 - 2010.06.01. Below the MT5 capture result:   I am happy the EA is a winner :D.  1.2 I do right cliick on graph , Save As png and I get this graph saved
tektronic
Added topic Tick generation - Open bar only
I run this test using EURUSD, H1, Open prices only void OnTick () {      // current chart bar time    datetime aSTime = 0 ;    if ( CopyTime ( Symbol (), PERIOD_CURRENT , 0 , 1 ,LTimeArr) == - 1 )   
tektronic
Added topic Multi-Currency synchronization
Here some tests results and below details:     Code used: // chart symbol is GBPUSD // ETimeFrame is PERIOD_H1 // LCrtTime is a datetime void OnTick () {    CopyTime ( Symbol (),ETimeFrame, 0 , 1 ,LCkSigTime);   
tektronic
Added topic Custom Indicator and multi pairs problem
I have a custom indicator which simply returns/shows HLOC on the chart attached. Now, I am trying to create another custom indicator which uses the first one. This second indi opens handles using first indicator for different
tektronic
Added topic Build 294 problem ?
When testing an ea, the last build 294 says: 2010.07.21 12:13:54 Core 1 CLeadOsc::Create(): ArraySetAsSeries error: 0 2010.07.21 12:13:54 Core 1  Tester stopped because OnInit failed The code used which makes this stop in
tektronic
Added topic Optimizer open prices only - is it working ?
Is the optimizer working with open prices only and multiple symbols ? If I try optimize one single parameter using open prices only it appears not working. If I change every tick then it appears it is moving on. I use multiple symbols
tektronic
Added topic Tester results tab disappear
When I test the MACD samples in the tester I can see and use the Results tab. When I test my own EA the Results tab disappear. It is not visible. What's wrong ? All other tabs appear, I can see the graf, and Journal but not the Results. I only trade
tektronic
Added topic indicator problem/bug ?
I use Ichimoku this is a test code void OnTick() {    double aTmp[1];    CopyBuffer(iH,TENKANSEN_LINE,0,1,aTmp);    double aT = aTmp[0];    CopyBuffer(iH,KIJUNSEN_LINE,0,1,aTmp);    double aK =
tektronic
Added topic indicator bug, etc
here what is in code //--- input parameters input string   ESymbols = "EURUSD,EURJPY";//,EURCAD,EURAUD,EURNZD"; input int      EFastPeriod    = 9; input int     
tektronic
Added topic Draw candle in separate window
Does anybody knows how to draw a candle in a separate custom indicator window ? Any example, link ? I only need to know how to draw a candle graphics. Thank you,tek
tektronic
Added topic Strategy Tester - Open Prices only comment
Hi, I noted you dont provide open prices only option in MT5 . Please, try add it. I think it is very useful. Here below why: I developed my EA so that it uses M5 Open prices only in MT4 and this provides a major time gaining advantage in
tektronic
Added topic Request: Optimizer, Tester & Genetic API
Hi, I suppose the MT5 uses special libraries for optimisation & tester, eg. genetic algorithm, etc .. Would be fine some of these libraries to be exported and made avialable as API in MQL5 so that the developer can use them. For
tektronic
Added topic Request: Stress tool for Strategy tester and Optimization
Hi,  I am waiting the version with Strategy tester and Optimization included. However here what I would strongly recommend to include in the MT5 when the tester and Optimizer are used:  * Stress tool: provides several
tektronic
Registered at MQL5.community
tektronic
Added topic MT5 Strategy tester
When will be released the MT5 with strategy tester included ? Also, will the MT5 strategy tester be able to test EAs which use multiple currencies at once ? Thank you