Heino
Heino
Friends

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

Heino
Added topic What´s easier for the computer to calculate, with or without iCustom() function?
Hello, what's easier for the computer to calculate, if the values are calculate in the same script/file or to pick it up with iCustom function from other files
Heino
Added topic Strategytester - visual values
Hello, if you let a EA Script run in visualmode, which functions did you use for live visualisation values from Variables. I have test that its possible with Comment(), but Alert() or Print() are not showed directly, just in the log files. How do you
Heino
Added topic did global variables dont removed after shot down terminal?
Hello, when I have attached a indicatorscript that has been coded with global variables, so variables that has been initialized outside the start() function above, to a chart, let him run and close the terminal and open the terminal again, what
Heino
Added topic call start() function manuell by receiving new courses in another currency?
Hello, I want to call manuell the start() function if in another currency a new course has been received. I have think to check this with the function ArrayCopyRates (aray,symbol,5); whether new courses are received, is the possible, I dont have
Heino
Added topic Get Tickdata
Hello, is it possible to get the Tick Data which are all receive in the terminal. I would like as in a normal database to call the data´s that all been received, is not possible with the Meta Trader, that´s a absolutly normal Think and must be
Heino
Added topic Get the seconds from the actual bar
Hello, is it possible to get the seconds from the actual bar which ist shown in the chart? If yes with which function ? I have tried somthings but always for seconds there is shown the last seconds from the servertime or zero
Heino
Added topic Zoom info from the zoom of the chart
Hello, i wont to ask if it is possible to get a info abaout the zoom faktor from the aktuelly chart. You all know the zoom in and zoom out button, I must to know for a Indicator which Zoomlevel the are actuelly, gives it there a soultion for to get
Heino
Added topic secure mql4 files
Hello, have you tipps for me how I can secure a little bit more my mql4 files that not everybody can decompiler it easy
Heino
Added topic Want to translae the mql4 manual
Hello, know someone by you perhaps whether it is permitted to translate the mql4 manual into own language and put it on a homepage for all people. I do have send a question about that to metaquotes.com team, since few days, but no answer till now
Heino
Added topic Timevalues at Strategietestermodus
Hello, If I am in the strategy tester mode, 1 hourchart and I liked to get at the same time courses of 5 the min chart, I can get with Time[0] the current value of the current bar in the hourchart gotten and this current value on iBars Shift () to
Heino
Added topic Comparsion Problem
Hello, i try to compare two double number with the same value but the querie is false double a , b ; a = High [ i ] - Open [ i ] ; //The Result is 0.0001 b = 1.3333 - 1.3332 ; //The Result is 0.0001 if ( a == b ) Print ( " true " ) ; //Result is
Heino
Added topic indicator values from other timeperiod
Hello, how I can get indicator values from other time periods gotten during the strategy testers runs, with the Livechart that goes simply by just adjusts another period parameter, but with the strategy tester run does not function it. I hope someone
Heino
Added topic Need solution how i can get data for just one Tick
Hello, with next example you can get the High,Low and Closerate of the day. for ( i = Bars - 2 ; i >= 0 ; i -- ) { if ( High [ i + 1 ] > LastHigh ) LastHigh = High [ i + 1 ] ; if ( Low [ i + 1 ] < LastLow ) LastLow = Low [ i + 1 ] ; //----
Heino
Added topic Need assistance for reconditions support indicator
Hello in the following picture one can see what I to program wants. One sees the black lines which are Support and resistance s lines. I can not program gladly it as indicator however point yet as go, can someone please to help. The number in the
Heino
Added topic Windows V-server falls always starting from
Hello, I thinks my problem must already many before me have had. I rent at present a Windows V-servers with approx. 320 MB main memories, but it passes that ever more frequently the program MetaTrader 4 brings the server for falls. I do not point as
Heino
Added topic Problems with SELL Orders by EMA_CROSS Script
hello, I have a problem with order to open by the EMA_CROSS Script from Coders Guru. I often get the message: "Error opening SELL order error 130" of GetLastError() function back. I do not point why, here the code, some changes has I made
12