Carl Schreiber / Profile
- Information
9+ years
experience
|
2
products
|
7
demo versions
|
0
jobs
|
0
signals
|
0
subscribers
|
Friends
997
Requests
Outgoing
Carl Schreiber
Added topic terminal crashes with "Problem Event Name: BEX"
Hi, anybody here with a hint or - even better - a solution? I start via TickDataSuite the terminal.exe. It normally starts and and logs in. But if I start a visual back-test all crashes with this Windows-message: Problem signature:
Carl Schreiber
Added topic Symbols that are placed exaclty at the price given except ...
Hi, how can I place the middle of symbols exactly at the price given? So the stay where they should be even if the candle size is changed! The only way that I know are the arrows, but there aren't so many :( Only the dash, and left- and
Carl Schreiber
Added topic different back-test-results of TimeCurrent() and iTime() in EA and indicator???
Hi, someone else asked how does an indicator gets the correct time! Just try to create an indicator to show only the time. So this prints the correct open time of the bar during a back-test (e.g. 2011.01.03 07:00)
Carl Schreiber
Added topic Hotforex ECN Different Spread in the "Market Watch": 4 Points and the Chart: 15 Points
Hi, while watching the prices in order to compare them to other brokers I had to realize that in the Market-Watch -window and the Order -window (F9) different prices are shown than in the main Chart -Window?? Please see at the attached snapshot. The
Carl Schreiber
Added topic Different Backtest Results depending on visual or non-visula mode?
Hi I am backtesting my EA in 15min timeframe and I get different results just because I backtest once in visual mode and once in non visual modes? Everything(!) stays the same only the “Visual mode” of the Strategy Tester is either enabled or
Carl Schreiber
Added topic isTradeAllowed() and Investor-Pwd-Acces
Hi, I run my EA on my home pc and login to my account by my Investor-Password: so no trades were possible! Is it correct that isTradeAllowed() still returns true (instead of false), and only if I set one of the two options "Allow live trading" to
Carl Schreiber
Added topic TestGenerator: internal error because the file not opened ??
Hi, strange Thing? My EA is working (always and only with M1) with one Broker and EURUSD but with another Broker (I changed at the right bottom) and the EURUDi I got TestGenerator: internal error because the file not opened But with that BrokerGBPUSD
Carl Schreiber
Added topic How do I change the description of an arrow?
Hi, I want to place arrows and want to write the exact price where they are placed at the description-field of the objects. How can I do this? The only thing I found is to place text-objects and they have without any further interaction a description
Carl Schreiber
Added topic WindowScreenShot: How many pixels (size_x) does have one candle on a chart with chart_scale=5 (biggest) and others?
Hi, does anybody knows ho many pixel in x-direction (size_x) does have one candle of the chart with chart_scale 5 (and 4,3,2..)? Is there a way to calculate the size_y out of the High[iHighest(..)] and Low[iLowest(..)] ? Thanks in advance, Gooly PS
Carl Schreiber
Added topic Errors after hibernation ??
Hi, I wrote a little M1-indicatior (here simplified): int start() { int limit,i, n= 0 , b=- 1 ; static datetime lstQts= 0 ; //---- last counted bar will be recounted int counted_bars=
Carl Schreiber
Added topic trading functions: local or remote answers?
Hi, does anyone know where in general the 'answers' of the trading function are stored: eitheralready hold locally in the client-MT4 or remotely at the server? Especially: OrdersTotal(). Thanks in advance
Carl Schreiber
Added topic HowTo change Server (rescan and new connect/login) by an EA?
Hi, is that possible and how can it be done, that an EA checks 1) the latency to an server check the latency of its actual server mybe just by beg = GetTickCount (); ord = OrdersTotal (); latency = GetTickCount () - beg; decides: this os ok - do
Carl Schreiber
Added topic CompareDoubles - a 'security question'
I have read avout the problems of CompareDoubles. But would it be safe (and faster) NOT to use the coorect way: if( NoramlizeDouble(doubleValue,8)<0.0) ... if I only check the sign: if (doubleValue < 0.0 ) Alert ( "negative" ); else Alert (
Carl Schreiber
Added topic Backtest -> Expert Properties -> Optimization -> Limitation ..?
Hi, Do the Limitaions of the Backtest Expert-Setup window (it has three tabs: Testing, Inputs and Optimization) really work (and how)? I tried to use e.g. "Maximal drawdown". :( So I first enabled "Maximal drawdown" and then tried
Carl Schreiber
Added topic The Spread of the Backtests
I have seen and read a lot of commets about the spread (durig weekends, bougus server, ..) of MT4. But what I have not found is an answer to to that question: If I start a backtest - e.g. ~10'000 tries: is the spread taken once at the beginning this
Carl Schreiber
Added topic s.th that is equal is not reconized as equal ??
Hi, I am sorry for this rather ridiculous piece of code - but it drives me crazy. To save mainly backtest time I want to execute a function only once with in a bar not every tick so I wrote: // PERs[] = {PERIOD_M1, PERIOD_M5, PERIOD_M15, ... //
Carl Schreiber
Added topic mysterious compiler errors?
Hi, I (MT4 (from Boston Cons.) build 402) have written an EA that actually trades quite ok. Now I wanted to rewrite everything but the compiling fails with Errors that I don't understand! First Error message that shows up several times: ')' wrong
Carl Schreiber
Added topic double quotes needed ??
Hi, I want to use " kernel32 .dll" to read and write files. (from http://www.m-t-a-w.com/indicatorsandea/File%20Read%20Write.mq4) from other than the MT4-default-folders. So far so good. But now I want to define the path to the files to be
Carl Schreiber
Added topic how to change the "show Grid" default Test-Setting?
Hi, does anybody know, how I can change the dafeult setting of chart that are started by the tester (isVisualMode()). I would likt to start the new chart without the grid (uncheck "show grid") and with some other colors more darken one like
Carl Schreiber
Added topic time offest of the historical data from Metaquotes.
Hi, when I started to download historical Data MT4 informed me that I'm going to download data from Metaquotes, while my account is with Active Trades. ok, but from my broker I know the time-off of his data, but what is the time offset of the quotes
: