• Information
10+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends

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

Ingvar Engelbrecht
Added topic MQL4/MQL5
I have a quite extensive MQL5 EA that uses several Libraries For various reasons I am doing a MQL4 version. Under what circumstances (if ever) can I use a MQL5 library? ( import a .ex5 library)
Ingvar Engelbrecht
Added topic MySQL and 64 bit
Some time ago I had problems with MySQL and 64 bit windows. I solved it by using a 32 bit MT5 on my computer. It seems that I have gotten into some similar problem or possibly a problem with libmysql.dll Is there a 64 bit version of libmysql,dll
Ingvar Engelbrecht
Added topic Problem with Metatester
I have 2 desktop an one laptop.  All running Windows 7 I have  working setups of Metatester on the 2 desktops My local network is 192.168.10.xxx All computer work as expected accessing intewrnet One desktop with ip 192.168.10.44 the
Ingvar Engelbrecht
Added topic Accessing indicator values
I want to access values from a running indicator in my EA running on the same screen. I have not written the indicator, I only have the .ex4 file. Is that a trial and error execise just looking int various buffers
Ingvar Engelbrecht
Added topic Setting up a named pipe
I want to send information about a trade oppurtunity from MT5 to MT4. What i wonder about is in what order things should be done. My idea is that the receiver should create the pipe and "listen" and the sender should open and send Receiver:  -
Ingvar Engelbrecht
Added topic Calling MT4 to place a trade
Is there a way to call MT4 from an external program and tell i to place a trade?. It could be either a call to start MT4 and place a trade or a  call to a running MT4 to place a trade
Ingvar Engelbrecht
Added topic Move a signal subscription
I started a signal subscription on an account I was running on my local computer. Since the account has to be running all the time I want to move it to my server and another broker. How? Unsubscribe and subscribe? I have only run it for 2 days so
Ingvar Engelbrecht
Added topic Multiple signal subscriptions?
I have one subscription running on my MT4. Tried to add one more but failed. Is it possible to have more than one subscription on an account
Ingvar Engelbrecht
Added topic Strength meter
Before starting coding a relative stength indicator that compares the major pairs with each other I wonder if there is any good MT4 versions around. Have tested 2 but are not happy with the results
Ingvar Engelbrecht
Added topic Searching for strength indicator
I had, but lost it. An indicator showing the majors as differntly colored graphs in a window. Been looking around but not found one. code, free or reasonably priced
Ingvar Engelbrecht
Added topic MQL4 and SeriesInfoIngteger
This code: data.ThisTimeStamp[i] = (datetime) SeriesInfoInteger(data.symbol[i],data.ThisTF[i], SERIES_LASTBAR_DATE ); It will only return the correct value if the corresponding chart is open in the terminal. Otherwise it returns zero.  The
Ingvar Engelbrecht
Added topic Strategy tester
Using Open prices It says. "Only for EA:s that explicity open bars" What does that mean? How is it done
Ingvar Engelbrecht
Added topic CopyRates offline data MT4
Using a rangebar setup in EA. Using Offline charts created by range bar EA It can work in 2 modes, single pair, attaching my EA to the offline Range bar chart. (or a "normal" chart)  Works fine Multi mode. Reading input file to get pairs to run
Ingvar Engelbrecht
Added topic Range bars MQL5
I have an EA where I use software that produces range bar charts on offline charts. I use the following indicators on these charts: MACD, Bollinger Bands and RSI  Converting this EA to MT5 seems a bit complicated.  There are no offline
Ingvar Engelbrecht
Added topic Code that works in MT5 but not in MT4
A Multi Currency EA. In "OnTick" I have loop that tests if a new bar has arrived . ThisTimeStamp and LastTimeStamp are datetime ThisTF is ENUM_TIMEFRAMES  and is set to 15M I am running the EA on a 5 Minutes chart.  On MT5 the loop runs
Ingvar Engelbrecht
Added topic creating indicator on chart from EA, MQL4
iI am using a number of indicators in my EA. I create them using iBands , iRSI and iMACD. How do I create the indicators "OnScreen" (hm, excuse me Enterprise) by code in the EA
Ingvar Engelbrecht
Added topic accessig offline charts from EA
Is it possible to use offline data in an EA. Range bars and similar  are often created as offline charts. To develop multicurrency EA:s using rangebars  I  would have to use offline charts as the primary input since range bar creators
Ingvar Engelbrecht
Added topic range bars on offline chart
I have an MT4 EA that creates range bars on a offline chart (M2). Works fine. Is there a corresponding EA (not indicator) that creates a offline chart available for MT5
Ingvar Engelbrecht
Added topic range bars on MT4
Not clear if this MQL4 question should be placed here or in the MQL4 forum    I have an EA that continously creates range bars on a offline chart  (M2) Works fine. I am developing an EA that is to be run on this chart. That EA needs
Ingvar Engelbrecht
Added topic Using range bars
I have an EA that continously creates range bars on a offline chart  (M2) Works fine. I am developing an EA that is to be run on this chart. That EA needs indicator information from Bollinger, RSI and MACD as well as chart data How do I go about