self-employed at
Hi.
I am a coder.
List of available tools @ https://ovo.cz/

Offline chart generators (Rangebars, Renko, hybrid Renko, Flex Renko, Tick chart, Mean Renko, Point Original, Point & Figure, Custom & seconds timeframes)
Basic Offline Charts Simple Backtesting (available for any offline chart)
Advanced (99%) Offline Charts Backtesting (Renko, mean Renko, Point original, flex Renko, Range bars)
Ex Ovo Omnia
Added topic MQL+ OnCalculate in expert
If I prefer to include indicator calculation into EA rather than the iCustom call, probably the easiest way is setting correct parameters for OnCalculate() function . Did anyone already invest some effort into coding? I guess it should use
Ex Ovo Omnia
Added topic The new MQL4 syntax
It's been a while since the Beta has been released, and I spotted a note somewhere, that the regular release might appear in a middle of January. Though I doubt it will happen, perhaps a few coders may feel interest in sharing ideas and problems they
Ex Ovo Omnia
Added topic Automated MQL testing for a developer
I am not sure if this Forum is the right place for this topic, I am just trying. The question is about testing the MQL software, not about a trading strategy. Long time ago I realized, that manual testing of the developed script after an update is
Ex Ovo Omnia
Added topic How to resolve a history folder
I have a question. Is there any elegant way of how to resolve a current history folder name, in which the . hst files are accessed if no internet connection is open? Since there is another bug with FileOpenHistory() (I mentioned earlier in the
Ex Ovo Omnia
Added topic File handle is closed in the deinit()
I have a library file, that implements a deinit() method. The deinit() is correctly executed within the event of unload, right after the deinit() of the master script. But, (unlike the deinit() of the master script) the file handles are already
Ex Ovo Omnia
Added topic Chart shows different price than MQL
When I work with Bid and Ask, I realized one (only one I know about) broker has different values for the chart and the MQL variables. The value for Bid differs from the chart by constant of 5 tick (0.5 pip), as well the ask level in the chart is
123