chankl78 Posted September 29, 2009 Report Share Posted September 29, 2009 Re: DRAGONPIPS If you look at the fields from Time Protection = False below, it has its rules & regulations. if trades is open after 60mins, it will closed the trade at +3pips. After 140 minutes, +2pips. & so on. So if you use Time Protection = True, it will follow the above rules. If you set it to false, it will close the trade as per your TP. Hope u can understand. Quote Link to comment Share on other sites More sharing options...
saendee Posted September 29, 2009 Report Share Posted September 29, 2009 Re: DRAGONPIPS :shand: day started good 9 winning trades on ECN_STP & Ultimate +62.54AUD then wheels fell off 7sl hits -320AUD on live axisodl broker take a week or so to get back thats forex enjoy [-O< Quote Link to comment Share on other sites More sharing options...
Iceman777 Posted September 29, 2009 Report Share Posted September 29, 2009 Re: DRAGONPIPS how do you find axisodl saendee? using Gomarkets currently but noticed their spreads are quite good and slightly better than gomarkets but havent really traded with them on demo or live Quote Link to comment Share on other sites More sharing options...
mograst Posted September 29, 2009 Report Share Posted September 29, 2009 Re: DRAGONPIPS stopped out with DP on eur/chf 4 trades got SL -$100 not good so far... Also I made optimization for trading hours, TP, SL based on 3 months backtest and never stopped out on backtest with that settings. Now, afhter first day Live I just get hit all SL In other words, Backtest and optimization may be usless as market can chage every day. (even if you do 10yrs backtest, the day you go live may be different and you will be stopped out with SL) Quote Link to comment Share on other sites More sharing options...
Abdulisback Posted September 29, 2009 Report Share Posted September 29, 2009 Re: DRAGONPIPS hello Everyone, Could you guys help me to Clarify things? 1. Why is the balance target a negative number? i.e. -727379968 2. What time reference is ‘The Open and Close Hours’ related to? Server time local time. GMT time? 3. Please explain ‘lots optimised’ parameter 4. Please explain ‘lot decimal’ parameter 5. Please explain ‘risk’ parameter Would appreciate any help, thank you in advance Quote Link to comment Share on other sites More sharing options...
saendee Posted September 29, 2009 Report Share Posted September 29, 2009 Re: DRAGONPIPS :shand: I find them very good the Lady that handles my Live Account stays in contact and have no complaints fixed spreads I like + they have a office in Australia where I life - I am looking at opening an account with gotrader as well but have heard some bad things about ECN spreads 1 that when scalping robots trade there spread are very high so I have only a demo account at present Enjoy Iceman777 & many green pips \m/ Quote Link to comment Share on other sites More sharing options...
JUINERTY2 Posted September 29, 2009 Report Share Posted September 29, 2009 Re: DRAGONPIPS Looking closer at the code, I found that many code is useless. First we can delete all the lines with // //double l_iclose_32 = iClose(Symbol(), PERIOD_M15, 0); //double l_iopen_40 = iOpen(Symbol(), PERIOD_M15, 0); //double l_ilow_48 = iLow(Symbol(), PERIOD_M15, 0); //double l_ihigh_56 = iHigh(Symbol(), PERIOD_M15, 0); double l_irsi_64 = iRSI(NULL, PERIOD_M15, 6, PRICE_CLOSE, 0); double l_irsi_72 = iRSI(NULL, PERIOD_M1, 20, PRICE_CLOSE, 0); double ld_80 = NormalizeDouble(iMA(NULL, 0, 8, 0, MODE_SMA, PRICE_WEIGHTED, 1), 4); double ld_88 = NormalizeDouble(iMA(NULL, 0, 8, 0, MODE_SMA, PRICE_WEIGHTED, 1), 4); double l_icci_96 = iCCI(Symbol(), PERIOD_M15, 14, PRICE_CLOSE, 0); double l_icci_104 = iCCI(Symbol(), PERIOD_M5, 42, PRICE_CLOSE, 0); double l_icci_112 = iCCI(Symbol(), PERIOD_M1, 210, PRICE_CLOSE, 0); double l_icci_120 = iCCI(Symbol(), PERIOD_M1, 80, PRICE_CLOSE, 0); //double l_imomentum_128 = iMomentum(Symbol(), PERIOD_M1, 60, PRICE_CLOSE, 0); double l_imomentum_136 = iMomentum(Symbol(), PERIOD_M5, 4, PRICE_CLOSE, 0); //double l_imomentum_144 = iMomentum(Symbol(), PERIOD_M15, 14, PRICE_CLOSE, 0); //double l_iwpr_152 = iWPR(Symbol(), PERIOD_M1, 14, 0); double l_iwpr_160 = iWPR(Symbol(), PERIOD_M5, 14, 0); //double l_iwpr_168 = iWPR(Symbol(), PERIOD_M15, 14, 0); //double l_iforce_176 = iForce(Symbol(), PERIOD_M5, 13, MODE_SMA, PRICE_CLOSE, 0); double l_ibands_184 = iBands(Symbol(), PERIOD_M5, 20, 2, 0, PRICE_WEIGHTED, MODE_UPPER, 1); //double l_ibands_192 = iBands(Symbol(), PERIOD_M5, 20, 2, 0, PRICE_WEIGHTED, MODE_BASE, 1); double l_ibands_200 = iBands(Symbol(), PERIOD_M5, 20, 2, 0, PRICE_WEIGHTED, MODE_LOWER, 1); double l_ima_208 = iMA(Symbol(), PERIOD_M5, 1, 0, MODE_EMA, PRICE_HIGH, 0); //double l_ima_216 = iMA(Symbol(), PERIOD_M5, 1, 0, MODE_EMA, PRICE_MEDIAN, 0); double l_ima_224 = iMA(Symbol(), PERIOD_M5, 1, 0, MODE_EMA, PRICE_LOW, 0); //double l_ibands_232 = iBands(Symbol(), PERIOD_M5, 20, 2, 0, PRICE_WEIGHTED, MODE_UPPER, 0); //double l_ibands_240 = iBands(Symbol(), PERIOD_M5, 20, 2, 0, PRICE_WEIGHTED, MODE_BASE, 0); //double l_ibands_248 = iBands(Symbol(), PERIOD_M5, 20, 2, 0, PRICE_WEIGHTED, MODE_LOWER, 0); //double l_ima_256 = iMA(Symbol(), PERIOD_M1, 1, 0, MODE_EMA, PRICE_HIGH, 0); //double l_ima_264 = iMA(Symbol(), PERIOD_M1, 1, 0, MODE_EMA, PRICE_MEDIAN, 0); //double l_ima_272 = iMA(Symbol(), PERIOD_M1, 1, 0, MODE_EMA, PRICE_LOW, 0); Second following the line for (int l_pos_20 = 0; l_pos_20 < OrdersTotal(); l_pos_20++) { OrderSelect(l_pos_20, SELECT_BY_POS, MODE_TRADES); because the condition if (OrderSymbol() == Symbol() && OrderMagicNumber() == magic1 || OrderMagicNumber() == magic2 || OrderMagicNumber() == magic3 || OrderMagicNumber() == magic4) { is always True, all the bock after ELSE is useless since we never go to this part so delete the 3 ELSE blocks Quote Link to comment Share on other sites More sharing options...
chankl78 Posted September 29, 2009 Report Share Posted September 29, 2009 Re: DRAGONPIPS My Forex UK Live & Jade Live. Hit Stop Lose today. Haha.. hmmm... From now onwards all those trades that is open after GMT 3am, I will put a time protection to close at -4pips. Let's see how is the results tomolo. Not good... After making my promise to test it for 1 month, i already in a lost... Hahahah.... Any way, GREED for me.. cos i saw 2 opportunities to close the trades at -4pips I never close it.... Good luck to all.. Quote Link to comment Share on other sites More sharing options...
saendee Posted September 29, 2009 Report Share Posted September 29, 2009 Re: DRAGONPIPS \m/ I had already done same chankl78 losses at time was minor :shand: Quote Link to comment Share on other sites More sharing options...
chankl78 Posted September 29, 2009 Report Share Posted September 29, 2009 Re: DRAGONPIPS Hahahhaa..... I can only say about myself....... GREED.... Hope that all my trades is in profits so that y i never close it....... I have to be determined.... Hahaha... Quote Link to comment Share on other sites More sharing options...
hrdforex Posted September 29, 2009 Report Share Posted September 29, 2009 Re: DRAGONPIPS syedzain_87, chankl78, I add minutes. Base on DP by quick silver version on 29 Sept http://slil.ru/28027898 halcyonn 1 Quote Link to comment Share on other sites More sharing options...
JUINERTY2 Posted September 29, 2009 Report Share Posted September 29, 2009 Re: DRAGONPIPS Today i add some code to close all positions at 01:45 (gmt+2) since from few weeks the market is suddently more volatile around 02:00 (gmt+2, tokyo start i think). thats limit a little the losses when they occurs (I hope !!). Yesterdays I got few good trades with dragonpips (old version) and fortunatly I closed the bad ones at 01.00 with minor losses, if I didn't they would destroy all my previous earned pips (especially on eurchf) Quote Link to comment Share on other sites More sharing options...
chankl78 Posted September 29, 2009 Report Share Posted September 29, 2009 Re: DRAGONPIPS Hmm.. Can someone backtest using ultimate EChf Start time = 18, end time = 22 Risk 50% Max Trades = 2 Max Trades per bar = 1 TP = 5 SL = 25 Time Protection = True Pips To Close Level 1, 2, 3 = 5 Minutes To Close Level 4 = 240 Pips To Close Level 4 = -6 Minutes To Close Level 5 = 240 Pips To Close Level 5 = -10 Please let me know on the results of the backtest. Thanks Quote Link to comment Share on other sites More sharing options...
ryujeans Posted September 29, 2009 Report Share Posted September 29, 2009 Re: DRAGONPIPS Looking closer at the code, I found that many code is useless. First we can delete all the lines with // //double l_iclose_32 = iClose(Symbol(), PERIOD_M15, 0); //double l_iopen_40 = iOpen(Symbol(), PERIOD_M15, 0); //double l_ilow_48 = iLow(Symbol(), PERIOD_M15, 0); //double l_ihigh_56 = iHigh(Symbol(), PERIOD_M15, 0); double l_irsi_64 = iRSI(NULL, PERIOD_M15, 6, PRICE_CLOSE, 0); double l_irsi_72 = iRSI(NULL, PERIOD_M1, 20, PRICE_CLOSE, 0); double ld_80 = NormalizeDouble(iMA(NULL, 0, 8, 0, MODE_SMA, PRICE_WEIGHTED, 1), 4); double ld_88 = NormalizeDouble(iMA(NULL, 0, 8, 0, MODE_SMA, PRICE_WEIGHTED, 1), 4); double l_icci_96 = iCCI(Symbol(), PERIOD_M15, 14, PRICE_CLOSE, 0); double l_icci_104 = iCCI(Symbol(), PERIOD_M5, 42, PRICE_CLOSE, 0); double l_icci_112 = iCCI(Symbol(), PERIOD_M1, 210, PRICE_CLOSE, 0); double l_icci_120 = iCCI(Symbol(), PERIOD_M1, 80, PRICE_CLOSE, 0); //double l_imomentum_128 = iMomentum(Symbol(), PERIOD_M1, 60, PRICE_CLOSE, 0); double l_imomentum_136 = iMomentum(Symbol(), PERIOD_M5, 4, PRICE_CLOSE, 0); //double l_imomentum_144 = iMomentum(Symbol(), PERIOD_M15, 14, PRICE_CLOSE, 0); //double l_iwpr_152 = iWPR(Symbol(), PERIOD_M1, 14, 0); double l_iwpr_160 = iWPR(Symbol(), PERIOD_M5, 14, 0); //double l_iwpr_168 = iWPR(Symbol(), PERIOD_M15, 14, 0); //double l_iforce_176 = iForce(Symbol(), PERIOD_M5, 13, MODE_SMA, PRICE_CLOSE, 0); double l_ibands_184 = iBands(Symbol(), PERIOD_M5, 20, 2, 0, PRICE_WEIGHTED, MODE_UPPER, 1); //double l_ibands_192 = iBands(Symbol(), PERIOD_M5, 20, 2, 0, PRICE_WEIGHTED, MODE_BASE, 1); double l_ibands_200 = iBands(Symbol(), PERIOD_M5, 20, 2, 0, PRICE_WEIGHTED, MODE_LOWER, 1); double l_ima_208 = iMA(Symbol(), PERIOD_M5, 1, 0, MODE_EMA, PRICE_HIGH, 0); //double l_ima_216 = iMA(Symbol(), PERIOD_M5, 1, 0, MODE_EMA, PRICE_MEDIAN, 0); double l_ima_224 = iMA(Symbol(), PERIOD_M5, 1, 0, MODE_EMA, PRICE_LOW, 0); //double l_ibands_232 = iBands(Symbol(), PERIOD_M5, 20, 2, 0, PRICE_WEIGHTED, MODE_UPPER, 0); //double l_ibands_240 = iBands(Symbol(), PERIOD_M5, 20, 2, 0, PRICE_WEIGHTED, MODE_BASE, 0); //double l_ibands_248 = iBands(Symbol(), PERIOD_M5, 20, 2, 0, PRICE_WEIGHTED, MODE_LOWER, 0); //double l_ima_256 = iMA(Symbol(), PERIOD_M1, 1, 0, MODE_EMA, PRICE_HIGH, 0); //double l_ima_264 = iMA(Symbol(), PERIOD_M1, 1, 0, MODE_EMA, PRICE_MEDIAN, 0); //double l_ima_272 = iMA(Symbol(), PERIOD_M1, 1, 0, MODE_EMA, PRICE_LOW, 0); Second following the line for (int l_pos_20 = 0; l_pos_20 < OrdersTotal(); l_pos_20++) { OrderSelect(l_pos_20, SELECT_BY_POS, MODE_TRADES); because the condition if (OrderSymbol() == Symbol() && OrderMagicNumber() == magic1 || OrderMagicNumber() == magic2 || OrderMagicNumber() == magic3 || OrderMagicNumber() == magic4) { is always True, all the bock after ELSE is useless since we never go to this part so delete the 3 ELSE blocks Will you please be able to post your revised version! Quote Link to comment Share on other sites More sharing options...
Quiksilver Posted September 29, 2009 Report Share Posted September 29, 2009 Re: DRAGONPIPS Ok Boys... Dragon Ultimate New version: - Code Optimized for fast execution. (thanks to JUINERTY2) - Time management code optimized for fast execution. - Time management code amended to allow select minutes, using hrdforex code (thanks for that). But, this code works with GMT time. Forward test and backtests result extremely fast now. 8-) http://slil.ru/28028469 Quote Don't study roots while others pick up the fruits. Link to comment Share on other sites More sharing options...
JUINERTY2 Posted September 29, 2009 Report Share Posted September 29, 2009 Re: DRAGONPIPS i modified so many things, and my Ea gather informations from another Eas that my version can not be used with another people, it's because I post the code part that need to be changed Quote Link to comment Share on other sites More sharing options...
chankl78 Posted September 30, 2009 Report Share Posted September 30, 2009 Re: DRAGONPIPS Wowo Today DP is good... 5 Closed profits trades for Jade Live, 4 Closed Trades & 2 still open trades for Forex com UK Live. Last night, I spend so many many many hours after my 2 big losses to find the best setting for DP ultimate. It is mentioned a few post on top. Can someone help to backtest if this setting is good cos my backtest most of the time is not reliable as it contains many many many errors in ticks? Start time = 18, end time = 22 Risk 50% Max Trades = 2 Max Trades per bar = 1 TP = 5 SL = 25 Time Protection = True Pips To Close Level 1, 2, 3 = 5 Minutes To Close Level 4 = 240 Pips To Close Level 4 = -6 Minutes To Close Level 5 = 240 Pips To Close Level 5 = -10 Thanks QuickSilver, hrdforex, juinerty2 for the new version. Will use it for tomolo trading. This EA will definitely be the greatest. Hee hee. Quote Link to comment Share on other sites More sharing options...
save2009 Posted September 30, 2009 Report Share Posted September 30, 2009 Re: DRAGONPIPS Ok Boys... Dragon Ultimate New version: - Code Optimized for fast execution. (thanks to JUINERTY2) - Time management code optimized for fast execution. - Time management code amended to allow select minutes, using hrdforex code (thanks for that). But, this code works with GMT time. Forward test and backtests result extremely fast now. 8-) http://slil.ru/28028469 Hi Quiksilver What's password? Quote Link to comment Share on other sites More sharing options...
mama Posted September 30, 2009 Report Share Posted September 30, 2009 Re: DRAGONPIPS Anybody can modify Dragonpips to be ECN compatible? [-O< Quote Link to comment Share on other sites More sharing options...
Quiksilver Posted September 30, 2009 Report Share Posted September 30, 2009 Re: DRAGONPIPS Hi Quiksilver What's password? indo-investasi Quote Don't study roots while others pick up the fruits. Link to comment Share on other sites More sharing options...
Quiksilver Posted September 30, 2009 Report Share Posted September 30, 2009 Re: DRAGONPIPS Anybody can modify Dragonpips to be ECN compatible? [-O< Dragon Ultimate is optimized for ECN Brokers. 8-) Quote Don't study roots while others pick up the fruits. Link to comment Share on other sites More sharing options...
crushbeat Posted September 30, 2009 Report Share Posted September 30, 2009 Re: DRAGONPIPS Hello Guys, wat is the best setting for ultimate? thanks Quote Link to comment Share on other sites More sharing options...
chankl78 Posted September 30, 2009 Report Share Posted September 30, 2009 Re: DRAGONPIPS For me..... Version Ultimate, please test it & decide your best (Although now, I am testing a new setting, below is my last setting i like). Start Time & End Times = 18 & 22 Max Trades = 2 Max Trades per Bar Risk = 50% Time Protection = False TP & SL = Default Quote Link to comment Share on other sites More sharing options...
crushbeat Posted September 30, 2009 Report Share Posted September 30, 2009 Re: DRAGONPIPS hello chankl78, is it for EURGBP, rite? thanks Quote Link to comment Share on other sites More sharing options...
chankl78 Posted September 30, 2009 Report Share Posted September 30, 2009 Re: DRAGONPIPS No.. It is for EurChf.... U can test it on EurGbp.... But results is not as fantastic for EurGbp.. Will do some testing on it to find the best setting for EurGbp too.. 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.