jonus
jonus
Friends

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

jonus
Registered at MQL5.community
jonus
Added topic History Data Incomplete
Ive tried to download data (History Center) from 3 different brokers (all of them subscribe to Alpari history) and I keep getting incomplete data. Im getting 1993 up to 2011 then part of January 2012 followed by a huge gap until the past few days of
jonus
Added topic Metaquotes Data is Crap!!!
Folks, the data coming out of Metaquotes servers is garbage. This problem has been going on for almost 2 years now. I really dont see you any of you can expect to make money when the data used to backtest is full of holes. The Metaquotes History and
jonus
Added topic History Data Woes
Im using ATC and have been having serious history data problems for quite some time now. After finally convincing their server admin that theres problems, the answer I get from him is that its a Metaquotes problem. Actually I found that ATCs data
jonus
Added topic Input Field Navigation in Backtester
Is there something wrong with my keyboard or is only Mouse Navigation available when using the Backtester Settings Tab
jonus
Added topic Converted MT4 EA to MT5
Does anyone have a completed working EA for MT5 that was converted from MT4? Ive looked at the example Wizard MT5 EAs and those are just way too complicated and use C++ with pointers to functions bla bla bla on and on terseness that drives me to
jonus
Added topic Fading Trend Line Problem when Buffers added to Indi
I wrote this Indi to draw trend lines on a chart. Everything was sweet until I decided to make the Indi callable and return some info. to an EA. Problem is now that over time, the Trend Lines fade out. At first becoming dots then disappearing at then
jonus
Added topic Reading the EA Presets File into My Indicator
My system requires the Indicator to run concurrently with my EA. They share many of the same parameters , but the problem is Indis dont allow you to load from a presets file. I want to read the EA presets file into my Indicator, and parse and apply
jonus
Added topic Dynamically change/set chart characteristics
is it possible to dynamically change the background color and remove the grid lines from an EA
jonus
Added topic Back Testing Confusion - Different Alternating Results Using Optimization Parameter=Balance
Ive back tested the same EA several times. Using the same parameters I get 2 different sets of results. The results just keep alternating one after the other. This happens when I use the Optimization Parameter=Balance . Can anyone explain this
jonus
Added topic Cant Read The Book
I downloaded the documentation Book several times, but still cant open it successfully. It just opens a blank page with an error. has anyone converted this to Word or PDF
jonus
Added topic MT4 History Center Data - How to Export All of it?
Im trying to Export all of the 1m data my broker has on the server. I go into the History Center, Click on 1m for the pair I want to download. Depending on which pair I select sometimes it says: Database: 50000 / 3244987 records If I do an Export in
jonus
Added topic Closing Trades in Stages
Hi Traders, I have some code ( I didnt write it) that attempts to determine a trades level in respect to the stages I use to perform a partial close. It attempts to count Order History Records, as a way to determine at which level the open trade is
jonus
Added topic Original Pending Order Price - where is it?
Hey traders, Is there a way to get the Orders original Pending Price
jonus
Added topic Close Percentage of Trade Calculation
I'm trying to write a subroutine that accepts 2 parameters(Percent, Lots) and return the number of lots to close based on a percentage of the current trades lots size (CloseLots). The issues are as I see it, the simple (Percent x Lots ) calculation
jonus
Added topic Debugger! Donde Esta?
I sure hope MT5 has a Debugger in it. This is the most miserable programming environment I've ever worked with
jonus
Added topic Pending Order Price VS. Actual Open Price
I have a problem finding the Pending Order Price AFTER the trade Opens. Slippage will change the price to whatever the market delivers. How can I get back my original posted price? My trade management logic works off this price NOT the actual Open
jonus
Added topic Put some Text above the current Bar Please!
Anyone want to throw some example code my way? All it needs to do is place some text label object with value "Buy" or "Sell" just above the current bar
jonus
Added topic Positioning Objects
Im creating a text label object but cant seem to get the placement where I want it ie. just above the actual bar that is the signal. But regardless of the bars location, the Text always shows up in the same location (midupper left) What am I doing
jonus
Added topic Tracking the Painted Bar
Ive written an EA that paints a Bar Red directly on the chart, then uses that bar to make comparisons and calculations. Im having trouble keeping track of the bar. Seems bars are NOT objects that i can search for by color, therefore I must track the
12