dustin  shiozaki
dustin shiozaki
dustin shiozaki
Added topic mt4 signal not adjusting for the correct acct balance
mt4 signal not adjusting for the correct acct balance for example my acct balance is 100k. signal provider acct balance 600.  SIgnal opens .04 lots on their acct. Using no more than 5% of deposit still only .04 are opened.  Has affected
dustin shiozaki
Added topic local farm makes tester slower
I'm just using a 2 computer LAN.  I have a xeon 2x 2697 machine with 96GB ram and then i have  xeon 2x 5650 with 12GB memory. When I use the local agents it makes the tester around 3x slower.  My main computer is the faster one. 
dustin shiozaki
Added topic trailing stop
If you are using multiple pairs, 1 EA, 1 magic number. Then if you optimized for trailing stop then I'm assuming the EA won't have a problem managing each pair with the same number because it will look up the orders by the pair right ? but what if
dustin shiozaki
Added topic Modify Strategy tester to go up the last bar?
Modify Strategy tester to go up the last bar? Is it possible to do this?  
dustin shiozaki
Registered at MQL5.community
dustin shiozaki
Added topic ema loop
Hello, I'm working with a self reflective ema based on the following formula: (while pos >=) ema = ratio * (last price - ema) pos++; Where pos is the bar count using a comparison to the bars counted function. My problem is that the ema continues