- Search Metals Mine
-
Ronald Raygun replied May 11, 2010High should actually be 0, because price is not required to place a vertical line.
Cant draw simple Vertical Line
-
Ronald Raygun replied May 10, 2010replace time with iTime(NULL, 0, 0)
Cant draw simple Vertical Line
-
Ronald Raygun replied May 10, 2010What's your "time" variable? Need to be a datetime.
Cant draw simple Vertical Line
-
Ronald Raygun replied May 10, 2010Can you really guarantee your success?
Need help with a programmer !!
-
Ronald Raygun replied May 10, 2010Backtesting is okay when using M1 data. It could be better if you used tick data.
Free Backtesting and Optimization Service
-
Ronald Raygun replied May 9, 2010Attach this to chart, then drag a moving average on top of this indicator. Set the price as "First Indicator"
Moving average tick by tick Indicator??
-
Ronald Raygun replied May 9, 2010I would opt for quad core, Metatrader 5 allows for multi-core optimization.
Free Backtesting and Optimization Service
-
Ronald Raygun replied May 8, 2010The problem I have found with this sort of solution is you consider only two points in a time series, and the resulting value is the average slope of the price during that period. That in itself I suppose is useful for determine the trend's ...
A VERY simple question :)
-
Ronald Raygun replied May 8, 2010Not possible. If you want to control the code, don't distribute the EA.
Can we hide/Block the source codes of EA from MetaEditor
-
Ronald Raygun replied May 8, 2010Look for any grid trading EA. Sounds like that's what you're doing.
newbie has EA idea
-
Ronald Raygun replied May 8, 2010CodeMeister, HMA angle and just about any other 'angle' indicator generally considers only the current bar's value, and the value of the bar prior to it. As a general rule of thumb, to try and garner a broader idea of what the overall trend ...
A VERY simple question :)
-
Ronald Raygun replied May 7, 2010The definition of 'sloping up' and the definition of 'sloping down' is difficult to mathematically define. What may be sloping up to you could be sideways movement to me. If it truly was this simple, we would be millionaires ages ago.
A VERY simple question :)
-
Ronald Raygun replied May 6, 2010It's always reset to 0 whenever the for loop starts
Should be an easy problem for an experienced programmer :)
-
Ronald Raygun replied May 6, 2010It's interesting seeing the various viewpoints being shared here. I've been googling terms, theories, etc. Just by looking at the language used, I can sorta glean an understanding of the author's point of view. I've also started looking at some ...
Object Oriented Programming
-
Ronald Raygun replied May 6, 2010int TradeCount = 0; for(int T = OrdersTotal(); T >= 0; T--) { OrderSelect(T, SELECT_BY_POS, MODE_TRADES); if(OrderMagicNumber() == MagicNumber && [Other trade qualifying criteria]) TradeCount++; } There, that wasn't so hard.
Should be an easy problem for an experienced programmer :)
-
Ronald Raygun replied May 6, 2010If you can guarantee your claims I would be interested in exploring this.
I Finally have figured Forex out. Need help programming EA