Quote:
Originally Posted by erdenmensch
@tiger wong
what means stop loss total in $?
|
it is based at idea from duyduy, which means SL Total of all floating position that we have when using this EA. The idea is to limited our total loss so when it is reached, the EA will stop to trade.
Quote:
Originally Posted by erdenmensch
@tiger wong
If we Trend Spacing, Counter Trend Multiplier and Close Delay not need, we can remove it completely. What do you think? 
|
Trend Spacing = 1000, CounterTrendMultiplier = 0, CloseDelay = 0
This is setting for not use these parameters.
Quote:
Originally Posted by erdenmensch
@all
When Ive open 5 positions at the same time and 1 position comes in the profits, sometimes 2-3 positions simultaneously closed and one approximately with the same loss as the profit position. Who can fix it?
|
EA works exactly like this, it will close all open position if the total floating profit is equal or greater than our target. Similiar to Martingale.