Louis Stoltz
Louis Stoltz
  • Information
10+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Louis Stoltz
Added topic Fileseek current going to beginning of file
I open a file with handle right then this happens FileSeek(handle, DOUBLE_VALUE, SEEK_CUR ); Price = FileReadDouble(handle); The Price that I get here on backtesting is correct but once I go and test it on live trading the filereadDouble returns a
Louis Stoltz
Added topic Backtesting bugs explanation
Hello Everyone, All the best for the new year coming. Anyone ever run across this backtesting. Ive seen this before but dunno the solution. I have downloaded correct history of data but how can it backtest and close or open order not on the bar at
Louis Stoltz
Louis Stoltz
Ralf Fleischer
Ralf Fleischer 2018.05.01
Hello Luis,
I have now inserted the EA HardcoreFX in the file folder Experts at Meta Trader 4, but I can not open the EA and add signals from an indicator.
Can I also add a complete indicator?
Please write to ralfflei@yahoo.de detail how I can insert signals and possibly how I can add an indicator.
My profile name in ML5 is ralfflei, you can also send me a message.

Thank you for your help and effort in advance.
Friendly greetings

Ralf


Hallo Luis,
ich habe nun den EA HardcoreFX in den Dateiordner Experts bei Meta Trader 4 eingefügt, aber ich kann den EA nicht öffnen und Signale von einem Indikator hinzufügen.
Kann ich auch einen kompletten Indikator hinzufügen ?
Bitte schreibe mir an ralfflei@yahoo.de detailiert wie ich Signale einfügen kann und eventuell wie ich einen Indikator hinzufügen kann.
Mein Profilname in ML5 ist ralfflei, da kannst Du mir auch eine Nachricht senden.

Für Deine Hilfe und Mühe danke ich dir im Voraus.
Freundschaftliche Grüße

Ralf
Louis Stoltz
Added topic How to join developers?
Hi How do I join so I can apply for helping people with Jobs. How do I add myself as a developer
Louis Stoltz
Registered at MQL5.community
Louis Stoltz
Added topic Infringement??
I entered championship and just got this message: Renat : Unfortunately, your expert is not admitted because of infringement of a rules 2.5 & 2.6 I really dont see where I fall under this?? My username is bonechair and I used this name from the
Louis Stoltz
Added topic Invalid trade volume
Hi I get an error invalid trade volume when I try open lots like 11.23 but when I use 10 its fine. I'm using double lot variable. Why would that give me this error? Louis
Louis Stoltz
Added topic PNN example
Hi I am looking for a mql4 example of a Probability Neural Network . Ive red about it and seen the algorithms but I don't understand them because I am only a programmer. If I see a code example then I might understand it. Thanks in advance L
Louis Stoltz
Added topic Gao's Equation
I purchased the book and I find very hard to understand the equation? Is there anybody here that has figured it out and could help me please? An example in coding language would help me understand it. Or if anybody got any experience with Gao please
Louis Stoltz
Added topic Trial Period EA
Hi I want to have people download an EA and run say a 5 day trial. I want to go the route where the EA connect to my website and checks my Database. I program in PHP so that is no problem but how can I communicate such a thing with mql4? L
Louis Stoltz
Added topic an If Loop
Hi I need some help on coding in mql: for ( int x = 0 ; x < 2 ; x ++ ) { if ( ( var < i ) && ( var > z ) ) || } I need to create a long if statement with a for loop. I want to end up with ie. if ( ( var < i ) && ( var >
Louis Stoltz
Added topic Metatrader Server see code
Hi I have never seen the MetaTrader server. I was wondering can a broker who is running a server see your expert advisor and see how it is making money or even see the code that you are using? L
Louis Stoltz
Added topic Price difference in backtest
Hi When I backtest i notice that usually 12 pip loss is $120 and then sometimes it would lose $177 or $133. Why is this and how can I sidestep this? L
Louis Stoltz
Added topic Multidimensional on the Second Dimension
Hi I see that mql4 has ArraySort and ArrayBSearch but all these only work on the first dimension. Here is an example array and what I want to accomplish array[0][0] = 100; array[0][1] = 1; array[1][0] = 400; array[1][1] = 2; array[2][0] = 200;
Louis Stoltz
Added topic Detecting if between trend lines
Hi I would like to know how it is possible to know if price is between two trend lines. l1 = NormalizeDouble (ObjectGetValueByShift(1TrendName, 0), Digits); l2 = NormalizeDouble(ObjectGetValueByShift(2TrendName,0),Digits); if(Ask>l1 &&
Louis Stoltz
Added topic Freaken hell
Hi I have an EA Im working on a was backtesting it when I decided I am gonna copy exact same code to another file so I can keep an old backup. So I take new EA with exact same code as other one and backtest, you know what happened!!!! It gave me a
Louis Stoltz
Added topic Schaff Indicator
Hi, I am looking at the Schaff indicator and want to use it in my expert. I am not getting out any numbers though: What is wrong here? double schaff = iCustom (Symbol(),PERIOD_H1,"Schaff",23,50,10,300,0,0);
Louis Stoltz
Added topic Ehrlich’s Cycle Finder
Is there a indicator that can simulate the Ehrlich’s Cycle Finder
Louis Stoltz
Added topic Strategy Comparison
Hi I compared a few charts with my one EA. This one is on Demo account with their databank from 1Jan2007 This one is on My Broker account updated with Alpari Data(Period_conv) from 1Jan2007 This one is before I updated with Alpari Databank: I had
Louis Stoltz
Added topic Weekend shift
Can somebody explain this to me? I dont understand my MetaTrader tells me that it closed at 2.0338. Does this happen every weekend
123