Jump to content

DragonPips


Recommended Posts

  • Replies 1.4k
  • Created
  • Last Reply

Top Posters In This Topic

Re: DRAGONPIPS

 

I am having problem with dragonpips. Version 4, don't seem to work cos it won't trade.

 

As for version3, after I transfer it from a dealer desk broker to a STP broker (jadefx broker), it open and close position at the same time and hence resulted in losses from the spread. There seems to be a bug in this program that don't work well with STP type of broker.

 

Anyone out there who is good with MQ4 program can help look thru to see if there is any bugs in it? [-O<

Link to comment
Share on other sites

Re: DRAGONPIPS

 

Same problems i have in my previous trades.... It open & close within a min, thus result loses.....

Hope someone can help.

 

These is the trades for my jadefx demo...

2693462 2009.09.07 20:30 sell 0.10 eurchfjfx 1.51970 1.52291 1.51904 2009.09.07 20:44 1.51904 -0.50 0.00 0.00 6.23

2693732 2009.09.07 20:44 buy 0.10 eurchfjfx 1.51880 1.51630 1.51954 2009.09.07 20:44 1.51910 -0.50 0.00 0.00 2.83

2693745 2009.09.07 20:44 buy 0.10 eurchfjfx 1.51880 1.51615 1.51954 2009.09.07 20:47 1.51923 -0.50 0.00 0.00 4.05

2695156 2009.09.07 23:16 sell 0.10 eurchfjfx 1.51935 1.52208 1.51873 2009.09.08 02:25 1.51924 -0.50 0.00 0.00 1.04

2695245 2009.09.07 23:24 sell 0.10 eurchfjfx 1.51936 1.52208 1.51873 2009.09.08 02:25 1.51926 -0.50 0.00 0.00 0.94

 

Here is my trades from forex.com..... As usual... after 21hrs.... no trades...

7268114 2009.09.07 19:30 sell 0.07 eurchf 1.51970 1.52278 1.51897 2009.09.07 19:44 1.51897 0.00 0.00 0.00 4.82

7268186 2009.09.07 19:31 sell 0.04 eurchf 1.51980 1.52204 1.51897 2009.09.07 19:33 1.51949 0.00 0.00 0.00 1.17

Link to comment
Share on other sites

Re: DRAGONPIPS

 

I am having problem with dragonpips. Version 4, don't seem to work cos it won't trade.

 

As for version3, after I transfer it from a dealer desk broker to a STP broker (jadefx broker), it open and close position at the same time and hence resulted in losses from the spread. There seems to be a bug in this program that don't work well with STP type of broker.

 

Anyone out there who is good with MQ4 program can help look thru to see if there is any bugs in it? [-O<

 

Original

Is there a way to make dragon pips work on ecn brokers? what would i have to code in it in order for it to work?

Thank you

Phil.

Edit

Just searched the net and found myself back on the forum :) I am going to try to make it work tonight, i remember that i got it to trade yesterday however, i'll review the code and i'll find out whats wrong and try to fix it :)

[spoiler:26ukmy10]Never trust, never fear, never beg[/spoiler:26ukmy10]
Link to comment
Share on other sites

Re: DRAGONPIPS

 

I have found something very interesting :) here a post from Fxopen by giovaldo just thought it would be interesting the the public..

 

Quote:

Originally Posted by Dragonpips View Post

We challenge you, post the EA here but how if it is not our EA?

dragonpips you discovered.

you may not know the origin of which ea, before scrolling ATC I already have the original EA, then have a share and improve its performance in the TSD.

I know their performance is so know what you make and still have no shame.

I apologize to the administator and moderators here on my presumption, but that is not more victims.

but I only show part of the course.

here you ea

Quote:

#property copyright "copyright © 2009 - Dragonpips.com"

#property link "http://www.Dragonpips.com"

 

bool gi_76 = TRUE;

bool gi_80 = TRUE;

bool gi_84 = TRUE;

bool gi_88 = TRUE;

extern string Owner = "";

extern string TradingTime = "-- Fxopen 23-1 Insta 24-2 Tadawulfx 22-24--";

extern int OpenHour = 22;

extern int CloseHour = 4;

extern double Lots = 0.1;

extern double MaxLots = 100.0;

extern string lotsOptimizedInfo = "-- False if your balance under $1000 standard account with start Lots 0.1--";

extern bool LotsOptimized = TRUE;

extern string LotDecimalInfo = "Insta or Ibfx set to 2";

extern int LotDecimal = 1;

extern int Risk = 50;

extern int MaxTrades = 5;

double gd_164 = 0.0001;

extern string BrokerSpread = "-- Set spread not over than 4 --";

Quote:

HideTestIndicators(TRUE);

findMyOrders();

onScreenComment(98);

g_price_552 = gd_196;

g_price_560 = 0;

