BurkhardWille
BurkhardWille
BurkhardWille
Left feedback to developer for job Save some details from all available instruments to an ascii file
BurkhardWille
Left feedback to developer for job Simple EA (buy new high/lows with a small condition) and with a simple stop management
BurkhardWille
Left feedback to developer for job Session-High/Lows Breakout EA
BurkhardWille
Added topic [iCustom] Error message when file does not exist
Hi, is there a way to get a return value (other than 0, 0 could be a value of the indicator), if the file does not exist, if I call the file with iCustom? double val= iCustom ( NULL , 0 , "SampleInddoesnotexist" , 13 , 1 , 0 ); Warm Regards Burkhard
BurkhardWille
Added topic iCustom with ENUM_TIMEFRAMES
Hi, I am already trying to read the values of an indicator with iCustom, but always I get only 0 with this kind of indicator: test.mq4 extern ENUM_TIMEFRAMES   MA_TF            = PERIOD_M30; extern int    
BurkhardWille
Added topic Function to get information about account type (Demo/Live)
Hi, is there a function to get the information about the account type? I have to know, if the account is a demo or a live account.   Thx. 
BurkhardWille
Added topic Best way to close a lot of positions?
Hi, I using this function to close all my position:    for ( int i = OrdersTotal () - 1 ; i >= 0 ; i--) {        OrderSelect (i, SELECT_BY_POS , MODE_TRADES );        if (
BurkhardWille
Added topic Blue Target Arrow-Line in Strategy Tester
Hi, only on live/demo-Charts the target-price as small arrow-lines for the open position is in blue, but in strategy tester stop and target arrow-lines are both red. Confusing. Is there a fix solution?    Warm Regards Burkhard 
BurkhardWille
Added topic Tickgenerator for weekend with the latest MT4-build
Hi, I used for some months a Tickgenerator script, but it dont send now the tick to an indicator or an expert advisor. Only the comment in the scipt is refreshed and show me, the the script is running, but my indicator/expert advisor (include a test
BurkhardWille
Added topic Disable tradelines in Backtester
Hi, I draw with my EA the line between open and the close-price, but the Backtester draw the lines automaticly, so I have two line for each trade. How can I disable the automatic draw-lines? I tried already CLR_NONE in the OrderSend call
BurkhardWille
Added topic Hotkey-Function in EA for backtesting
Hi, I saw a usefull EA http://www.forexfactory.com/showthread.php?t=445367, unfortunately only as ex4-file, I am interesting in the code for creating interaction with hotkey_buy 'B' and hotkey_sell 'S' to open market positions in the tester during
BurkhardWille
Added topic MT4 One Click-Trading Addon with same position-tracking like MT5
Hi, I'm looking for an MT4 One Click-Trading Addon, with which I can buy/sell positions by clicking a button (like the actually MT4 One Clicktrading) feature, but the positions from the click-trading should appears in the trading tab only as one
BurkhardWille
Added topic [MT4-Bug] Problem with right aligned label created with an expert advisor and automaticly text change
Hi, to show me some information of my expert advisor variables, I created some label-elements in the right top corner. Until april all gone fine, but with some new updates of Metatrader the text isn't aligned right correctly. If I change the text
BurkhardWille
Added topic Event on changing server?
Hi, all important things in the OnInit-routine not be called, if I change the server. Is there another event handler to react on server-change? Regards Burkhard
BurkhardWille
Added topic DayOfWeek-Names vertically at the top
Hi, is there maybe a finished indicator, which show me the DayOfWeek-Names vertically at the top (or bottom), like in my picture (text created manually to show my request). Regards Burkhard
BurkhardWille
Added topic Speed up multi orders at the same time/symbol
Hi, how can I speed up multi order to get most orders in a short period? I wrote the function below to open 10 positions:    int i = 0 ;    while (i < 10 ) {      int ticket = 0 , lastError = 0 , n = 0 ;
BurkhardWille
Registered at MQL5.community
BurkhardWille
Added topic Customize Styler Line-Break
Hi, the Styler break the brace from my "style" to a new line: my Style:    int OnInit() { to int OnInit () { Can I change the Styler-Standard? Regards Burkhard
BurkhardWille
Added topic Rectangle from Sunday to Monday is drawn already on Friday
Hi, if I draw a rectangle from Sunday (e.g. 09th March) to Monday, the rectangle is drawn already on Fridays last bar. Its a bug? Maybe its a problem with no quotes on Sunday with some demo-accounts? Regards Burkhard
BurkhardWille
Added topic Add Live Trading Server? SRV-Files don't work
Hi, I can only add Demo Server with Build 610, SRV-files don't work in the config folder. Any ideas? Regards Burkhard