⭐ deadsoul Posted January 18, 2010 Report Share Posted January 18, 2010 please educate this good scalper ...it needs dll to work...thank you in advance.. #property copyright "Copyright © 2008, MetaQuotes Software Corp." #property link "www.lugansky.by.ru" #import "lb.dll" int fnProtect(); #import int gi_76; extern double Lots = 0.1; double gd_88 = 2.0; extern double TakeProfit = 55.0; extern double Stoploss = 500.0; extern double TrailStart = 10.0; extern double TrailStop = 10.0; extern double AvStep = 45.0; int gi_136 = 0; int gi_140 = 0; int gi_144 = 10; bool gi_148 = FALSE; double gd_152 = 20.0; extern bool UseTrailingStop = FALSE; bool gi_164 = FALSE; double gd_168 = 48.0; double g_slippage_176 = 3.0; extern int Magic = 777; double g_price_188; double gd_196; double gd_unused_204; double gd_unused_212; double g_price_220; double g_bid_228; double g_ask_236; double gd_244; double gd_252; double gd_268; bool gi_276; string gs_280 = "Scalper+"; int g_time_288 = 0; int gi_292; int g_ord_total_296 = 0; double gd_300; int g_pos_308 = 0; double gd_316 = 0.0; bool gi_324 = FALSE; bool gi_328 = FALSE; bool gi_332 = FALSE; int gi_336; bool gi_340 = FALSE; double gd_344; double gd_352; int init() { gi_76 = 0; gi_76 = fnProtect(); if (gi_76 != 3) { if (gi_76 == 1) Alert("????????? ?????????!\n?îç?à? êë?÷?âîé ôàéë. ?ë? ïîë?÷??è? ëè???çèî??î?î êë?÷à, ïî?àë?é??à, î?ï?àâü?? ôàéë generate.inf (?û ?àé???? ??î â êî??? ?è?????î?î ?è?êà) ?àç?à?î÷èêà?!\nhttp://luganskybrothers.ru/"); if (gi_76 == 2) Alert("???????? ???×!\n?à? ëè???çèî??ûé êë?÷ ??â????!\nhttp://luganskybrothers.ru/"); if (gi_76 == 0) Alert("???????? ?????????!\n?î? î?è?êè = 0. ?â??è???ü ? ?àç?à?î?÷èêî?.\nhttp://luganskybrothers.ru/"); return (0); } gd_268 = MarketInfo(Symbol(), MODE_SPREAD) * Point; return (0); } int deinit() { return (0); } int start() { double l_iclose_20; double l_iclose_28; if (UseTrailingStop) TrailingAlls(TrailStart, TrailStop, g_price_220); if (gi_164) { if (TimeCurrent() >= gi_292) { CloseThisSymbolAll(); Print("Closed All due to TimeOut"); } } if (g_time_288 == Time[0]) return (0); g_time_288 = Time[0]; double ld_0 = CalculateProfit(); if (gi_148) { if (ld_0 < 0.0 && MathAbs(ld_0) > gd_152 / 100.0 * AccountEquityHigh()) { CloseThisSymbolAll(); Print("Closed All due to Stop Out"); gi_340 = FALSE; } } int l_ord_total_8 = OrdersTotal(); int l_count_12 = 0; for (int l_pos_16 = 0; l_pos_16 < l_ord_total_8; l_pos_16++) if (OrderSelect(l_pos_16, SELECT_BY_POS, MODE_TRADES) != FALSE) l_count_12++; l_ord_total_8 = CountTrades(); if (l_ord_total_8 == 0) gi_276 = FALSE; for (g_pos_308 = OrdersTotal() - 1; g_pos_308 >= 0; g_pos_308--) { OrderSelect(g_pos_308, SELECT_BY_POS, MODE_TRADES); if (OrderSymbol() != Symbol() || OrderMagicNumber() != Magic) continue; if (OrderSymbol() == Symbol() && OrderMagicNumber() == Magic) { if (OrderType() == OP_BUY) { if (gi_136 != 0 || gi_140 != 0) { if (gi_136 == l_count_12 || gi_140 == l_count_12) { gi_328 = TRUE; gi_332 = FALSE; break; } gi_328 = FALSE; gi_332 = TRUE; break; } gi_328 = TRUE; gi_332 = FALSE; break; } } if (OrderSymbol() == Symbol() && OrderMagicNumber() == Magic) { if (OrderType() == OP_SELL) { if (gi_136 != 0 || gi_140 != 0) { if (gi_136 == l_count_12 || gi_140 == l_count_12) { gi_328 = FALSE; gi_332 = TRUE; break; } gi_328 = TRUE; gi_332 = FALSE; break; } gi_328 = FALSE; gi_332 = TRUE; break; } } } if (l_ord_total_8 > 0 && l_ord_total_8 <= gi_144) { RefreshRates(); gd_244 = FindLastBuyPrice(); gd_252 = FindLastSellPrice(); if (gi_328 && gd_244 - Ask >= AvStep * Point) gi_324 = TRUE; if (gi_332 && Bid - gd_252 >= AvStep * Point) gi_324 = TRUE; } if (l_ord_total_8 < 1) { gi_332 = FALSE; gi_328 = FALSE; gi_324 = TRUE; gd_196 = AccountEquity(); } if (gi_324) { gd_244 = FindLastBuyPrice(); gd_252 = FindLastSellPrice(); if (gi_332) { g_ord_total_296 = l_ord_total_8; gd_300 = NormalizeDouble(Lots * MathPow(gd_88, g_ord_total_296), 1); RefreshRates(); gi_336 = OpenPendingOrder(1, gd_300, Bid, g_slippage_176, Ask, 0, 0, gs_280 + "" + g_ord_total_296, Magic, 0, HotPink); if (gi_336 < 0) { Print("Error: ", GetLastError()); return (0); } gd_252 = FindLastSellPrice(); gi_324 = FALSE; gi_340 = TRUE; } else { if (gi_328) { g_ord_total_296 = l_ord_total_8; gd_300 = NormalizeDouble(Lots * MathPow(gd_88, g_ord_total_296), 1); gi_336 = OpenPendingOrder(0, gd_300, Ask, g_slippage_176, Bid, 0, 0, gs_280 + "" + g_ord_total_296, Magic, 0, Lime); if (gi_336 < 0) { Print("Error: ", GetLastError()); return (0); } gd_244 = FindLastBuyPrice(); gi_324 = FALSE; gi_340 = TRUE; } } } if (gi_324 && l_ord_total_8 < 1) { l_iclose_20 = iClose(Symbol(), 0, 2); l_iclose_28 = iClose(Symbol(), 0, 1); g_bid_228 = Bid; g_ask_236 = Ask; if (!gi_332 && !gi_328) { g_ord_total_296 = l_ord_total_8; gd_300 = NormalizeDouble(Lots * MathPow(gd_88, g_ord_total_296), 1); if (l_iclose_20 > l_iclose_28) { gi_336 = OpenPendingOrder(1, gd_300, g_bid_228, g_slippage_176, g_bid_228, 0, 0, gs_280 + "" + g_ord_total_296, Magic, 0, HotPink); if (gi_336 < 0) { Print("Error: ", GetLastError()); return (0); } gd_244 = FindLastBuyPrice(); gi_340 = TRUE; } else { gi_336 = OpenPendingOrder(0, gd_300, g_ask_236, g_slippage_176, g_ask_236, 0, 0, gs_280 + "" + g_ord_total_296, Magic, 0, Lime); if (gi_336 < 0) { Print("Error: ", GetLastError()); return (0); } gd_252 = FindLastSellPrice(); gi_340 = TRUE; } if (gi_336 > 0) gi_292 = TimeCurrent() + 60.0 * (60.0 * gd_168); gi_324 = FALSE; } } l_ord_total_8 = CountTrades(); g_price_220 = 0; double ld_36 = 0; for (g_pos_308 = OrdersTotal() - 1; g_pos_308 >= 0; g_pos_308--) { OrderSelect(g_pos_308, SELECT_BY_POS, MODE_TRADES); if (OrderSymbol() != Symbol() || OrderMagicNumber() != Magic) continue; if (OrderSymbol() == Symbol() && OrderMagicNumber() == Magic) { if (OrderType() == OP_BUY || OrderType() == OP_SELL) { g_price_220 += OrderOpenPrice() * OrderLots(); ld_36 += OrderLots(); } } } if (l_ord_total_8 > 0) g_price_220 = NormalizeDouble(g_price_220 / ld_36, Digits); if (gi_340) { for (g_pos_308 = OrdersTotal() - 1; g_pos_308 >= 0; g_pos_308--) { OrderSelect(g_pos_308, SELECT_BY_POS, MODE_TRADES); if (OrderSymbol() != Symbol() || OrderMagicNumber() != Magic) continue; if (OrderSymbol() == Symbol() && OrderMagicNumber() == Magic) { if (OrderType() == OP_BUY) { g_price_188 = g_price_220 + TakeProfit * Point; gd_unused_204 = g_price_188; gd_316 = g_price_220 - Stoploss * Point; gi_276 = TRUE; } } if (OrderSymbol() == Symbol() && OrderMagicNumber() == Magic) { if (OrderType() == OP_SELL) { g_price_188 = g_price_220 - TakeProfit * Point; gd_unused_212 = g_price_188; gd_316 = g_price_220 + Stoploss * Point; gi_276 = TRUE; } } } } if (gi_340) { if (gi_276 == TRUE) { for (g_pos_308 = OrdersTotal() - 1; g_pos_308 >= 0; g_pos_308--) { OrderSelect(g_pos_308, SELECT_BY_POS, MODE_TRADES); if (OrderSymbol() != Symbol() || OrderMagicNumber() != Magic) continue; if (OrderSymbol() == Symbol() && OrderMagicNumber() == Magic) OrderModify(OrderTicket(), g_price_220, OrderStopLoss(), g_price_188, 0, Yellow); gi_340 = FALSE; } } } return (0); } int CountTrades() { int l_count_0 = 0; for (int l_pos_4 = OrdersTotal() - 1; l_pos_4 >= 0; l_pos_4--) { OrderSelect(l_pos_4, SELECT_BY_POS, MODE_TRADES); if (OrderSymbol() != Symbol() || OrderMagicNumber() != Magic) continue; if (OrderSymbol() == Symbol() && OrderMagicNumber() == Magic) if (OrderType() == OP_SELL || OrderType() == OP_BUY) l_count_0++; } return (l_count_0); } void CloseThisSymbolAll() { for (int l_pos_0 = OrdersTotal() - 1; l_pos_0 >= 0; l_pos_0--) { OrderSelect(l_pos_0, SELECT_BY_POS, MODE_TRADES); if (OrderSymbol() == Symbol()) { if (OrderSymbol() == Symbol() && OrderMagicNumber() == Magic) { if (OrderType() == OP_BUY) OrderClose(OrderTicket(), OrderLots(), Bid, g_slippage_176, Blue); if (OrderType() == OP_SELL) OrderClose(OrderTicket(), OrderLots(), Ask, g_slippage_176, Red); } Sleep(1000); } } } int OpenPendingOrder(int ai_0, double a_lots_4, double a_price_12, int a_slippage_20, double ad_24, int ai_32, int ai_36, string a_comment_40, int a_magic_48, int a_datetime_52, color a_color_56) { int l_ticket_60 = 0; int l_error_64 = 0; int l_count_68 = 0; int li_72 = 100; switch (ai_0) { case 2: for (l_count_68 = 0; l_count_68 < li_72; l_count_68++) { l_ticket_60 = OrderSend(Symbol(), OP_BUYLIMIT, a_lots_4, a_price_12, a_slippage_20, StopLong(ad_24, ai_32), TakeLong(a_price_12, ai_36), a_comment_40, a_magic_48, a_datetime_52, a_color_56); l_error_64 = GetLastError(); if (l_error_64 == 0/* NO_ERROR */) break; if (!(l_error_64 == 4/* SERVER_BUSY */ || l_error_64 == 137/* BROKER_BUSY */ || l_error_64 == 146/* TRADE_CONTEXT_BUSY */ || l_error_64 == 136/* OFF_QUOTES */)) break; Sleep(1000); } break; case 4: for (l_count_68 = 0; l_count_68 < li_72; l_count_68++) { l_ticket_60 = OrderSend(Symbol(), OP_BUYSTOP, a_lots_4, a_price_12, a_slippage_20, StopLong(ad_24, ai_32), TakeLong(a_price_12, ai_36), a_comment_40, a_magic_48, a_datetime_52, a_color_56); l_error_64 = GetLastError(); if (l_error_64 == 0/* NO_ERROR */) break; if (!(l_error_64 == 4/* SERVER_BUSY */ || l_error_64 == 137/* BROKER_BUSY */ || l_error_64 == 146/* TRADE_CONTEXT_BUSY */ || l_error_64 == 136/* OFF_QUOTES */)) break; Sleep(5000); } break; case 0: for (l_count_68 = 0; l_count_68 < li_72; l_count_68++) { RefreshRates(); l_ticket_60 = OrderSend(Symbol(), OP_BUY, a_lots_4, Ask, a_slippage_20, StopLong(Bid, ai_32), TakeLong(Ask, ai_36), a_comment_40, a_magic_48, a_datetime_52, a_color_56); l_error_64 = GetLastError(); if (l_error_64 == 0/* NO_ERROR */) break; if (!(l_error_64 == 4/* SERVER_BUSY */ || l_error_64 == 137/* BROKER_BUSY */ || l_error_64 == 146/* TRADE_CONTEXT_BUSY */ || l_error_64 == 136/* OFF_QUOTES */)) break; Sleep(5000); } break; case 3: for (l_count_68 = 0; l_count_68 < li_72; l_count_68++) { l_ticket_60 = OrderSend(Symbol(), OP_SELLLIMIT, a_lots_4, a_price_12, a_slippage_20, StopShort(ad_24, ai_32), TakeShort(a_price_12, ai_36), a_comment_40, a_magic_48, a_datetime_52, a_color_56); l_error_64 = GetLastError(); if (l_error_64 == 0/* NO_ERROR */) break; if (!(l_error_64 == 4/* SERVER_BUSY */ || l_error_64 == 137/* BROKER_BUSY */ || l_error_64 == 146/* TRADE_CONTEXT_BUSY */ || l_error_64 == 136/* OFF_QUOTES */)) break; Sleep(5000); } break; case 5: for (l_count_68 = 0; l_count_68 < li_72; l_count_68++) { l_ticket_60 = OrderSend(Symbol(), OP_SELLSTOP, a_lots_4, a_price_12, a_slippage_20, StopShort(ad_24, ai_32), TakeShort(a_price_12, ai_36), a_comment_40, a_magic_48, a_datetime_52, a_color_56); l_error_64 = GetLastError(); if (l_error_64 == 0/* NO_ERROR */) break; if (!(l_error_64 == 4/* SERVER_BUSY */ || l_error_64 == 137/* BROKER_BUSY */ || l_error_64 == 146/* TRADE_CONTEXT_BUSY */ || l_error_64 == 136/* OFF_QUOTES */)) break; Sleep(5000); } break; case 1: for (l_count_68 = 0; l_count_68 < li_72; l_count_68++) { l_ticket_60 = OrderSend(Symbol(), OP_SELL, a_lots_4, Bid, a_slippage_20, StopShort(Ask, ai_32), TakeShort(Bid, ai_36), a_comment_40, a_magic_48, a_datetime_52, a_color_56); l_error_64 = GetLastError(); if (l_error_64 == 0/* NO_ERROR */) break; if (!(l_error_64 == 4/* SERVER_BUSY */ || l_error_64 == 137/* BROKER_BUSY */ || l_error_64 == 146/* TRADE_CONTEXT_BUSY */ || l_error_64 == 136/* OFF_QUOTES */)) break; Sleep(5000); } } return (l_ticket_60); } double StopLong(double ad_0, int ai_8) { if (ai_8 == 0) return (0); return (ad_0 - ai_8 * Point); } double StopShort(double ad_0, int ai_8) { if (ai_8 == 0) return (0); return (ad_0 + ai_8 * Point); } double TakeLong(double ad_0, int ai_8) { if (ai_8 == 0) return (0); return (ad_0 + ai_8 * Point); } double TakeShort(double ad_0, int ai_8) { if (ai_8 == 0) return (0); return (ad_0 - ai_8 * Point); } double CalculateProfit() { double ld_ret_0 = 0; for (g_pos_308 = OrdersTotal() - 1; g_pos_308 >= 0; g_pos_308--) { OrderSelect(g_pos_308, SELECT_BY_POS, MODE_TRADES); if (OrderSymbol() != Symbol() || OrderMagicNumber() != Magic) continue; if (OrderSymbol() == Symbol() && OrderMagicNumber() == Magic) if (OrderType() == OP_BUY || OrderType() == OP_SELL) ld_ret_0 += OrderProfit(); } return (ld_ret_0); } void TrailingAlls(int ai_0, int ai_4, double a_price_8) { int li_16; double l_ord_stoploss_20; double l_price_28; if (ai_4 != 0) { for (int l_pos_36 = OrdersTotal() - 1; l_pos_36 >= 0; l_pos_36--) { if (OrderSelect(l_pos_36, SELECT_BY_POS, MODE_TRADES)) { if (OrderSymbol() != Symbol() || OrderMagicNumber() != Magic) continue; if (OrderSymbol() == Symbol() || OrderMagicNumber() == Magic) { if (OrderType() == OP_BUY) { li_16 = NormalizeDouble((Bid - a_price_8) / Point, 0); if (li_16 < ai_0) continue; l_ord_stoploss_20 = OrderStopLoss(); l_price_28 = Bid - ai_4 * Point; if (l_ord_stoploss_20 == 0.0 || (l_ord_stoploss_20 != 0.0 && l_price_28 > l_ord_stoploss_20)) OrderModify(OrderTicket(), a_price_8, l_price_28, OrderTakeProfit(), 0, Aqua); } if (OrderType() == OP_SELL) { li_16 = NormalizeDouble((a_price_8 - Ask) / Point, 0); if (li_16 < ai_0) continue; l_ord_stoploss_20 = OrderStopLoss(); l_price_28 = Ask + ai_4 * Point; if (l_ord_stoploss_20 == 0.0 || (l_ord_stoploss_20 != 0.0 && l_price_28 < l_ord_stoploss_20)) OrderModify(OrderTicket(), a_price_8, l_price_28, OrderTakeProfit(), 0, Red); } } Sleep(1000); } } } } double AccountEquityHigh() { if (CountTrades() == 0) gd_344 = AccountEquity(); if (gd_344 < gd_352) gd_344 = gd_352; else gd_344 = AccountEquity(); gd_352 = AccountEquity(); return (gd_344); } double FindLastBuyPrice() { double l_ord_open_price_8; int l_ticket_24; double ld_unused_0 = 0; int l_ticket_20 = 0; for (int l_pos_16 = OrdersTotal() - 1; l_pos_16 >= 0; l_pos_16--) { OrderSelect(l_pos_16, SELECT_BY_POS, MODE_TRADES); if (OrderSymbol() != Symbol() || OrderMagicNumber() != Magic) continue; if (OrderSymbol() == Symbol() && OrderMagicNumber() == Magic && OrderType() == OP_BUY) { l_ticket_24 = OrderTicket(); if (l_ticket_24 > l_ticket_20) { l_ord_open_price_8 = OrderOpenPrice(); ld_unused_0 = l_ord_open_price_8; l_ticket_20 = l_ticket_24; } } } return (l_ord_open_price_8); } double FindLastSellPrice() { double l_ord_open_price_8; int l_ticket_24; double ld_unused_0 = 0; int l_ticket_20 = 0; for (int l_pos_16 = OrdersTotal() - 1; l_pos_16 >= 0; l_pos_16--) { OrderSelect(l_pos_16, SELECT_BY_POS, MODE_TRADES); if (OrderSymbol() != Symbol() || OrderMagicNumber() != Magic) continue; if (OrderSymbol() == Symbol() && OrderMagicNumber() == Magic && OrderType() == OP_SELL) { l_ticket_24 = OrderTicket(); if (l_ticket_24 > l_ticket_20) { l_ord_open_price_8 = OrderOpenPrice(); ld_unused_0 = l_ord_open_price_8; l_ticket_20 = l_ticket_24; } } } return (l_ord_open_price_8); } Quote Link to comment Share on other sites More sharing options...
crushbeat Posted January 18, 2010 Report Share Posted January 18, 2010 Re: please educate this scapler hello deadsoul, wat ea is this? any more info regarding this ea? thanks Quote Link to comment Share on other sites More sharing options...
⭐ deadsoul Posted January 18, 2010 Author Report Share Posted January 18, 2010 Re: please educate this scapler here is some test..it looks so good..but need to be educated so we can test it 5583964 2009.09.18 08:18 balance Deposit 10 000.00 5583966 2009.09.18 08:19 buy 0.10 gbpusd 1.6384 1.5384 1.6404 2009.09.18 13:36 1.6358 0.00 0.00 0.00 -26.00 5583976 2009.09.18 08:20 sell 0.10 gbpusd 1.6382 1.7382 1.6362 2009.09.18 09:30 1.6362 0.00 0.00 0.00 20.00 5583990 2009.09.18 08:25 sell 0.10 gbpusd 1.6385 1.7385 1.6365 2009.09.18 09:06 1.6365 0.00 0.00 0.00 20.00 5584019 2009.09.18 08:30 buy 0.10 gbpusd 1.6381 1.5381 1.6401 2009.09.18 13:36 1.6358 0.00 0.00 0.00 -23.00 5584060 2009.09.18 08:35 buy 0.10 gbpusd 1.6377 1.5377 1.6397 2009.09.18 13:36 1.6358 0.00 0.00 0.00 -19.00 5584155 2009.09.18 08:40 buy 0.10 gbpusd 1.6369 1.5369 1.6389 2009.09.18 13:36 1.6358 0.00 0.00 0.00 -11.00 5584285 2009.09.18 08:45 sell 0.10 gbpusd 1.6378 1.7378 1.6358 2009.09.18 09:30 1.6358 0.00 0.00 0.00 20.00 5584345 2009.09.18 08:50 buy 0.10 gbpusd 1.6377 1.5377 1.6397 2009.09.18 13:36 1.6358 0.00 0.00 0.00 -19.00 5584384 2009.09.18 08:55 sell 0.10 gbpusd 1.6383 1.7383 1.6363 2009.09.18 09:30 1.6363 0.00 0.00 0.00 20.00 5584401 2009.09.18 09:00 buy 0.10 gbpusd 1.6381 1.5381 1.6401 2009.09.18 13:36 1.6358 0.00 0.00 0.00 -23.00 5584454 2009.09.18 09:06 buy 0.10 gbpusd 1.6369 1.5369 1.6389 2009.09.18 13:36 1.6358 0.00 0.00 0.00 -11.00 5584470 2009.09.18 09:10 sell 0.10 gbpusd 1.6367 1.7367 1.6347 2009.09.18 09:42 1.6347 0.00 0.00 0.00 20.00 5584509 2009.09.18 09:15 sell 0.10 gbpusd 1.6381 1.7381 1.6361 2009.09.18 09:30 1.6361 0.00 0.00 0.00 20.00 5584535 2009.09.18 09:20 sell 0.10 gbpusd 1.6380 1.7380 1.6360 2009.09.18 09:30 1.6360 0.00 0.00 0.00 20.00 5584566 2009.09.18 09:25 sell 0.10 gbpusd 1.6380 1.7380 1.6360 2009.09.18 09:30 1.6360 0.00 0.00 0.00 20.00 5584612 2009.09.18 09:30 buy 0.10 gbpusd 1.6375 1.5375 1.6395 2009.09.18 13:36 1.6358 0.00 0.00 0.00 -17.00 5584775 2009.09.18 09:35 buy 0.10 gbpusd 1.6362 1.5362 1.6382 2009.09.18 13:36 1.6358 0.00 0.00 0.00 -4.00 5584866 2009.09.18 09:40 sell 0.10 gbpusd 1.6359 1.7359 1.6339 2009.09.18 09:46 1.6339 0.00 0.00 0.00 20.00 5585300 2009.09.18 09:45 buy 0.10 gbpusd 1.6346 1.5346 1.6366 2009.09.18 12:46 1.6366 0.00 0.00 0.00 20.00 5585732 2009.09.18 09:50 buy 0.10 gbpusd 1.6342 1.5342 1.6362 2009.09.18 12:45 1.6362 0.00 0.00 0.00 20.00 5585934 2009.09.18 09:55 sell 0.10 gbpusd 1.6347 1.7347 1.6327 2009.09.18 10:27 1.6327 0.00 0.00 0.00 20.00 5586164 2009.09.18 10:00 buy 0.10 gbpusd 1.6349 1.5349 1.6369 2009.09.18 13:36 1.6358 0.00 0.00 0.00 9.00 5586431 2009.09.18 10:05 buy 0.10 gbpusd 1.6347 1.5347 1.6367 2009.09.18 12:46 1.6367 0.00 0.00 0.00 20.00 5586606 2009.09.18 10:10 buy 0.10 gbpusd 1.6344 1.5344 1.6364 2009.09.18 12:46 1.6364 0.00 0.00 0.00 20.00 5586769 2009.09.18 10:15 sell 0.10 gbpusd 1.6340 1.7340 1.6320 2009.09.18 10:27 1.6320 0.00 0.00 0.00 20.00 5587038 2009.09.18 10:20 sell 0.10 gbpusd 1.6341 1.7341 1.6321 2009.09.18 10:27 1.6321 0.00 0.00 0.00 20.00 5587166 2009.09.18 10:25 buy 0.10 gbpusd 1.6335 1.5335 1.6355 2009.09.18 12:33 1.6355 0.00 0.00 0.00 20.00 5587545 2009.09.18 10:30 buy 0.10 gbpusd 1.6311 1.5311 1.6331 2009.09.18 11:36 1.6331 0.00 0.00 0.00 20.00 5588027 2009.09.18 10:35 sell 0.10 gbpusd 1.6309 1.7309 1.6289 2009.09.18 13:36 1.6361 0.00 0.00 0.00 -52.00 5588292 2009.09.18 10:40 sell 0.10 gbpusd 1.6312 1.7312 1.6292 2009.09.18 13:36 1.6361 0.00 0.00 0.00 -49.00 5588494 2009.09.18 10:45 sell 0.10 gbpusd 1.6320 1.7320 1.6300 2009.09.18 11:14 1.6300 0.00 0.00 0.00 20.00 5588744 2009.09.18 10:50 buy 0.10 gbpusd 1.6317 1.5317 1.6337 2009.09.18 11:40 1.6337 0.00 0.00 0.00 20.00 5589184 2009.09.18 10:55 buy 0.10 gbpusd 1.6306 1.5306 1.6326 2009.09.18 11:30 1.6326 0.00 0.00 0.00 20.00 5589706 2009.09.18 11:00 buy 0.10 gbpusd 1.6304 1.5304 1.6324 2009.09.18 11:30 1.6324 0.00 0.00 0.00 20.00 5589997 2009.09.18 11:05 sell 0.10 gbpusd 1.6318 1.7318 1.6298 2009.09.18 13:36 1.6361 0.00 0.00 0.00 -43.00 5590150 2009.09.18 11:10 buy 0.10 gbpusd 1.6313 1.5313 1.6333 2009.09.18 11:40 1.6333 0.00 0.00 0.00 20.00 5590547 2009.09.18 11:15 buy 0.10 gbpusd 1.6300 1.5300 1.6320 2009.09.18 11:29 1.6320 0.00 0.00 0.00 20.00 5590989 2009.09.18 11:20 sell 0.10 gbpusd 1.6301 1.7301 1.6281 2009.09.18 13:36 1.6361 0.00 0.00 0.00 -60.00 5591214 2009.09.18 11:25 sell 0.10 gbpusd 1.6310 1.7310 1.6290 2009.09.18 13:36 1.6361 0.00 0.00 0.00 -51.00 5591514 2009.09.18 11:30 sell 0.10 gbpusd 1.6322 1.7322 1.6302 2009.09.18 13:36 1.6361 0.00 0.00 0.00 -39.00 5591860 2009.09.18 11:35 buy 0.10 gbpusd 1.6321 1.5321 1.6341 2009.09.18 11:44 1.6341 0.00 0.00 0.00 20.00 5592114 2009.09.18 11:40 sell 0.10 gbpusd 1.6331 1.7331 1.6311 2009.09.18 13:36 1.6361 0.00 0.00 0.00 -30.00 5592366 2009.09.18 11:45 sell 0.10 gbpusd 1.6338 1.7338 1.6318 2009.09.18 13:36 1.6361 0.00 0.00 0.00 -23.00 5592663 2009.09.18 11:50 sell 0.10 gbpusd 1.6351 1.7351 1.6331 2009.09.18 12:27 1.6331 0.00 0.00 0.00 20.00 5592827 2009.09.18 11:55 buy 0.10 gbpusd 1.6350 1.5350 1.6370 2009.09.18 13:36 1.6358 0.00 0.00 0.00 8.00 5592944 2009.09.18 12:00 buy 0.10 gbpusd 1.6350 1.5350 1.6370 2009.09.18 13:36 1.6358 0.00 0.00 0.00 8.00 5593156 2009.09.18 12:05 buy 0.10 gbpusd 1.6349 1.5349 1.6369 2009.09.18 13:36 1.6358 0.00 0.00 0.00 9.00 5593366 2009.09.18 12:10 buy 0.10 gbpusd 1.6346 1.5346 1.6366 2009.09.18 12:46 1.6366 0.00 0.00 0.00 20.00 5593606 2009.09.18 12:15 sell 0.10 gbpusd 1.6347 1.7347 1.6327 2009.09.18 12:28 1.6327 0.00 0.00 0.00 20.00 5593723 2009.09.18 12:20 buy 0.10 gbpusd 1.6342 1.5342 1.6362 2009.09.18 12:45 1.6362 0.00 0.00 0.00 20.00 5593852 2009.09.18 12:25 sell 0.10 gbpusd 1.6339 1.7339 1.6319 2009.09.18 13:36 1.6361 0.00 0.00 0.00 -22.00 5594182 2009.09.18 12:30 buy 0.10 gbpusd 1.6333 1.5333 1.6353 2009.09.18 12:33 1.6353 0.00 0.00 0.00 20.00 5594386 2009.09.18 12:35 sell 0.10 gbpusd 1.6357 1.7357 1.6337 2009.09.18 13:22 1.6337 0.00 0.00 0.00 20.00 5594485 2009.09.18 12:40 buy 0.10 gbpusd 1.6353 1.5353 1.6373 2009.09.18 13:36 1.6358 0.00 0.00 0.00 5.00 5594597 2009.09.18 12:45 sell 0.10 gbpusd 1.6359 1.7359 1.6339 2009.09.18 13:20 1.6339 0.00 0.00 0.00 20.00 5594802 2009.09.18 12:50 sell 0.10 gbpusd 1.6359 1.7359 1.6339 2009.09.18 13:20 1.6339 0.00 0.00 0.00 20.00 5594838 2009.09.18 12:55 buy 0.10 gbpusd 1.6361 1.5361 1.6381 2009.09.18 13:36 1.6358 0.00 0.00 0.00 -3.00 5594899 2009.09.18 13:00 buy 0.10 gbpusd 1.6356 1.5356 1.6376 2009.09.18 13:36 1.6358 0.00 0.00 0.00 2.00 5595052 2009.09.18 13:05 buy 0.10 gbpusd 1.6356 1.5356 1.6376 2009.09.18 13:36 1.6358 0.00 0.00 0.00 2.00 5595084 2009.09.18 13:10 sell 0.10 gbpusd 1.6354 1.7354 1.6334 2009.09.18 13:36 1.6361 0.00 0.00 0.00 -7.00 5595127 2009.09.18 13:15 buy 0.10 gbpusd 1.6347 1.5347 1.6367 2009.09.18 13:36 1.6358 0.00 0.00 0.00 11.00 5595184 2009.09.18 13:20 buy 0.10 gbpusd 1.6342 1.5342 1.6362 2009.09.18 13:36 1.6358 0.00 0.00 0.00 16.00 5595236 2009.09.18 13:25 sell 0.10 gbpusd 1.6345 1.7345 1.6325 2009.09.18 13:36 1.6361 0.00 0.00 0.00 -16.00 5595312 2009.09.18 13:30 sell 0.10 gbpusd 1.6351 1.7351 1.6331 2009.09.18 13:36 1.6361 0.00 0.00 0.00 -10.00 5595342 2009.09.18 13:35 sell 0.10 gbpusd 1.6359 1.7359 1.6339 2009.09.18 13:36 1.6361 0.00 0.00 0.00 -2.00 5595409 2009.09.18 13:40 sell 0.10 gbpusd 1.6362 1.7362 1.6342 2009.09.18 15:02 1.6342 0.00 0.00 0.00 20.00 5595464 2009.09.18 13:45 buy 0.10 gbpusd 1.6365 1.5365 1.6385 2009.09.18 16:20 1.6359 0.00 0.00 0.00 -6.00 5595489 2009.09.18 13:50 buy 0.10 gbpusd 1.6363 1.5363 1.6383 2009.09.18 16:20 1.6359 0.00 0.00 0.00 -4.00 5595582 2009.09.18 13:55 sell 0.10 gbpusd 1.6367 1.7367 1.6347 2009.09.18 14:56 1.6347 0.00 0.00 0.00 20.00 5595634 2009.09.18 14:00 buy 0.10 gbpusd 1.6368 1.5368 1.6388 2009.09.18 16:20 1.6359 0.00 0.00 0.00 -9.00 5595689 2009.09.18 14:05 buy 0.10 gbpusd 1.6364 1.5364 1.6384 2009.09.18 16:20 1.6359 0.00 0.00 0.00 -5.00 5595726 2009.09.18 14:10 sell 0.10 gbpusd 1.6365 1.7365 1.6345 2009.09.18 14:57 1.6345 0.00 0.00 0.00 20.00 5595755 2009.09.18 14:15 buy 0.10 gbpusd 1.6360 1.5360 1.6380 2009.09.18 16:20 1.6359 0.00 0.00 0.00 -1.00 5595803 2009.09.18 14:20 sell 0.10 gbpusd 1.6358 1.7358 1.6338 2009.09.18 15:03 1.6338 0.00 0.00 0.00 20.00 5595833 2009.09.18 14:25 buy 0.10 gbpusd 1.6357 1.5357 1.6377 2009.09.18 16:20 1.6359 0.00 0.00 0.00 2.00 5595893 2009.09.18 14:30 sell 0.10 gbpusd 1.6362 1.7362 1.6342 2009.09.18 15:02 1.6342 0.00 0.00 0.00 20.00 5596028 2009.09.18 14:35 sell 0.10 gbpusd 1.6366 1.7366 1.6346 2009.09.18 14:57 1.6346 0.00 0.00 0.00 20.00 5596124 2009.09.18 14:40 buy 0.10 gbpusd 1.6366 1.5366 1.6386 2009.09.18 16:20 1.6359 0.00 0.00 0.00 -7.00 5596142 2009.09.18 14:45 buy 0.10 gbpusd 1.6362 1.5362 1.6382 2009.09.18 16:20 1.6359 0.00 0.00 0.00 -3.00 5596167 2009.09.18 14:50 buy 0.10 gbpusd 1.6359 1.5359 1.6379 2009.09.18 16:20 1.6359 0.00 0.00 0.00 0.00 5596200 2009.09.18 14:55 buy 0.10 gbpusd 1.6353 1.5353 1.6373 2009.09.18 16:20 1.6359 0.00 0.00 0.00 6.00 5596281 2009.09.18 15:00 buy 0.10 gbpusd 1.6348 1.5348 1.6368 2009.09.18 16:20 1.6359 0.00 0.00 0.00 11.00 5596389 2009.09.18 15:05 buy 0.10 gbpusd 1.6338 1.5338 1.6358 2009.09.18 16:14 1.6358 0.00 0.00 0.00 20.00 5596435 2009.09.18 15:10 sell 0.10 gbpusd 1.6341 1.7341 1.6321 2009.09.18 15:28 1.6321 0.00 0.00 0.00 20.00 5596479 2009.09.18 15:15 buy 0.10 gbpusd 1.6336 1.5336 1.6356 2009.09.18 16:14 1.6356 0.00 0.00 0.00 20.00 5596553 2009.09.18 15:20 buy 0.10 gbpusd 1.6333 1.5333 1.6353 2009.09.18 15:50 1.6353 0.00 0.00 0.00 20.00 5596654 2009.09.18 15:25 buy 0.10 gbpusd 1.6332 1.5332 1.6352 2009.09.18 15:50 1.6352 0.00 0.00 0.00 20.00 5596714 2009.09.18 15:30 buy 0.10 gbpusd 1.6327 1.5327 1.6347 2009.09.18 15:49 1.6347 0.00 0.00 0.00 20.00 5596839 2009.09.18 15:35 buy 0.10 gbpusd 1.6326 1.5326 1.6346 2009.09.18 15:49 1.6346 0.00 0.00 0.00 20.00 5596875 2009.09.18 15:40 sell 0.10 gbpusd 1.6323 1.7323 1.6303 2009.09.18 16:20 1.6361 0.00 0.00 0.00 -38.00 5596945 2009.09.18 15:45 sell 0.10 gbpusd 1.6325 1.7325 1.6305 2009.09.18 16:20 1.6361 0.00 0.00 0.00 -36.00 5597044 2009.09.18 15:50 sell 0.10 gbpusd 1.6349 1.7349 1.6329 2009.09.18 16:20 1.6361 0.00 0.00 0.00 -12.00 5597158 2009.09.18 15:55 buy 0.10 gbpusd 1.6341 1.5341 1.6361 2009.09.18 16:15 1.6361 0.00 0.00 0.00 20.00 5597214 2009.09.18 16:00 buy 0.10 gbpusd 1.6338 1.5338 1.6358 2009.09.18 16:14 1.6358 0.00 0.00 0.00 20.00 5597272 2009.09.18 16:05 sell 0.10 gbpusd 1.6346 1.7346 1.6326 2009.09.18 16:20 1.6361 0.00 0.00 0.00 -15.00 5597338 2009.09.18 16:10 buy 0.10 gbpusd 1.6349 1.5349 1.6369 2009.09.18 16:20 1.6359 0.00 0.00 0.00 10.00 5597471 2009.09.18 16:15 sell 0.10 gbpusd 1.6357 1.7357 1.6337 2009.09.18 16:20 1.6362 0.00 0.00 0.00 -5.00 5597545 2009.09.18 16:20 buy 0.10 gbpusd 1.6356 1.5356 1.6376 2009.09.18 16:20 1.6358 0.00 0.00 0.00 2.00 5597814 2009.09.18 16:25 sell 0.10 gbpusd 1.6364 1.7364 1.6344 2009.09.18 16:38 1.6364 0.00 0.00 0.00 0.00 5598034 2009.09.18 16:30 sell 0.10 gbpusd 1.6365 1.7365 1.6345 2009.09.18 16:37 1.6364 0.00 0.00 0.00 1.00 5598098 2009.09.18 16:35 sell 0.10 gbpusd 1.6367 1.7367 1.6347 2009.09.18 16:37 1.6364 0.00 0.00 0.00 3.00 5605723 2009.09.21 07:35 buy 0.10 gbpusd 1.6233 1.5233 1.6253 2009.09.21 13:31 1.6173 0.00 0.00 0.00 -60.00 5605752 2009.09.21 07:40 sell 0.10 gbpusd 1.6232 1.7232 1.6212 2009.09.21 08:12 1.6212 0.00 0.00 0.00 20.00 5605778 2009.09.21 07:45 buy 0.10 gbpusd 1.6229 1.5229 1.6249 2009.09.21 13:31 1.6173 0.00 0.00 0.00 -56.00 5605811 2009.09.21 07:50 sell 0.10 gbpusd 1.6232 1.7232 1.6212 2009.09.21 08:12 1.6212 0.00 0.00 0.00 20.00 5605821 2009.09.21 07:55 buy 0.10 gbpusd 1.6227 1.5227 1.6247 2009.09.21 13:31 1.6173 0.00 0.00 0.00 -54.00 5605847 2009.09.21 08:00 buy 0.10 gbpusd 1.6223 1.5223 1.6243 2009.09.21 13:31 1.6173 0.00 0.00 0.00 -50.00 5605883 2009.09.21 08:05 sell 0.10 gbpusd 1.6222 1.7222 1.6202 2009.09.21 08:14 1.6202 0.00 0.00 0.00 20.00 5606155 2009.09.21 08:10 buy 0.10 gbpusd 1.6216 1.5216 1.6236 2009.09.21 13:31 1.6173 0.00 0.00 0.00 -43.00 5606407 2009.09.21 08:15 buy 0.10 gbpusd 1.6202 1.5202 1.6222 2009.09.21 13:31 1.6173 0.00 0.00 0.00 -29.00 5606562 2009.09.21 08:20 sell 0.10 gbpusd 1.6206 1.7206 1.6186 2009.09.21 08:55 1.6186 0.00 0.00 0.00 20.00 5606621 2009.09.21 08:25 buy 0.10 gbpusd 1.6204 1.5204 1.6224 2009.09.21 13:31 1.6173 0.00 0.00 0.00 -31.00 5606653 2009.09.21 08:30 sell 0.10 gbpusd 1.6205 1.7205 1.6185 2009.09.21 08:56 1.6185 0.00 0.00 0.00 20.00 5606700 2009.09.21 08:35 sell 0.10 gbpusd 1.6205 1.7205 1.6185 2009.09.21 08:56 1.6185 0.00 0.00 0.00 20.00 5606716 2009.09.21 08:40 buy 0.10 gbpusd 1.6201 1.5201 1.6221 2009.09.21 13:31 1.6173 0.00 0.00 0.00 -28.00 5606824 2009.09.21 08:45 buy 0.10 gbpusd 1.6192 1.5192 1.6212 2009.09.21 13:31 1.6173 0.00 0.00 0.00 -19.00 5606912 2009.09.21 08:50 buy 0.10 gbpusd 1.6189 1.5189 1.6209 2009.09.21 13:31 1.6173 0.00 0.00 0.00 -16.00 5606964 2009.09.21 08:55 sell 0.10 gbpusd 1.6185 1.7185 1.6165 2009.09.21 09:16 1.6165 0.00 0.00 0.00 20.00 5607015 2009.09.21 09:00 buy 0.10 gbpusd 1.6180 1.5180 1.6200 2009.09.21 13:31 1.6173 0.00 0.00 0.00 -7.00 5607079 2009.09.21 09:05 sell 0.10 gbpusd 1.6182 1.7182 1.6162 2009.09.21 09:16 1.6162 0.00 0.00 0.00 20.00 5607122 2009.09.21 09:10 buy 0.10 gbpusd 1.6183 1.5183 1.6203 2009.09.21 13:31 1.6173 0.00 0.00 0.00 -10.00 5607242 2009.09.21 09:15 sell 0.10 gbpusd 1.6182 1.7182 1.6162 2009.09.21 09:16 1.6162 0.00 0.00 0.00 20.00 5607507 2009.09.21 09:20 buy 0.10 gbpusd 1.6163 1.5163 1.6183 2009.09.21 10:10 1.6183 0.00 0.00 0.00 20.00 5607570 2009.09.21 09:25 buy 0.10 gbpusd 1.6158 1.5158 1.6178 2009.09.21 10:09 1.6178 0.00 0.00 0.00 20.00 5607650 2009.09.21 09:30 sell 0.10 gbpusd 1.6158 1.7158 1.6138 2009.09.21 09:36 1.6138 0.00 0.00 0.00 20.00 5607860 2009.09.21 09:35 buy 0.10 gbpusd 1.6144 1.5144 1.6164 2009.09.21 09:42 1.6164 0.00 0.00 0.00 20.00 5608122 2009.09.21 09:40 sell 0.10 gbpusd 1.6149 1.7149 1.6129 2009.09.21 13:31 1.6176 0.00 0.00 0.00 -27.00 5608218 2009.09.21 09:45 sell 0.10 gbpusd 1.6160 1.7160 1.6140 2009.09.21 13:31 1.6176 0.00 0.00 0.00 -16.00 5608300 2009.09.21 09:50 sell 0.10 gbpusd 1.6174 1.7174 1.6154 2009.09.21 12:43 1.6154 0.00 0.00 0.00 20.00 5608365 2009.09.21 09:55 buy 0.10 gbpusd 1.6175 1.5175 1.6195 2009.09.21 13:31 1.6173 0.00 0.00 0.00 -2.00 5608474 2009.09.21 10:00 buy 0.10 gbpusd 1.6170 1.5170 1.6190 2009.09.21 11:38 1.6190 0.00 0.00 0.00 20.00 5608543 2009.09.21 10:05 buy 0.10 gbpusd 1.6167 1.5167 1.6187 2009.09.21 10:11 1.6187 0.00 0.00 0.00 20.00 5608602 2009.09.21 10:10 sell 0.10 gbpusd 1.6180 1.7180 1.6160 2009.09.21 12:22 1.6160 0.00 0.00 0.00 20.00 5608724 2009.09.21 10:15 sell 0.10 gbpusd 1.6184 1.7184 1.6164 2009.09.21 11:16 1.6164 0.00 0.00 0.00 20.00 5608780 2009.09.21 10:20 buy 0.10 gbpusd 1.6185 1.5185 1.6205 2009.09.21 13:31 1.6173 0.00 0.00 0.00 -12.00 5608807 2009.09.21 10:25 buy 0.10 gbpusd 1.6177 1.5177 1.6197 2009.09.21 13:31 1.6174 0.00 0.00 0.00 -3.00 5608866 2009.09.21 10:30 buy 0.10 gbpusd 1.6172 1.5172 1.6192 2009.09.21 11:38 1.6192 0.00 0.00 0.00 20.00 5608908 2009.09.21 10:35 sell 0.10 gbpusd 1.6175 1.7175 1.6155 2009.09.21 12:42 1.6155 0.00 0.00 0.00 20.00 5608971 2009.09.21 10:40 sell 0.10 gbpusd 1.6180 1.7180 1.6160 2009.09.21 12:22 1.6160 0.00 0.00 0.00 20.00 5609007 2009.09.21 10:45 buy 0.10 gbpusd 1.6178 1.5178 1.6198 2009.09.21 13:31 1.6174 0.00 0.00 0.00 -4.00 5609039 2009.09.21 10:50 sell 0.10 gbpusd 1.6176 1.7176 1.6156 2009.09.21 12:42 1.6156 0.00 0.00 0.00 20.00 5609069 2009.09.21 10:55 sell 0.10 gbpusd 1.6179 1.7179 1.6159 2009.09.21 12:22 1.6159 0.00 0.00 0.00 20.00 5609135 2009.09.21 11:00 buy 0.10 gbpusd 1.6180 1.5180 1.6200 2009.09.21 13:31 1.6174 0.00 0.00 0.00 -6.00 5609260 2009.09.21 11:05 sell 0.10 gbpusd 1.6180 1.7180 1.6160 2009.09.21 12:22 1.6160 0.00 0.00 0.00 20.00 5609283 2009.09.21 11:10 buy 0.10 gbpusd 1.6178 1.5178 1.6198 2009.09.21 13:31 1.6174 0.00 0.00 0.00 -4.00 5609320 2009.09.21 11:15 buy 0.10 gbpusd 1.6168 1.5168 1.6188 2009.09.21 11:38 1.6188 0.00 0.00 0.00 20.00 5609360 2009.09.21 11:20 buy 0.10 gbpusd 1.6165 1.5165 1.6185 2009.09.21 11:30 1.6185 0.00 0.00 0.00 20.00 5609417 2009.09.21 11:25 sell 0.10 gbpusd 1.6174 1.7174 1.6154 2009.09.21 12:43 1.6154 0.00 0.00 0.00 20.00 5609456 2009.09.21 11:30 sell 0.10 gbpusd 1.6179 1.7179 1.6159 2009.09.21 12:22 1.6159 0.00 0.00 0.00 20.00 5609530 2009.09.21 11:35 sell 0.10 gbpusd 1.6185 1.7185 1.6165 2009.09.21 12:11 1.6165 0.00 0.00 0.00 20.00 5609587 2009.09.21 11:40 sell 0.10 gbpusd 1.6187 1.7187 1.6167 2009.09.21 12:07 1.6167 0.00 0.00 0.00 20.00 5609634 2009.09.21 11:45 sell 0.10 gbpusd 1.6189 1.7189 1.6169 2009.09.21 11:59 1.6169 0.00 0.00 0.00 20.00 5609676 2009.09.21 11:50 buy 0.10 gbpusd 1.6189 1.5189 1.6209 2009.09.21 13:31 1.6174 0.00 0.00 0.00 -15.00 5609739 2009.09.21 11:55 buy 0.10 gbpusd 1.6180 1.5180 1.6200 2009.09.21 13:31 1.6174 0.00 0.00 0.00 -6.00 5609781 2009.09.21 12:00 buy 0.10 gbpusd 1.6169 1.5169 1.6189 2009.09.21 13:31 1.6174 0.00 0.00 0.00 5.00 5609852 2009.09.21 12:05 sell 0.10 gbpusd 1.6165 1.7165 1.6145 2009.09.21 13:31 1.6177 0.00 0.00 0.00 -12.00 5609910 2009.09.21 12:10 sell 0.10 gbpusd 1.6166 1.7166 1.6146 2009.09.21 13:31 1.6177 0.00 0.00 0.00 -11.00 5609970 2009.09.21 12:15 sell 0.10 gbpusd 1.6167 1.7167 1.6147 2009.09.21 13:31 1.6177 0.00 0.00 0.00 -10.00 5610021 2009.09.21 12:20 buy 0.10 gbpusd 1.6165 1.5165 1.6185 2009.09.21 13:31 1.6174 0.00 0.00 0.00 9.00 5610090 2009.09.21 12:25 buy 0.10 gbpusd 1.6162 1.5162 1.6182 2009.09.21 13:23 1.6182 0.00 0.00 0.00 20.00 5610116 2009.09.21 12:30 sell 0.10 gbpusd 1.6161 1.7161 1.6141 2009.09.21 13:31 1.6177 0.00 0.00 0.00 -16.00 5610138 2009.09.21 12:35 sell 0.10 gbpusd 1.6161 1.7161 1.6141 2009.09.21 13:31 1.6177 0.00 0.00 0.00 -16.00 5610169 2009.09.21 12:40 buy 0.10 gbpusd 1.6159 1.5159 1.6179 2009.09.21 13:18 1.6179 0.00 0.00 0.00 20.00 5610235 2009.09.21 12:45 buy 0.10 gbpusd 1.6154 1.5154 1.6174 2009.09.21 13:01 1.6174 0.00 0.00 0.00 20.00 5610329 2009.09.21 12:50 sell 0.10 gbpusd 1.6154 1.7154 1.6134 2009.09.21 13:31 1.6177 0.00 0.00 0.00 -23.00 5610355 2009.09.21 12:55 sell 0.10 gbpusd 1.6159 1.7159 1.6139 2009.09.21 13:31 1.6177 0.00 0.00 0.00 -18.00 5610391 2009.09.21 13:00 sell 0.10 gbpusd 1.6166 1.7166 1.6146 2009.09.21 13:31 1.6177 0.00 0.00 0.00 -11.00 5610449 2009.09.21 13:05 sell 0.10 gbpusd 1.6173 1.7173 1.6153 2009.09.21 13:31 1.6177 0.00 0.00 0.00 -4.00 5610514 2009.09.21 13:10 buy 0.10 gbpusd 1.6176 1.5176 1.6196 2009.09.21 13:31 1.6174 0.00 0.00 0.00 -2.00 5610646 2009.09.21 13:15 buy 0.10 gbpusd 1.6171 1.5171 1.6191 2009.09.21 13:31 1.6174 0.00 0.00 0.00 3.00 5610687 2009.09.21 13:20 sell 0.10 gbpusd 1.6176 1.7176 1.6156 2009.09.21 13:31 1.6177 0.00 0.00 0.00 -1.00 5610775 2009.09.21 13:25 sell 0.10 gbpusd 1.6179 1.7179 1.6159 2009.09.21 13:31 1.6177 0.00 0.00 0.00 2.00 5610811 2009.09.21 13:30 buy 0.10 gbpusd 1.6181 1.5181 1.6201 2009.09.21 13:31 1.6174 0.00 0.00 0.00 -7.00 5610923 2009.09.21 13:35 buy 0.10 gbpusd 1.6178 1.5178 1.6198 2009.09.21 13:54 1.6177 0.00 0.00 0.00 -1.00 5610949 2009.09.21 13:40 sell 0.10 gbpusd 1.6174 1.7174 1.6154 2009.09.21 13:54 1.6180 0.00 0.00 0.00 -6.00 5611102 2009.09.21 13:45 sell 0.10 gbpusd 1.6176 1.7176 1.6156 2009.09.21 13:54 1.6180 0.00 0.00 0.00 -4.00 5611160 2009.09.21 13:50 buy 0.10 gbpusd 1.6179 1.5179 1.6199 2009.09.21 13:54 1.6177 0.00 0.00 0.00 -2.00 5611229 2009.09.21 13:54 buy 0.10 gbpusd 1.6179 1.5179 1.6199 2009.09.21 16:29 1.6182 0.00 0.00 0.00 3.00 5611233 2009.09.21 13:55 sell 0.10 gbpusd 1.6180 1.7180 1.6160 2009.09.21 15:16 1.6160 0.00 0.00 0.00 20.00 5611303 2009.09.21 14:00 sell 0.10 gbpusd 1.6192 1.7192 1.6172 2009.09.21 15:14 1.6172 0.00 0.00 0.00 20.00 5611380 2009.09.21 14:05 buy 0.10 gbpusd 1.6194 1.5194 1.6214 2009.09.21 16:29 1.6182 0.00 0.00 0.00 -12.00 5611481 2009.09.21 14:10 buy 0.10 gbpusd 1.6187 1.5187 1.6207 2009.09.21 16:29 1.6182 0.00 0.00 0.00 -5.00 5611529 2009.09.21 14:17 buy 0.10 gbpusd 1.6185 1.5185 1.6205 2009.09.21 16:29 1.6182 0.00 0.00 0.00 -3.00 5611551 2009.09.21 14:20 buy 0.10 gbpusd 1.6182 1.5182 1.6202 2009.09.21 16:29 1.6182 0.00 0.00 0.00 0.00 5611593 2009.09.21 14:25 buy 0.10 gbpusd 1.6182 1.5182 1.6202 2009.09.21 16:29 1.6182 0.00 0.00 0.00 0.00 5611619 2009.09.21 14:30 sell 0.10 gbpusd 1.6190 1.7190 1.6170 2009.09.21 15:14 1.6170 0.00 0.00 0.00 20.00 5611671 2009.09.21 14:35 buy 0.10 gbpusd 1.6186 1.5186 1.6206 2009.09.21 16:29 1.6182 0.00 0.00 0.00 -4.00 5611713 2009.09.21 14:40 sell 0.10 gbpusd 1.6186 1.7186 1.6166 2009.09.21 15:15 1.6166 0.00 0.00 0.00 20.00 5611750 2009.09.21 14:45 buy 0.10 gbpusd 1.6180 1.5180 1.6200 2009.09.21 16:29 1.6182 0.00 0.00 0.00 2.00 5611769 2009.09.21 14:50 sell 0.10 gbpusd 1.6182 1.7182 1.6162 2009.09.21 15:16 1.6162 0.00 0.00 0.00 20.00 5611786 2009.09.21 14:55 buy 0.10 gbpusd 1.6182 1.5182 1.6202 2009.09.21 16:30 1.6182 0.00 0.00 0.00 0.00 5611820 2009.09.21 15:00 buy 0.10 gbpusd 1.6179 1.5179 1.6199 2009.09.21 16:30 1.6182 0.00 0.00 0.00 3.00 5611847 2009.09.21 15:05 buy 0.10 gbpusd 1.6175 1.5175 1.6195 2009.09.21 16:30 1.6182 0.00 0.00 0.00 7.00 5611873 2009.09.21 15:10 sell 0.10 gbpusd 1.6176 1.7176 1.6156 2009.09.21 15:17 1.6156 0.00 0.00 0.00 20.00 5611970 2009.09.21 15:15 buy 0.10 gbpusd 1.6173 1.5173 1.6193 2009.09.21 16:30 1.6182 0.00 0.00 0.00 9.00 5612381 2009.09.21 15:20 buy 0.10 gbpusd 1.6146 1.5146 1.6166 2009.09.21 15:37 1.6166 0.00 0.00 0.00 20.00 5612740 2009.09.21 15:25 buy 0.10 gbpusd 1.6145 1.5145 1.6165 2009.09.21 15:37 1.6165 0.00 0.00 0.00 20.00 5612891 2009.09.21 15:30 sell 0.10 gbpusd 1.6154 1.7154 1.6134 2009.09.21 16:30 1.6185 0.00 0.00 0.00 -31.00 5612955 2009.09.21 15:35 sell 0.10 gbpusd 1.6159 1.7159 1.6139 2009.09.21 16:30 1.6185 0.00 0.00 0.00 -26.00 5613059 2009.09.21 15:40 sell 0.10 gbpusd 1.6168 1.7168 1.6148 2009.09.21 16:30 1.6185 0.00 0.00 0.00 -17.00 5613195 2009.09.21 15:45 buy 0.10 gbpusd 1.6163 1.5163 1.6183 2009.09.21 16:29 1.6183 0.00 0.00 0.00 20.00 5613296 2009.09.21 15:50 sell 0.10 gbpusd 1.6170 1.7170 1.6150 2009.09.21 16:30 1.6185 0.00 0.00 0.00 -15.00 5613350 2009.09.21 15:55 buy 0.10 gbpusd 1.6170 1.5170 1.6190 2009.09.21 16:30 1.6182 0.00 0.00 0.00 12.00 5613395 2009.09.21 16:00 sell 0.10 gbpusd 1.6171 1.7171 1.6151 2009.09.21 16:30 1.6185 0.00 0.00 0.00 -14.00 5613474 2009.09.21 16:05 sell 0.10 gbpusd 1.6176 1.7176 1.6156 2009.09.21 16:30 1.6185 0.00 0.00 0.00 -9.00 5613519 2009.09.21 16:10 buy 0.10 gbpusd 1.6170 1.5170 1.6190 2009.09.21 16:30 1.6182 0.00 0.00 0.00 12.00 5613639 2009.09.21 16:15 buy 0.10 gbpusd 1.6162 1.5162 1.6182 2009.09.21 16:29 1.6182 0.00 0.00 0.00 20.00 5613690 2009.09.21 16:20 sell 0.10 gbpusd 1.6173 1.7173 1.6153 2009.09.21 16:29 1.6185 0.00 0.00 0.00 -12.00 5613751 2009.09.21 16:25 buy 0.10 gbpusd 1.6174 1.5174 1.6194 2009.09.21 16:29 1.6182 0.00 0.00 0.00 8.00 5613932 2009.09.21 16:30 sell 0.10 gbpusd 1.6181 1.7181 1.6161 2009.09.21 17:32 1.6180 0.00 0.00 0.00 1.00 5613989 2009.09.21 16:35 buy 0.10 gbpusd 1.6179 1.5179 1.6199 2009.09.21 16:45 1.6199 0.00 0.00 0.00 20.00 5614012 2009.09.21 16:40 sell 0.10 gbpusd 1.6184 1.7184 1.6164 2009.09.21 17:32 1.6180 0.00 0.00 0.00 4.00 5614221 2009.09.21 16:45 sell 0.10 gbpusd 1.6195 1.7195 1.6175 2009.09.21 16:57 1.6175 0.00 0.00 0.00 20.00 5614434 2009.09.21 16:50 buy 0.10 gbpusd 1.6192 1.5192 1.6212 2009.09.21 17:32 1.6177 0.00 0.00 0.00 -15.00 5614482 2009.09.21 16:55 buy 0.10 gbpusd 1.6181 1.5181 1.6201 2009.09.21 17:24 1.6201 0.00 0.00 0.00 20.00 5614589 2009.09.21 17:00 sell 0.10 gbpusd 1.6186 1.7186 1.6166 2009.09.21 17:32 1.6180 0.00 0.00 0.00 6.00 5614668 2009.09.21 17:05 buy 0.10 gbpusd 1.6175 1.5175 1.6195 2009.09.21 17:23 1.6195 0.00 0.00 0.00 20.00 5614709 2009.09.21 17:10 buy 0.10 gbpusd 1.6173 1.5173 1.6193 2009.09.21 17:23 1.6193 0.00 0.00 0.00 20.00 5614764 2009.09.21 17:15 sell 0.10 gbpusd 1.6178 1.7178 1.6158 2009.09.21 17:32 1.6180 0.00 0.00 0.00 -2.00 5614803 2009.09.21 17:20 sell 0.10 gbpusd 1.6182 1.7182 1.6162 2009.09.21 17:32 1.6180 0.00 0.00 0.00 2.00 5614924 2009.09.21 17:25 sell 0.10 gbpusd 1.6198 1.7198 1.6178 2009.09.21 17:32 1.6180 0.00 0.00 0.00 18.00 5615016 2009.09.21 17:30 buy 0.10 gbpusd 1.6190 1.5190 1.6210 2009.09.21 17:32 1.6177 0.00 0.00 0.00 -13.00 0.00 0.00 0.00 630.00 Closed P/L: 630.00 Open Trades: Ticket Open Time Type Size Item Price S / L T / P Price Commission Taxes Swap Profit No transactions 0.00 0.00 0.00 0.00 Floating P/L: 0.00 Working Orders: Ticket Open Time Type Size Item Price S / L T / P Market Price No transactions Summary: Deposit/Withdrawal: 10 000.00 Credit Facility: 0.00 Closed Trade P/L: 630.00 Floating P/L: 0.00 Margin: 0.00 Balance: 10 630.00 Equity: 10 630.00 Free Margin: 10 630.00 Quote Link to comment Share on other sites More sharing options...
crushbeat Posted January 18, 2010 Report Share Posted January 18, 2010 Re: please educate this scapler wow.. it is great.. if the deposit is 1K then it already 63% in 2 days... I hope someone will educate it as soon as possible.. any website regarding this ea? thanks Quote Link to comment Share on other sites More sharing options...
⭐ deadsoul Posted January 18, 2010 Author Report Share Posted January 18, 2010 Re: please educate this scapler why we care for the site since we got it...!!! any way the site is inside the code ..its russian http://luganskybrothers.ru/index.shtml Quote Link to comment Share on other sites More sharing options...
soundfx Posted January 18, 2010 Report Share Posted January 18, 2010 Re: please educate this scapler Hi Guys, Here's an educated version: http://www.4shared.com/file/200221516/83144b07/GUScalper.html The backtest looks fine for the 18-21st September last year, however try running it for this year and it blows a whole $10,000 account in one day lol. The EA has strange money management which can mean that some trades are placed with 12 lots with a $10K account (i.e. asking for trouble), this means that the EA will be carrying huge drawdowns. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.