Joerg Hartgen
Joerg Hartgen
  • Information
3 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends

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

Joerg Hartgen
Added topic Import ticks to custom symbol programmatically
I created a custom symbol based on a "regular" symbol for testing reasons. Up to now I'm importing ticks periodically manual from the regular to the custom symbol. My goal is to import ticks programmatically in the onInit function of the expert
Joerg Hartgen
Added topic Find out Tester Pass Number in OnInit() or OnTick() Event?
Is there any chance to find out the tester pass number in OnInit() or OnTick() Event? I mean this number: Goal: Find out the optimized parameters and their values for each tester pass in the OnInit() or OnTick() event. ParameterGetRange is not
Joerg Hartgen
Added topic OnTester, OnTesterPass, OnTesterDeinit events seem not firing
Hello, I'm trying to use the OnTester events, but it seems to me that they don't fire. Code for testing: double OnTester (){ Print ("Hello OnTester "); return ( 0 ); } void OnTesterPass (){ Print ("Hello OnTesterPass "); } void OnTesterDeinit (){
Joerg Hartgen
Added topic Change name, text and subscription fee of a signal
Hello, I want to change the name of my signal, also do some corrections in the text and change the subscription fee. Unfortunately I can't find a way to do that. Best regards Jorg
Joerg Hartgen
Added topic Create Record in Sqlite DB during Optimization outside OnTesterDeinit() event - possible?
Hello, I'm using an Sqlite database to do some documentations. It works perfect when making a single test. But during optimization the database access (= create some records) only works in the "OnTesterDeinit()" event. I tried to access a Sqlite
Joerg Hartgen
Added topic OnTradeTransaction Event is triggered 4 times when closing one position
Hi there, this code is triggered 4 times when I'm closing one position. It's important for me to do ( // do something ) in the following code only one time. But how? void OnTradeTransaction ( const MqlTradeTransaction & trans
Joerg Hartgen
Added topic Templates "tester" and "default" are not applied automatically
Hi there, since a few days I recognize that if I run a backtest there are more objects (= trades) in the backtesting chart than the EA generated. It seems that thee EA uses a different template than the "tester" template. If I apply the "tester"
Joerg Hartgen
Left feedback to developer for job Integrate one indicator into another and use the value
Joerg Hartgen
Left feedback to developer for job Solve this problem: Calculated Moving average mode SMMA different in strategy tester visualization compared to normal chart
Joerg Hartgen
Added topic Calculated Moving average mode SMMA different in strategy tester visualization compared to normal chart
Dear all, I found out that the calculated moving average (mode SMMA) is different vom the same moving average in the normal chart window. The consequence is a wrong behavour of the EA. Let's take this small "EA" to show the problem: void OnTick ()
Joerg Hartgen
Added topic Strategy optimization with real ticks allowed in cloud network now?
Hi there, I'm wondering if testing with real ticks is allowed with the cloud network. Why I'm asking: I can configure this: There are no errors occuring and everything seems to be correct. Yes, I read all the articles about strategy optimization
Joerg Hartgen
Added topic Warning: Possible loss of data due to type conversion - in conjunction with array
Hi there, I'm migrating an expert advisor from MQL4 to MQL5.    int TTTradeState[ 99 ];    uint PosTotal;    ulong PosMagic;       PosTotal= PositionsTotal ();       for ( uint
Joerg Hartgen
Registered at MQL5.community