Friends 1
jepper
Added topic Limit order backtesting
Forgive me if this is totally obvious to the rest of you: My experts using limit orders, never seem to take any trades at all on MT4. Is this is a known limitation? I can't find anything to suggest limit orders are not supported in backtesting , but
jepper
Added topic Alert at end or start of bar
I'm sending myself alerts on certain new bars, when two of my custom functions return a 1 for example, but it seems there's some slowness or lag causing the custom functions to respond to the previous bars value... I want to send the alert 20 or
jepper
Added topic Programatically adjust Y scale on chart
Is it possible in code to adjust the vertical scale on a chart? To be sure, what I mean is, hold the mouse button on the scale and move the mouse forward or backwards. Thanks and good luck all
jepper
Added topic Terminal resolution
In my MT4 terminal I can see in the chartXX.chr files that I have ca 1800 width and 960 or so height. This is on macbook 16 with an insane resolution, but I'm not forcing MT4 into the high resolution mode as everything becomes too small. Q: Is there
jepper
Added topic Comment text lines overlap
I set up a new VM with MT4 and on this when I use Comment ("something") the lines are overlapping, e.g. below. I have a workaround which is to change Windows 10 trying to "fix" blurry displays. It does make the RDP session look very crisp and lovely
jepper
Added topic EA (and indicator) use old version despite new compile
A bit of a weird issue here. I write a lot of EA's and indicators, and I compile all the time of course. Sometimes, I apply the EA and indicators to a chart using a template. Now what I see is that the previous version of said code is running, until
jepper
Added topic Anticipate news and close trades with EA
The problem: Programatically exit trades, downsize, or just not trade that [morning|day|evening] before major news events, e.g. interest rate announcements and such. General question - is anyone familiar with / aware of a free or cheap financial news
jepper
Added topic Rules framework
So my current project has become quite, uh, webbed... In a bad way. I'm finding it problematic to define trade rules in a consistent and consolidated way, and if I step away for too long I find it hard to identify sometimes why a trade was opened or
jepper
Added topic Detecting back test
I am writing some files for state persistence, but this is not needed when back testing. What code or environment variable (or similar) can we use in the EA, so it knows when it's being executed by a backtest
jepper
Added topic Extract info about how an order was closed
I am looking for a way in MT4 to programatically know how an order was closed, e.g. did the EA close it or was it a human/manually instigated operation. Is this available? I've looked at all the Order* commands, nothing seem to fit this requirement
jepper
Added topic P/L for custom time period
Is there a built in mt4 / mql4 function that is able to show daily p/l or p/l for a custom defined time period? Appreciate I'm lazy, just trying to avoid having to code an EA to get some basic info out. Thanks all :)
jepper
Added topic Time frame question
Forgive me, I am new, I've been using mt4 for a while. I coded a way to make calculations on custom time frames, by loading the current price of an instrument into an array. So this way, I at 10:15 for example, I can calculate stuff with an hourly
jepper
Registered at MQL5.community