Mike
Mike
Friends

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

Mike
Added topic Is it possible to emulate control points?
I know that it is quite possible (and often beneficial) to emulate the "Open Bars" testing mode . All you need is something like this: if ( Bars = lastBar) return ( 0 ); lastBar = Bars ; How about control points
Mike
Added topic Integrating indicator code directly into EA
I have this code for the i-Regr indicator. I would like to integrate it directly into my EA so that I do not have to call iCustom() as it is very slow. It seems simple enough but I cannot figure out how to get last bar's value. Since I only care
Mike
Added topic Thoughts on speeding up "Every Tick" testing
Back testing in "every tick" mode is extremely slow if the EA calls a bunch of different iCustom() functions. I have been trying to figure out a way to reduce the number of calculations without sacrificing precision. So far I have only been
Mike
Added topic Interaction of EA with web server?
Hi, I am interested in having a central server application that will dispense buy/sell signals to an EA that resides on a client PC. What is the most painless method to accomplish this? I know a bit of python so I can make the server side application
Mike
Added topic Multi-Timeframe Heiken Ashi MA
Ok - I have been attempting to do this for about 10 hours now and I am going nuts. There has to be something very simple that I'm missing. I wanted to make an indicator that determines whether which direction the Heiken Ashi MA candles are facing
Mike
Added topic Tick volume data
Hi, I wanted to make an EA that compares the volume of the current tick to the volume of the last tick but I was not able to. When I do Print(Volume[0]) I get 1, and Print(Volume[1]) returns the same value multiple times (like
Mike
Added topic Memory handler: cannot allocate 16419849
Hi guys, I have been working on an EA of mine for the past month or so. It works great in the strategy tester, so I decided to try it out on the live demo. However, after a few trades I get this message: "2010.04.26 18:51:58 Memory handler
12