Pipzu and Piptronic

[QUOTE=;][/QUOTE]
Hello everyone.
How`s you results with piptronic, pipzu and fap turbo?
What can you say about these EAs?

I have just got my money back for piptronic and FAP TURBO is going good my friend!

Thanks guys for your input. It’s great to have a blog site where I can get some decent consumer reviews. It looks like I will be trying Fap Turbo from what I’ve read here and at other blog sites. I can’t stand when you try to search for honest reviews of a product and get affiliates praising a certain app and putting their link so you can be misled but they make the profit. Once I finally get the system and get it up and running I will try to post my results.
Paul

All my trades with Piptronic remained winners on Thursday. It appears that most users that got that losing trade were running with way too high of a spread.

I just think all these winning trades can be wiped out with one losing trade. I know the take profit option doesn’t work so I am not sure if the stop loss option will work. If that can be set lower to say 15-20 and the results continue then one losing trade won’t wipe out all the profits!

got this big losing trade on fxpro demo and fxopen live. both have low spreads.
i am more into pipzus extrapolated and bankingfx diamond.
so far i had good results with them, they dont trade often, but do winning trades.

Could you please tell me more about Pipzu extrapolated and bankingfx and tell me how they differ? Do they still have a massive stop loss and can you change it? What is the averge amount of pips you have been winning on each trade and what is the losing amount of pips per trade?

Thank you.

hi all
i just to important.
i have tried this EA PIPTRONIC and see result,after notice it’s result as i known and open coder EA.
same to coder stomper EA:mad::mad:
stop buy to piptronic,shi is thief:(
look exampel coder
EA PIPTRONIC

extern string _d0 = “Piptronic 1.0”;
extern double Lots = 3.0;
int gi_92 = 18;
extern int TakeProfit = 13;
extern int StopLoss = 46;
int gi_104 = 1;
extern bool N0S = TRUE;
extern string _d7 = “Keep MoneyManager off unless you want you plan on long term profits.”;
extern bool MoneyManager = FALSE;
int gi_124 = 10;
extern int MagicNumber = 90384;
int g_pos_132;
int g_error_136;
int g_spread_140;
int gi_144;
int g_leverage_148;
int g_hour_152;
int gi_156;
int gi_160;
bool gi_164 = FALSE;
bool gi_168 = FALSE;
bool gi_172 = FALSE;
double gd_176;
double gd_184;
double gd_192;
double gd_200;
double gd_208;
double g_lots_216;
int g_datetime_224;
string g_comment_228 = “Piptronic”;
string gs_dummy_236;
string gs_dummy_244;
string g_text_252;
string gs_unused_260;
int gia_268[300];
string gsa_272[4207];

int init() {
g_leverage_148 = AccountLeverage();
InitErrorArray();
g_spread_140 = MarketInfo(Symbol(), MODE_SPREAD);
gd_192 = NormalizeDouble(MarketInfo(Symbol(), MODE_LOTSTEP), 2);
gd_200 = NormalizeDouble(MarketInfo(Symbol(), MODE_MINLOT), 2);
gd_208 = NormalizeDouble(MarketInfo(Symbol(), MODE_MAXLOT), 2);
if (gd_192 == 0.01) gi_144 = 2;
else gi_144 = 1;
return (0);
}

int deinit() {
ObjectDelete(“Comment”);
ObjectDelete(“Comment2”);
return (0);
}

int start() {
gi_164 = FALSE;
gi_168 = FALSE;
gi_172 = FALSE;
int li_0 = MarketInfo(Symbol(), MODE_STOPLEVEL);
if (TakeProfit < li_0) TakeProfit = li_0;
g_hour_152 = Hour();
if (StopLoss < li_0) StopLoss = li_0;
int li_4 = MarketInfo(Symbol(), MODE_SPREAD);
if (!N0S) {
gi_156 = gia_268[250] + 1;
gi_160 = gia_268[120] - 4;
} else {
gi_156 = gia_268[250] - 1;
gi_160 = gia_268[120] - 2;
}
if (g_hour_152 >= gi_156 || g_hour_152 <= gi_160) gi_172 = TRUE;
gd_176 = High[iHighest(NULL, 0, MODE_HIGH, gi_92, 1)];
gd_184 = Low[iLowest(NULL, 0, MODE_LOW, gi_92, 1)];
if (gd_184 - Bid == 0.0) gi_164 = TRUE;
if (Bid - gd_176 == 0.0) gi_168 = TRUE;
if (!MoneyManager) g_lots_216 = Lots;
else g_lots_216 = NormalizeDouble(AccountFreeMargin() * gi_124 / 100000.0 / (g_leverage_148 / 100), gi_144);
if (IsConnected()) {
if (IsDemo()) gs_unused_260 = “Demo”;
else gs_unused_260 = “Real”;
ObjectCreate(“Comment”, OBJ_LABEL, 0, 0, 1.0);
ObjectSet(“Comment”, OBJPROP_CORNER, 0);
ObjectSet(“Comment”, OBJPROP_XDISTANCE, 3);
ObjectSet(“Comment”, OBJPROP_YDISTANCE, 15);
g_text_252 = “Copyright Piptronic.com (Piptronic 1.0”;
ObjectSetText(“Comment”, g_text_252, 9, “Arial”, Red);
ObjectSet(“Comment”, OBJPROP_TIMEFRAMES, NULL);
ObjectSet(“Comment”, OBJPROP_BACK, FALSE);
} else ObjectDelete(“Comment”);
for (g_pos_132 = 0; g_pos_132 < OrdersTotal(); g_pos_132++) {
if (OrderSelect(g_pos_132, SELECT_BY_POS)) {
if (OrderSymbol() == Symbol() && OrderMagicNumber() == MagicNumber) {
if (OrderType() == OP_BUY)
if ((gi_104 > 0 && Close[0] - OrderOpenPrice() >= (gi_104 + li_4) * Point) || TimeCurrent() - OrderOpenTime() >= 60 * (Period() * StopLoss)) OrderClose(OrderTicket(), OrderLots(), Bid, g_spread_140, Blue);
if (OrderType() == OP_SELL)
if ((gi_104 > 0 && OrderOpenPrice() - Close[0] >= (gi_104 + li_4) * Point) || TimeCurrent() - OrderOpenTime() >= 60 * (Period() * StopLoss)) OrderClose(OrderTicket(), OrderLots(), Ask, g_spread_140, Red);
}
}
}
if (gi_164 && gi_172 && IsTradeAllowed() && AccountFreeMarginCheck(Symbol(), OP_BUY, g_lots_216) > 0.0 && SymbolOrders() < 1 && TimeCurrent() - g_datetime_224 >= 60 * Period()) {
for (g_pos_132 = 0; g_pos_132 <= 1; g_pos_132++) {
RefreshRates();
OrderSend(Symbol(), OP_BUY, g_lots_216, Ask, g_spread_140, Bid - StopLoss * Point, Ask + TakeProfit * Point, g_comment_228, MagicNumber, 0, Blue);
g_error_136 = GetLastError();
if (g_error_136 == 0/* NO_ERROR /) {
g_datetime_224 = TimeCurrent();
break;
}
Print(“Trial �”, g_pos_132 + 1, "- Error Opening: ", PrintError(g_error_136));
}
}
if (gi_168 && gi_172 && IsTradeAllowed() && AccountFreeMarginCheck(Symbol(), OP_BUY, g_lots_216) > 0.0 && SymbolOrders() < 1 && TimeCurrent() - g_datetime_224 >= 60 * Period()) {
for (g_pos_132 = 0; g_pos_132 <= 1; g_pos_132++) {
RefreshRates();
OrderSend(Symbol(), OP_SELL, g_lots_216, Bid, g_spread_140, Ask + StopLoss * Point, Bid - TakeProfit * Point, g_comment_228, MagicNumber, 0, Red);
g_error_136 = GetLastError();
if (g_error_136 == 0/
NO_ERROR */) {
g_datetime_224 = TimeCurrent();
break;
}
Print(“Trial �”, g_pos_132 + 1, "- Error opening: ", PrintError(g_error_136));
}
}
return (0);
}

int SymbolOrders() {
int li_ret_0;
for (int l_pos_4 = 0; l_pos_4 < OrdersTotal(); l_pos_4++) {
if (OrderSelect(l_pos_4, SELECT_BY_POS)) {
if (OrderSymbol() == Symbol())
if (OrderMagicNumber() == MagicNumber) li_ret_0++;
}
}
return (li_ret_0);
}

string PrintError(int ai_0) {
return (gsa_272[ai_0]);
}

EA STOMPER

extern int AngleCheck = 18;
extern int TakeProfit = 10;
extern int StopLoss = 30;
extern int MinProfitValue = 1;
extern bool ExtrimProfit = FALSE;
extern double Lots = 0.1;
extern bool UseMM = FALSE;
extern int DepoPercent = 10;
int g_magic_112;
int g_pos_116;
int g_error_120;
int g_spread_124;
int gi_128;
int g_leverage_132;
int gi_unused_136;
int gi_140;
int gi_144;
bool gi_148 = FALSE;
bool gi_152 = FALSE;
bool gi_156 = FALSE;
double gd_160;
double gd_168;
double gd_176;
double gd_unused_184;
double gd_unused_192;
double g_lots_200;
int g_datetime_208;
string g_comment_212 = “Stomper_”;
string gs_dummy_220;
string gs_dummy_228;
string g_text_236;
string gs_244;
int gia_252[300];
string gsa_256[4207];

int init() {
g_leverage_132 = AccountLeverage();
InitErrorArray();
g_spread_124 = MarketInfo(Symbol(), MODE_SPREAD);
gd_176 = NormalizeDouble(MarketInfo(Symbol(), MODE_LOTSTEP), 2);
gd_unused_184 = NormalizeDouble(MarketInfo(Symbol(), MODE_MINLOT), 2);
gd_unused_192 = NormalizeDouble(MarketInfo(Symbol(), MODE_MAXLOT), 2);
if (gd_176 == 0.01) gi_128 = 2;
else gi_128 = 1;
g_magic_112 = StringGetChar(Symbol(), 0) + StringGetChar(Symbol(), 1) + 100 * StringGetChar(Symbol(), 3) + 100 * StringGetChar(Symbol(), 4) + 100000 * Period();
return (0);
}

int deinit() {
ObjectDelete(“Comment”);
ObjectDelete(“Comment2”);
return (0);
}

int start() {
gi_148 = FALSE;
gi_152 = FALSE;
gi_156 = TRUE;
int li_0 = MarketInfo(Symbol(), MODE_STOPLEVEL);
if (TakeProfit < li_0) TakeProfit = li_0;
gi_unused_136 = Hour();
if (StopLoss < li_0) StopLoss = li_0;
int li_4 = MarketInfo(Symbol(), MODE_SPREAD);
if (!ExtrimProfit) {
gi_140 = gia_252[250] + 1;
gi_144 = gia_252[120] - 4;
} else {
gi_140 = gia_252[250] - 1;
gi_144 = gia_252[120] - 2;
}
gi_156 = TRUE;
gd_160 = High[iHighest(NULL, 0, MODE_HIGH, AngleCheck, 1)];
gd_168 = Low[iLowest(NULL, 0, MODE_LOW, AngleCheck, 1)];
if (gd_168 - Bid == 0.0) gi_148 = TRUE;
if (Bid - gd_160 == 0.0) gi_152 = TRUE;
if (!UseMM) g_lots_200 = Lots;
else g_lots_200 = NormalizeDouble(AccountFreeMargin() * DepoPercent / 100000.0 / (g_leverage_132 / 100), gi_128);
if (IsConnected()) {
if (IsDemo()) gs_244 = “Demo”;
else gs_244 = “Real”;
ObjectCreate(“Comment”, OBJ_LABEL, 0, 0, 1.0);
ObjectSet(“Comment”, OBJPROP_CORNER, 0);
ObjectSet(“Comment”, OBJPROP_XDISTANCE, 3);
ObjectSet(“Comment”, OBJPROP_YDISTANCE, 25);
g_text_236 = "Broker: " + AccountCompany() + " AccountNumber: " + AccountNumber() + " Trading lot: " + gs_244;
ObjectSetText(“Comment”, g_text_236, 10, “Times New Roman”, Yellow);
ObjectSet(“Comment”, OBJPROP_TIMEFRAMES, NULL);
ObjectSet(“Comment”, OBJPROP_BACK, FALSE);
} else ObjectDelete(“Comment”);
ObjectCreate(“Comment2”, OBJ_LABEL, 0, 0, 1.0);
ObjectSet(“Comment2”, OBJPROP_CORNER, 0);
ObjectSet(“Comment2”, OBJPROP_XDISTANCE, 3);
ObjectSet(“Comment2”, OBJPROP_YDISTANCE, 50);
g_text_236 = "Account Balance: " + DoubleToStr(AccountBalance(), gi_128) + " Account Balance: " + DoubleToStr(g_lots_200, gi_128);
ObjectSetText(“Comment2”, g_text_236, 10, “Times New Roman”, Yellow);
ObjectSet(“Comment2”, OBJPROP_TIMEFRAMES, NULL);
ObjectSet(“Comment2”, OBJPROP_BACK, FALSE);
for (g_pos_116 = 0; g_pos_116 < OrdersTotal(); g_pos_116++) {
if (OrderSelect(g_pos_116, SELECT_BY_POS)) {
if (OrderSymbol() == Symbol() && OrderMagicNumber() == g_magic_112) {
if (OrderType() == OP_BUY)
if ((MinProfitValue > 0 && Close[0] - OrderOpenPrice() >= (MinProfitValue + li_4) * Point) || TimeCurrent() - OrderOpenTime() >= 60 * (Period() * StopLoss)) OrderClose(OrderTicket(), OrderLots(), Bid, g_spread_124, Blue);
if (OrderType() == OP_SELL)
if ((MinProfitValue > 0 && OrderOpenPrice() - Close[0] >= (MinProfitValue + li_4) * Point) || TimeCurrent() - OrderOpenTime() >= 60 * (Period() * StopLoss)) OrderClose(OrderTicket(), OrderLots(), Ask, g_spread_124, Red);
}
}
}
if (gi_148 && gi_156 && IsTradeAllowed() && AccountFreeMarginCheck(Symbol(), OP_BUY, g_lots_200) > 0.0 && SymbolOrders() < 1 && TimeCurrent() - g_datetime_208 >= 60 * Period()) {
for (g_pos_116 = 0; g_pos_116 <= 1; g_pos_116++) {
RefreshRates();
OrderSend(Symbol(), OP_BUY, g_lots_200, Ask, g_spread_124, Bid - StopLoss * Point, Ask + TakeProfit * Point, g_comment_212, g_magic_112, 0, Blue);
g_error_120 = GetLastError();
if (g_error_120 == 0/* NO_ERROR /) {
g_datetime_208 = TimeCurrent();
break;
}
Print(“Trial �”, g_pos_116 + 1, "- Error opening: ", PrintError(g_error_120));
}
}
if (gi_152 && gi_156 && IsTradeAllowed() && AccountFreeMarginCheck(Symbol(), OP_BUY, g_lots_200) > 0.0 && SymbolOrders() < 1 && TimeCurrent() - g_datetime_208 >= 60 * Period()) {
for (g_pos_116 = 0; g_pos_116 <= 1; g_pos_116++) {
RefreshRates();
OrderSend(Symbol(), OP_SELL, g_lots_200, Bid, g_spread_124, Ask + StopLoss * Point, Bid - TakeProfit * Point, g_comment_212, g_magic_112, 0, Red);
g_error_120 = GetLastError();
if (g_error_120 == 0/
NO_ERROR */) {
g_datetime_208 = TimeCurrent();
break;
}
Print(“Trial �”, g_pos_116 + 1, "- Error opening: ", PrintError(g_error_120));
}
}
return (0);
}

int SymbolOrders() {
int li_ret_0;
for (int l_pos_4 = 0; l_pos_4 < OrdersTotal(); l_pos_4++) {
if (OrderSelect(l_pos_4, SELECT_BY_POS)) {
if (OrderSymbol() == Symbol())
if (OrderMagicNumber() == g_magic_112) li_ret_0++;
}
}
return (li_ret_0);
}

string PrintError(int ai_0) {
return (gsa_256[ai_0]);

Thanks for this man.

I got my refund!!

Hey Lewis,

How did you get the refund? I want a refund too…:frowning:

I have Pipzu, Pipzu Extrapolated and Piptronic.

Pipzu Extrapolated = Piptronic!!!

Don’t believe me? Try running a back test on these 2 EAs and you will get 100% similar results. The EAs have similar external variables. The only difference I can see is that Pipzu Extrapolated does not have a “magic number”. Therefore, do not run it with Piptronic or your closing orders might mess up.

It seem like the Piptronic guy made a deal with the Pipzu guys. If you ask me, just get Pipzu + Pipzu Extrapolated now when it is cheap.

I have been testing it on live ODL and IBFX accounts. Piptronic/Pipzu Extrapolated does not do very well on IBFX. You might get a huge loss that might wipe out your previous earnings. The risk/reward ratio is crazy. Risk 46 pips to make 13 pips. Most of the time, it does not even hit 13 pips but instead, it closes at 1 pip or more.

Piptronic/Pipzu Extrapolated is kind of weird but it does make profits most of the time.

I have not tested FAP Turbo. Any real and honest reviews on that here?

Are you saying that piptronic is a clone of another EA?

Has anyone asked the EA creator what broker he uses/recommends?
It might also help to ask him other questions that might [I]seem[/I] unrelated right now like:

  • What is the operating system of the computer he uses?
  • What is the processor speed
  • Internet connection speed

There are obviously bigger fish to fry first like:

  • What Broker do you use
  • Does that broker offer variable or fixed spreads
  • Do they offer a feed
  • Etc.

Once you nail down the recurring questions I’m seeing (above) and come up with a refined method you can further optimize the method by identifying the best machinery on which to run the system.

Hey guys, sorry I’ve been away for a couple of days.

I’m running Pipzu, Pipzu Ext., and Piptronic on 3 different brokerages, but I just got my computer back online so missed this week’s trading up until now.

As soon as I came online, Piptonic on FXOpen and also on Alpari took a retarded trade and is currently getting smacked.

Each account started with $5K apiece on Thursday. Each of them is currently now sitting in the $3,800 range. Not so great actually.

Now granted Pipzu hasn’t actually taken a trade yet on any of the brokerages, but it has traded successfully for me a couple of weeks back. Pipzu Ext. took a losing trade, but it’s Piptronics that’s been the biggest loser of all.

As I write this the EUR is currently trending higher against the GBP over the last 20 or so M15 bars. Piptronics takes a SELL… Oh that’s a smart move. It would seem to have only looked at the last 2 M15 bars, not the past several hours of upward trend…

To get your money back on Piptronic, did you just email Jon Kopitar?

And also, for the dude running FAP Turbo, how have your results been? I think we’re all curious to know. My only concern with FAP is I think it runs a Martingale, which means if it makes a bad call, it’s going to bet the farm and sink you or it’s going to make back the whole loss… kinda risky.

Hi Sir/Madam, I am a newbies here, can anyone of your guy share the pipzi, piptronic and fabturbo ea to us.

regard
Teh:D

They all suck. Save your money! Unlike others who
just say things suck without having tested them,
I have. I can honestly say that they all suck.
Utterly worthless designed slickly to suck in newbies
like you.

And FAP TURBO has nothing to do with Martingale.
Zero Martingale strategy in there. And how will it
bet the farm when you can control the parameters
including the lot size or go with money management.
Newbies, stay the hell away from crap EAs.

Pipzu and piptronic are total scam EA’s IMO. As for Fapturbo, you’ll do fine if you don’t mess with the settings. Read the manual carefully. I don’t have the EA but in another forums there is a thread dedicated to Fapturbo where members post their screenshot and i can tell you it works. I wish i’m paid to write this.

Ichigo,

I would be interested in viewing those statements. Could you please share that site?

Hi, I am just finishing your excellent trainning!!!
So I am ready to start on monday!!
I am sure I am going to get some pips!!!
Good Work!!!
About Piptronic, the results are not thaaat good, but Fapturbo is working for me!!!
About Pipzu, I still need more info about the settings for an small account of $500.

I do not know about the other EAs but piptronic is a scam and if pipzu is the same as it is than it is a scam. I used it on a demo account and it wiped out the whole account in 1 week. It sucks and I asked for my money back and no answer from this Jon Kopitar… But I only blame my sefl since I acted on impulse and did not research more…but it is hard, this product just came out so it was hard to get any information. From what I have read FapTurbo is the best but trading on your own is far better than any EA if you want to make substantial profits…it takes time and research and patience and good money management to make it in trading… These EAs including FapTurbo are ok I guesse if you want not to break your head and make some money but I would rather br the one who controls and invests my ahrd earned money instead of an algorithm that was developed by backtracking.