View Single Post
 
Old 09-19-2007, 05:26 PM
yohanip yohanip is offline
Junior Member
 
Join Date: Sep 2007
Posts: 28
yohanip is on a distinguished road
Quote:
Originally Posted by davidke20 View Post
Yohannes,

I dont know whether you do this on purpose. Your EA obviously eating too much memory. I've setup an account on the PC that I use to download porn ONLY. But, obviously the EA have swallow my memory. Please check your recursive routine on drawing indicator and chart comment, whether it recalculate EVERY PIP instead of everybar. Its killing my computer, how am I suppose to run other stuff if your EA like this.

Another thing, when there is a opportunity to take a trade, your EA seems to randomly open trade on that bar. Is this how it supposed to be? Or you dont know how to code it to make 1 trade/bar? Today have a big bang on GBPJPY all the way. We still have a few more days until the week ends. Your explaination will be much appreciate. Again, no critics. Just testing and observation. Let us know how you think about my point of view. Cheers



Regards

David
Hai there David,

No, the EA is not using any recursive calls, it's using only basic mathematic tracing the history, without using any recursive functions, this quite new that the EA is eating to much memory, because i didn't call any BIG memory allocations at all..

But it did make calculations on EVERY ticks, my computer is Pentium II 400 with memory 64MB Pc 133 operating system windows XP Home Edition, i didn't suffer any 'lagging' to browse with opera, and runing YM..yes, i'm affraid the EA did consume a lot of processing power to the CPU..

Thank you for opening my eyes to this matter

The EA may open manny trades on the same candle as long as it choose that the position should generates profit, i did not limit the EA to open trades on the same candle.. Thanks for the observation thus far, much appreciate it, i really do

Hope this will clarify some..

Cheers

Yohan