Forum

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 several mt4 accts, but used to work fine Broker globalprime-demo

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. Is there any way to speed it up

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 you optimize the EA every day with a different

Modify Strategy tester to go up the last bar?

Modify Strategy tester to go up the last bar? Is it possible to do this

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 to add to itself on the last bar which caused the line