- Search Crypto Craft
- anamy replied Mar 21, 2007
I forgot to mention that for the Martingale lot sizing, the EA searches through all available account history, looking for previous orders. Can you give me more details about your error because I have run the EA, and DID get an error, but it had to ...
Heiken-Ashi System
- anamy replied Mar 19, 2007
Here is EA — Ok, here is the EA! StartHour=0; // Entry hour according to GMT CloseOutHour=23; // Hour to close existing orders according to GMT It uses the Martingale Lot sizing according to the system rules. If an order must be closed without ...
Heiken-Ashi System
- anamy replied Mar 11, 2007
Here's what is wrong with the EA — I looked over the code for the EA provided by timbo (or was is timbobo? i forget) and it's missing the lot progression part of the system, the most important part. Fret not, EA lovers, I am intrigued by this ...
Heiken-Ashi System
- anamy replied Mar 6, 2007
NOPE. Computer must be kept on to run the EA. Although I hear you can upload these EAs to servers and have the servers run them. But, I don't know anything about that.
Part Time Wealth Building Trading System - Daily Scalping
- anamy replied Feb 16, 2007
Because EntryTimeHour and ExitTimeHour are declared as integers, you would need to go with the second set.
Part Time Wealth Building Trading System - Weekly Scalping
- anamy replied Feb 15, 2007
Why can't these EAs work the way they're supposed to?! — I'm currently running Rhythm (first version) on a demo account across many pairs. I read earlier in the forum that the EA is an always-in-trade-kind of program. What is the "EntryTime ...
Part Time Wealth Building Trading System - Weekly Scalping