As if got slapped by Cyborg once was not good enough… I got another slap my Cyborg again on the next day…
I took it both ways… slapped on the way up and then slapped again on the way down…
Man it was really painful… And usually with this sort of pain I start to wonder again about the what if.. If my first trade was maintained… I would not have entered that fu(king second trade..
I re looked at the graph again today… if I had change my settings to take the forth degree… THIS WOULD EPISODE WOULD NOT HAVE BLOODY HAPPENED!!!
Sigh…. I am so sad… So sad that I was stumped and could not even think of any other thing to write about… It took me like 5 days to heal this heartbreak man… *Sniff sniff* and today I had to acknowledge this pain.
One good thing… at the time of this writing… I got back to the winning ways again with Cyborg. So let’s hope that I can recoup these losses by the end of the month.
Here is another reply to NameBlank on my comment section… While I did not increase my trade.. Cyborg actually reduce my trade by half… I had put the setting Risk to 2.
So I guess this works out just fine. My second slap was not as painful as my first… but it was still a painful slap nevertheless…










hi, after lots of back testing, i need to thx u coz i found the best ea inside ur treasure trove. if u ask me, cyborg give me the best consistent result, and here is my setting. WARNING: it require lots of of free margin, like my account, if i buy 0.1 lot, it can withstand 8000 pips
extern bool UseMoneyManagement = FALSE;
extern double TradeSizePercent =1.5;
extern string mls = “–Manual Lot Size If MM = false–”;
extern double Lots = 0.2;
extern bool BrokerIsIBFX = FALSE;
extern bool BrokerPermitsFractionalLots = TRUE;
extern string pom = “–Primary Order Management–”;
extern int TakeProfit = 30;
extern int Slippage = 5;
extern string spf = “–Spread Filter—”;
extern bool SpreadFilter = TRUE;
extern int SpreadLimit = 5;
extern string lom = “–Limit Order Management–”;
extern double Multiplier = 2.0;
extern int TimeGrid = 60;
extern int Grid = 40;
extern int TP = 25;
extern double LotInc = 0.0;
extern int MaxLevel = 5;
extern int StopLoss = 250;
extern int useDelayAfterClose = 0;
extern int MinutesToDelay = 30;
extern int Broker_GMT_TimeShift = 2;
extern int UseFridayNoTrade = 0;
extern int UseSundayNoTrade = 0;
extern int UseTradingHours = 0;
and lastly, try to prevent trading before big news time, and prevent taking the trades over the weekend
@John… thanks for the share. Might probably put your settings into play…