Wackena
Wackena
Friends

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

Wackena
Added topic RAM - Memeory Usage
Two possible flaws in current MT4 Terminal. 1) It appears that MetaTrader 4 Terminal M1 tick data received is stored in RAM. How fast memory is used is proportional to number of pairs running . When MT4 is re-started, this memory stored tick data is
Wackena
Added topic Broker Spread Emulation
I am investigating if it is possible to write mql code to emulate spread changes in the MT4 Strategy Tester . I assume that Brokers do not manually change spread values and the spread is automatically calculated on the server as trading parameters
Wackena
Added topic Time Zone Trading
How do I code EA to only trade from "StartTime" to "StopTime" on next day? int StartTime = 19; //19:00 to start trading int StopTime = 4; // 04:00 to stop trading next day. Thanking you in advance
Wackena
Added topic History Center Download Function
When using the MetaTrader MT4 build 211 History Center download function , is the data adjusted in anyway according to which broker is being used ?? Assuming that 2 brokers with different server time and both are using the same History Center
Wackena
Added topic MacBook Pro and Optimization Test Speed
I've been a Mac proponent since 1984. And, for over a year, have run MT4 platforms on my PowerBook G4 using MicroSoft Vitrual PC (Windows emulation software). The con was the very slow Optimization speed. Since build 210 on my Dell laptop, auto
Wackena
Added topic ECN Broker Mystery
I use this OrderSend () code in ATC2007 Contest EA, MetaQuotes Demo, FXDD Live & IBFX Demo without problems (no errors). I started a Demo with a Swiss ECN Broker and I get "Error opening Sell order: 130". Does anyone have idea as to why
Wackena
Added topic ATC 2007 Checking EAs
I read this posting in the Russian mql4 forum. This is a AltaVista Bagel Fish (Russian to English) translation of that posting. Why not simultaneously post English version of this important ACT 2007 information? If before September 21, some results
Wackena
Added topic OHLC Bar Construction Between Brokers
I think most MT4 programmers have had EA that performs well with one Broker, but not so well with another Broker. One of my EA takes High and Low values as a Bar is developing to calculate order entry position. And as such, Bar OHLC values between
Wackena
Added topic ATC 2007 Demo Problem
I started a contest Demo and I get this message in Journal. 2007.07.16 14:58:41 '449118': trading attempt in the investor mode I used the Demo password. Account number: xxxxxxxx Server address: demo.metaquotes.net:443 Master password: xxxxxxx Demo
Wackena
Added topic Report Order Open to Close Times
Does anyone have a report template or other method to report total time that orders were open? In Statement, DetailedStatement and StrategyTesterReport, it would be useful to scan a report that has a column that shows the total time that orders were
Wackena
Added topic Timing Code Suggestion
I have coded an EA to place order at specific hour (ServerTradetTime) during the day. I want to have both Server and Local TradeTime on chart via Comment() function . The following code works OK, but I would apprciate if someone could advise if
Wackena
Added topic TimeToStr() problem
When I use this string function , string local = TimeToStr ( TimeLocal () , TIME_MINUTES ) ; Comment ( " Local Time - " , local ) ; and my local time is 07:21 EST, I get this output. 7:07:21. Instead of "hh:mm "format, I get
Wackena
Added topic SendMail advise needed
I use SendMail () for when orders open and when close by EA code. This is a Buy open example. I need advise as to using SendMail() when orders are closed by TakeProfit or Stoploss from the Broker's server. Do I need to use OrderSelect with
Wackena
Added topic Strategy Tester Visual Mode Problem
When I run the following code within an EA on the MT4 Strategy Tester , it works OK. But, if I use Visual Mode, Error 4059 on ordersend attempts. 4059 is "Function is not allowed in testing mode". Why does this code run OK in normal
Wackena
Added topic Comment() Text Color
Is it possible to set Comment() text color in an EA? Wackena
Wackena
Added topic 3 Bar TrailingStop
With 3 Bar TrailingStop, I need ideas to code this: 1. Buy Trailing Stop - Set 1 pip below lowest bar in previous 3 bars excluding Inner Bars. Inner Bar is when one bar's high and low are within previous bar high and low. If this happens, exclude
Wackena
Added topic Intermitten Data Feeds
All my MT4 Live and Demos accounts have intermitten data feeds. This can be seen as the clock in the Market Watch pane continiously freezes for a few seconds to a few minutes. Is this common? Can this interfer with trading? Wackena
Wackena
Added topic Expert tab Error # 1
I'm getting repeated error message in my FDXX Demo Terminal window expert tab. "Expert Name".USDJPY,M15: OrderModify -Error # 1 mql error code 1 is "No error returned, but the result is unknown." Could someone advise what could
Wackena
Added topic OP_BUYLIMIT Expiration Time
I need an example of how to set expiration time in a pending order . In this example, the expiration time is 0. I need example of pending order "Good for the Day Only". ticket = OrderSend ( Symbol () , OP_BUYLIMIT , 1 , 1.3104 , 3 , Ask -
Wackena
Added topic How Brokers Process Data history
I used MACD-Sample EA to backtest 3 brokers on same USDCHF. Bokers are FXDD, IBFX, NF. 1. Downloaded latest History Data from Alpari History Data Center. 2. used Period_Converter script to convert M1 data to remaining timeframes for each Broker. 3
123