for (int li_0 = 1; li_0 < Bars; li_0++) {

if (iFractals(NULL, PERIOD_M15, MODE_UPPER, li_0) != 0.0) {

g_ifractals_568 = iFractals(NULL, PERIOD_M15, MODE_UPPER, li_0);

gd_unused_592 = Time[li_0];

break;

}

}

for (int li_4 = 1; li_4 < Bars; li_4++) {

if (iFractals(NULL, PERIOD_M15, MODE_LOWER, li_4) != 0.0) {

g_ifractals_576 = iFractals(NULL, PERIOD_M15, MODE_LOWER, li_4);

gd_unused_584 = Time[li_4];

break;

}

}

for (int li_8 = 1; li_8 < Bars; li_8++) {

if (iFractals(NULL, PERIOD_H1, MODE_UPPER, li_8) != 0.0) {

g_ifractals_600 = iFractals(NULL, PERIOD_H1, MODE_UPPER, li_8);

gd_unused_624 = Time[li_8];

break;

}

}

for (int li_12 = 1; li_12 < Bars; li_12++) {

if (iFractals(NULL, PERIOD_H1, MODE_LOWER, li_12) != 0.0) {

g_ifractals_608 = iFractals(NULL, PERIOD_H1, MODE_LOWER, li_12);

gd_unused_616 = Time[li_4];

break;

}

}

gi_632 = MathRound((g_ifractals_568 - g_ifractals_576) / gd_164);

gi_unused_636 = MathRound((g_ifractals_600 - g_ifractals_608) / gd_164);

gd_640 = 0;

gd_640 = g_ifractals_568 - (g_ifractals_568 - g_ifractals_576) / 2.0;

gi_648 = MathRound(iATR(Symbol(), PERIOD_M15, 4, 0) / gd_164);

bool li_16 = FALSE;

if (Close[0] <= g_ifractals_600 && Close[0] >= g_ifractals_608) li_16 = TRUE;

 

ea where you take the original

Quote:

property copyright "rahman_DGBeta (_rdb_)"

#property link "[email protected]"

 

//salam salut saya untuk semua mql coder...

//selain versi EURGBP ini masih banyak versi lain yang sudah siap share share kepada teman-teman semua...

//mohon kiranya jika anda menggunakan script ini... jangan menghapus baris permintaan donasi... salam coder... semoga sukses...

 

extern bool Thunder_1 = TRUE;

extern bool Thunder_2 = TRUE;

extern bool Thunder_3 = TRUE;

extern bool Thunder_4 = TRUE;

extern int Hour_Start_Trade = 22; //20; //22; 22; default 22; 2; //Insta Terlambat 2 jam dari ATC... juara 1 trade di 21-05 (Insta 23 ATC 21)

extern int Hour_Stop_Trade = 5; //5; //8; 4;

 

extern double Lots = 0.1;

extern double max_lot = 50;

extern bool LotsOptimized = TRUE;

extern int LotDecimal = 2; // MasterForex Micro = 1 / InstaTrader atau ibfx mini = 2

extern int Risk = 50;

extern int MaxTrades = 5;

 

extern bool Virtual_TP = TRUE;

extern bool Fractal_SL = TRUE;

extern double StopLoss = 32.0;

extern double TakeProfit = 5.0;

extern int slippage = 3;

extern double MaxSpread = 4;

extern int FractalRange = 32;

extern int ATR_Level = 15;

extern int PriceFromFractal = 5;

 

extern bool Time_Protection = TRUE;

extern int MagicNumber1 = 371443;

extern int MagicNumber2 = 3714431;

extern int MagicNumber3 = 3714432;

extern int MagicNumber4 = 3714433;

Quote:

