Carl Schreiber
Carl Schreiber
  • Information
8+ years
experience
2
products
7
demo versions
0
jobs
0
signals
0
subscribers
Carl Schreiber
Added topic stange errors of standard function (WindowHandle()) and -values ERR_FILE_READ_ERROR => not defined ???
Hi, as I (Win7, 64, Term. 840, Editor 1154) wanted to compile  some of my old mqh I get some new previously not known Errors: => 'WindowHandle' - function not defined    Win32FuncsAll.mqh    846   
Carl Schreiber
Added topic Problem with OnTimer()..
Hi, I want to make an EA tat is called/running once a day - but here in my test-code every hour. It writes a comment with the time (local) of the last run and the time it should run the next time: one hour later. BUT as you might see the OnTimer()
Carl Schreiber
Added topic GlobalVariables disappear?
Hi, I just have recognized that a list of global variables (GlobalVariableSet(..)) disappear? At least as soon as I start the debugger the whole list is wiped out - before my code tries to request the variables or their values? Does anybody what I
Carl Schreiber
Added topic How to find the variables that matter?
Hi, does anybody know (a link) how can I statistically find the variables that influences the result of the trades? Imagine that I created an csv-sheet (for Excel) with one column of the trade-results and lots of other columns with values of the
Carl Schreiber
Added topic How can I set the OrdersHistory to Today, Last_3_Days, Last_Week?
Does anybody know how to set the OrdersHistory to Today, Last-3-Days or LastWeek acc. to setting it to All_History, Last_Month,... I am using this function: void SetOrdersHistory( int x){    // https://forum.mql4.com/ru/14463/page5#401551
Carl Schreiber
Added topic partial order closing ...
Hi, I just have got two different answers from two broker about partial order closing. One said it is not possible to close 70% of the lots at e.g. target and the residual 30% by a trailed stop,  the other one of course you can but we will close
Carl Schreiber
Added topic to angevoyageur: I need some help :(
May be you can help me? I already (dtd 2015.05.03 14:06) told that: "Since your last update: I have NO options and tools to format text, source code and attaching files seems not to work as well!" (They closed it: Don't double post, but my other
Carl Schreiber
Added topic offered services: fake passports, banknotes, moving services, ...
It looks as if everything is possible in this forum! I am waiting for a pizza service announcing a pizza-sellout or professionals offering to kill someone's broker or programmer (at half price?) or break at least some kneecaps - I just heard it costs
Carl Schreiber
Added topic Optimization by script - hmmm??
Hi, I have coded an indicator that runs perfectly. Now I have written a script that loops though the variables and calls this indicator (several thousand times): double toOpti = iCustom(sym,tf, "myIndi",var1,var2,var3,var4,3,0); While running the
Carl Schreiber
Added topic Which Values of Extern Variables are written to the Line in the Strat.-Tester Optim.-List?
Hi, If I vary extern variables by the strategy-tester and check them within the EA again and may be re-set them in order not to be trapped by swapping in and out again and again - so I do: extern double EA_Threshold = 0.03 ; extern double
Carl Schreiber
Added topic Simple way to (re-) set an string array?
Is there a simpler way to reset a string array than to loop through each individual reference? If I define that array i can write: static string sC[] = { "" , "" , "" , "" , "" , "" , "" , "" , "" , "" }; If I try to 'repeat' this later in the code
Carl Schreiber
Added topic requesting previous values of bars
I need to load values of previous bars of several symbols and timeframes. So I load the quotes and wait some time after the request. My question is simply: is it enough to request just time and open like (simplified code): int earliestBar = 500 ;
Carl Schreiber
Added topic running the same twice has different results??
Hi, working on a mutli time frame EA that runs on a m1-chart I have to fill an array of quotes for the higher timeframes. At the end I compare the values (tme, op, hi, lo, cl, vo) with this function: int NumOfErr= 0 ; double HiOfErr= 0 ,LoOfErr= 0
Carl Schreiber
Added topic Strategy-Tester Start-Date - can I get it?
Is there a way to get the start date of the fxt-tester-file? If I start a backtest I see in the journal:  2015.02 . 22 21 : 02 : 00.775 TestGenerator: symbol EURUSD period 1 model 0 from 2011.11 . 06 to 2015.02 . 06 Is there a way to check in
Carl Schreiber
Added topic What is DebugLine?
Hi, if I write Debug.. the editor's auto-completion offers two options DebugBreak() and DebugLine? DebugBreak() is known and documented but what is DebugLine? If I 'use' it like: Comment("DebugLine: ",DebugLine); 1) I don't get any compiler error
Carl Schreiber
Added topic reduce the number of ficxed topics - please
To the moderators, Can you reduce the number of fixed topics please. The web-page 1 of the forum shows 30 topics and 25 of them are fixed topics?? The oldest started 2007
Carl Schreiber
Added topic the source of mtf-data for backtests..
Hi, My problem/question if I have created the fxt-files my self (tick-data of Ducaskopy, GMT) I want to be sure that they are not mixed with the prices (and the broker-timeshift) of the broker I am logged in! If I test an EA in the
Carl Schreiber
Added topic using NotePad++ to edit and compile
Hi, finally I managed to use NotePad++ (google) to edit and compile mt4-files with some surprises :) 1) I created one folder for both mt4-compiler: 32 and 64 bit. (you'll find the HowTo in: Editor=>F1=>Search:"Compiling") 2) In that folder I
Carl Schreiber
Added topic Interesting speed test
Hi, I just wrote a little script for a speed test : //+------------------------------------------------------------------+
Carl Schreiber
Added topic new editor and terminal - )=(/&%$$%(/))(/&%$ !!!
Hi, This morning a new editor b1035 was installed and caused immediatly many problems: My Defines.mqh-file (only 163 lines!!) compiles with no Errors in the old editor b996 and terminal b745 (broker 1) this morning: 'Defines.mqh'