Codes

MTrainer Strategy Tester for MetaTrader 4

Backtest your ideas in ST with simple order initiation. 100% visual, no typing, just drop a horizontal line on the chart to order! Focus on your indicators and trade with ease. Has SL and TP lines as well as PC line for partial close. Externals: BSRa

Forum

Original Pending Order Price - where is it?

Hey traders, Is there a way to get the Orders original Pending Price

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 December 2012. But on the charts I dont see this

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 how it fills charts in MT4, combined with your

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 (real chart data) is also hosed up. Are the rest of

Input Field Navigation in Backtester

Is there something wrong with my keyboard or is only Mouse Navigation available when using the Backtester Settings Tab

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 suicide. I just need a nice clean straight conversion

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 right end completely. The problem is that the

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 Bar by Number. Which number should I use??? The

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 their values. Easy enough to read in from a file

Dynamically change/set chart characteristics

is it possible to dynamically change the background color and remove the grid lines from an EA