int start() {

HideTestIndicators(TRUE);

findMyOrders();

onScreenComment(98);

tp = TakeProfit;

sl=0;

mypoint=0;

if (Digits == 5 || Digits == 3) {mypoint=10*(MarketInfo(OrderSymbol(),MODE_POINT)) ;} else {mypoint=(MarketInfo(OrderSymbol(),MODE_POINT));}

 

for(int a=1;a<Bars;a++){

if(iFractals(NULL, PERIOD_M15, MODE_UPPER,a)!=0){

LastUpFractal=iFractals(NULL, PERIOD_M15, MODE_UPPER,a);

TimeOfLastUpFractal=Time[a];

break;

}//end if

}//end for

for(int s=1;s<Bars;s++){

if(iFractals(NULL, PERIOD_M15, MODE_LOWER,s)!=0){

LastDownFractal=iFractals(NULL, PERIOD_M15, MODE_LOWER,s);

TimeOfLastDownFractal=Time;

break;

}//end if

}//end for

 

for(int v=1;v<Bars;v++){

if(iFractals(NULL, PERIOD_H1, MODE_UPPER,v)!=0){

LastUpFractal_H1=iFractals(NULL, PERIOD_H1, MODE_UPPER,v);

TimeOfLastUpFractal_H1=Time[v];

break;

}//end if

}//end for

for(int w=1;w<Bars;w++){

if(iFractals(NULL, PERIOD_H1, MODE_LOWER,w)!=0){

LastDownFractal_H1=iFractals(NULL, PERIOD_H1, MODE_LOWER,w);

TimeOfLastDownFractal_H1=Time;

break;

if administators and moderators are unsure, I will give this a second ea.

ea dragon pips manualnya this picture and given him the person doing fraud recriminate notepad.

you do not confess dragonpips again, tomorrow I will show you on the ea forum forum do not surprised if the authors would ea angry, because some time ago in EA claim he called Quantum.

 

By the way the reason dragonpips does not work with ecn brokers is because it uses op_buy/op_sell as a command to initiate orders, which is a non existent command for ECN, apparently it would only fill a stop/limit for its market orders to be filled. I am going to work on the code tonight try to make it function.

 

Phil.

[spoiler:26ukmy10]Never trust, never fear, never beg[/spoiler:26ukmy10]
Link to comment
Share on other sites

Re: DRAGONPIPS

 

I have found something very interesting :) here a post from Fxopen by giovaldo just thought it would be interesting the the public..

 

By the way the reason dragonpips does not work with ecn brokers is because it uses op_buy/op_sell as a command to initiate orders, which is a non existent command for ECN, apparently it would only fill a stop/limit for its market orders to be filled. I am going to work on the code tonight try to make it function.

 

Phil.

 

yes I just read it myself, so dragonpips is a ripoff of thunder 4wd / quantum ????

 

btw still getting great results on eurchf.. live acct

Link to comment
Share on other sites

Re: DRAGONPIPS

 

Did anyone get any trades today (over the last few hours) nothing for me, which is strange

 

Only trading EURCHF

 

nope, didnt get anything on my 2 live accts and 2 demo accts im running... also I been reading allot, seems this is a ripoff of thunder4wd.. interesting.. wondering if there is any improvements.. or exactly same

 

 

here are my LIVE trades yesterday night :) just started live, pretty excited..

1345916 2009.09.08 23:49 buy 0.10 eurchf 1.5166 0.0000 0.0000 2009.09.09 00:43 1.5169 0.00 0.00 0.00 3 2.87

1347023 2009.09.09 00:51 buy 0.10 eurchf 1.5166 0.0000 0.0000 2009.09.09 00:58 1.5169 0.00 0.00 0.00 3 2.87

1347396 2009.09.09 01:24 buy 0.10 eurchf 1.5166 0.0000 0.0000 2009.09.09 02:24 1.5169 0.00 0.00 0.00 3 2.87

1347380 2009.09.09 01:24 buy 0.10 eurchf 1.5166 0.0000 0.0000 2009.09.09 01:38 1.5169 0.00 0.00 0.00 3 2.87

0.00 0.00 0.00 12 11.48

Link to comment
Share on other sites

Re: DRAGONPIPS

 

By the way the reason dragonpips does not work with ecn brokers is because it uses op_buy/op_sell as a command to initiate orders, which is a non existent command for ECN, apparently it would only fill a stop/limit for its market orders to be filled. I am going to work on the code tonight try to make it function.

 

Phil.

 

Phil, if you can help make this Dragonpips work on ECN/STP broker, you are a live saver! ^:)^

 

I have been testing this for weeks on Alpari(UK) demo acct and it work perfectly on Eurchf during GMT 2000hr to GMT 2200hr. However, live acct hardly have any trades due to requotes or spread issue.

 

Hence, I try to move to STP broker, JadeFX. And problem I have is it open and close at the same time resulting in loss of spread. If you can make this work on STP broker, it would be great. :-bd

Link to comment
Share on other sites

Re: DRAGONPIPS

 

I think it is, only difference is that Dragonpips has taken this and continued to improve this EA with their regular updates, also would love to try the Extreme edition

 

Caspian Ea I have heard is also excellent and very similar to how Dragonpips trades but cant find anyone yet that has this to share

 

Caspian EA is a copy of dragonpips.. I've compared statements of them both last night.. exactly same trades, at same times..

Link to comment
Share on other sites

Re: DRAGONPIPS

 

Hi

 

Can anyone change Dragonpips so that the Maxtrades setting can be set to 1. If I set it to 1 it does not trade at all. The minimum I can set it to is 2 and then it trades. The problem is if it reaches stoploss you lose twice, thats about 60+pips lost. Am trying to reduce this by setting Maxtrades to 1 so it will only place one trade at a time. Any help will be much appreciated.

 

I am using the dragonpips_july_v3_universal EA

 

Best rgds

Link to comment
Share on other sites

Re: DRAGONPIPS

 

I have reply to your private Mail....

 

I am using Version 3.

Cos Jade is a ECN/STP type brokers, so DP will not work sometimes.

 

If the bug attack, u will see many lose trades due to spread

If bug never attack, u will see good profits.

 

Please refer to the few posts above or previous page as mentioned by icemaneu.

 

My settings is Start time = 19, end time = 24, Risk = 50%, Max Lots = 2 (Also because of a bug so that's y no choice)

 

All the best...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...