- Search Energy EXCH
- JensItzig replied Jul 29, 2019
I would recommend to close that Thread, because it's the same guy known as Sssno1 url
Hello to all programmers, can you help modify one EA
- JensItzig replied Jul 27, 2019
As i wrote. You can have an approximation or a tick based calculation with some additional effort. But keep in mind since forex is not centralized you have also with the mir complex tick solution not an exact vwap.
Tradingview Pivots on MT4?
- JensItzig replied Jul 26, 2019
This could happen when the closing price of the bar (with the offset of your broker) matches the closing price of the day. Then the formulas have the same result. I have done some vwap stuff, right. But on MT4 it’s more an approximation because you ...
Tradingview Pivots on MT4?
- JensItzig replied Jul 25, 2019
Yes there are some calculations that are using the same time. I have posted a pivot suite that does this automatically but there also some implementations that use manual adjustable offsets.
Tradingview Pivots on MT4?
- JensItzig replied Jun 6, 2019
Resurrecting a ten year old thread to resolve a bug. We have seen much here but this is definitely a TOP 5 place.



using sounds in MT4
- JensItzig replied May 30, 2019
Drag the trade from the view into the chart. I guess there is no way to do this via code until you do this all by yourself
Help with some code as in the pic
- JensItzig replied Apr 30, 2019
Fortunately not the server has to draw the information when using MT4 & MQL.
I'm thinking more about a simple json that gets encrypted with all the relevant results for the given indicator or ea. Of course the traffic will increase with ...Help! how do I lock my indicator to an mt4 account
- JensItzig replied Apr 29, 2019
If it comes to that level every hack/crack is the same. That's no argument, this can also be done in any DLL or other executable. I would love this when i'm a cracker or hacker. One simple wrapper and you got all access to the whole communication ...
Help! how do I lock my indicator to an mt4 account
- JensItzig replied Apr 29, 2019
There are always pro and cons. I would love the use smalltalk here, but it doesn't work. So we have to deal with it. If it's that bad move on and use other tools. But i bet you want it to be free of charge so ninjatrader & co. are not an option. ...
I Will Explain Why MQL Sucks and is Counter-Intuitive!
- JensItzig replied Mar 4, 2019
If you want the first bar in a given timeframe for the D1 then i would use following functions. datetime timeOfInterest = D'03.03.2019 11:41:32'; int barD1 = iBarShift(NULL, PERIOD_D1, timeOfInterest); datetime startOfDay = iTime(NULL, PERIOD_D1, ...
New to coding MT4, a few question about converting my indie
- JensItzig replied Mar 4, 2019
No. You can use the OO features also in MT4.
New to coding MT4, a few question about converting my indie
- JensItzig replied Feb 26, 2019
Most of the developers here moving from MQ4 to C#, so you're some kind of unique.
1.) There is nothing like that in MQ4. The most common way is to save the time of the last processed tick. On the next incoming tick you can check with ...New to coding MT4, a few question about converting my indie
- JensItzig replied Jan 1, 2019
Hi. Yes both functionality is programmable with MT4. 1.) Is very simple. You can obtain open price via iOpen Funtion and the paint a graphical object (HLine or trend line) at the given time and price 2.) that can be done in the OnChartEvent when you ...
MT4 Function question
- JensItzig replied Dec 18, 2018
You can tweak the mt4 internal volume indicator for that. Simply add a second buffer and paint the volume (if less then volume before) with second instead first buffer. Then you can set the color via indicator settings like you want
Looking For VSA Volumes Colors Indicator MT4
- JensItzig replied Dec 17, 2018
Easy way is switch to line chart and then set line color to background. Make also sure the candles or then the line will be painted in background and not foreground (look at settings)
Request for help with MT4
- JensItzig replied Dec 13, 2018
Call it like you want. You use stolen IP to your favor and that’s the point. No excuses for that and I can live with that called idiot from a thief.
Coding EA from indicator
- JensItzig replied Dec 13, 2018
Of course. If you buy a stolen car you are absolutely not guilty. Total stupid only because of such suckers they can get enough money from ads for their stolen goods. Oh i saw you from South Africa so my example with stolen cars will be not that ...
Coding EA from indicator
- JensItzig replied Dec 13, 2018
I would not agree but will not capture the thread with discussion about real volume on stocks and tick volume of a decentralized market. If you happy with those solutions I wish you the luck to make also those fortunes
Up/Down Volume Ratio
- JensItzig replied Dec 13, 2018
Not concurrently. Only one by one (MT4). In MT5 you can test multiple currencies at once
Can someone code me an EA - very easy system I'm testing
- JensItzig replied Dec 13, 2018
Oh. Is this the 100th beggar Post for sources? Maybe close to it. AO itself has used a stolen indicator but believes in sharing. I’m sure you can buy his system at mal market for sure but never will get any line of code from him. Look ok in the ...
Dynamic Fibonacci Grid