You find the fixed one in first post attached..
Cheers
Tommaso
this EA does not use Balance or Equity.. please read the first post to understand what the alltrade manager is doing..Airbrake » Thu Apr 03, 2014 5:38 pm wrote:Ciao Tommaso!
I don't know if it's a stupid observation but if your EA reads only the Balance and not the Equity, I think there is a little problem. Imagine you have a Balance of $5,000 and an Equity $4,600 due to negative floating of open positions... e.g. If only two open trades make up the balance 1% (as target Balance) and then EA closes all open trades including floating negative then there is a little problem, right?
It is possible to add a feature like this in the EA "EquityGuard" (attached) reading the Equity and close all open orders, pending and desactivate all the EA's at the same time?
This EA doesn't work anymore due to new build 625...![]()
Thanks a lot!!
Cheers!!
Hi Over60,Over60 » Wed Apr 30, 2014 8:05 am wrote:Hi Tommaso,
I did test the “an other AllPairTradeManagerShellyF”, which contains and covers some advanced features.
However, as far as I determined, it did not have a stealth-features for trailing SL
or for partial profit-levels.
If I like to scalp intraday starting with high lotsize and narrow SL and TP-levels (actually manually by order close), after certain pips, I take manually partial profit or close an order tighten at BE or SL (sometimes within the criminals stop-loss-levels, which are provided between 5-20 pips, depending on the pair).
That’s the reasons I´d request a stealth-function, because with tighten stops I would be in the position to bypass the criminals stop-loss-levels and other well known manipulations.
Moving on…
Over60
HiddenPips if this is set !=0 this pips will be added to the shown tp/sl levels ecc, but the EA will internal close the position without this pips. It is use if yo think you must hide some pips of your real SL/TP from your criminal, with a broker like GlobalPrime you have no need for this.UseManualSL_TP_InitialSettingInitialSL=15;//only used if UseManualSL_TP_InitialSetting=true;InitialTP=25;////only used if UseManualSL_TP_InitialSetting=true;