mario1986 Posted September 29, 2009 Report Posted September 29, 2009 Re: [req] caspian EA - debuged dragonpips what is does the "CaspianFactor" paramater mean? Quote
popisdead Posted September 29, 2009 Report Posted September 29, 2009 Re: [req] caspian EA - debuged dragonpips the caspian chf is calling the dll, meanwhile the gbp..seems not! do u guys experience the same thing? :-? Quote
wesladf Posted September 29, 2009 Report Posted September 29, 2009 Re: [req] caspian EA - debuged dragonpips the caspian chf is calling the dll, meanwhile the gbp..seems not! do u guys experience the same thing? :-? I think the dll is there what yyou jst need to do is to look inside the other folder ECHF folder u will see the dll there. Thnaks to the main man big kudos for you Quote
popisdead Posted September 29, 2009 Report Posted September 29, 2009 Re: [req] caspian EA - debuged dragonpips I think the dll is there what yyou jst need to do is to look inside the other folder ECHF folder u will see the dll there. Thnaks to the main man big kudos for you i placed both the chf and gbp dll inside the library folder.. however, when i attach the expert on the chart..only chf is calling the dll..meanwhile the gbp is not.. is it only me? Quote
mario1986 Posted September 29, 2009 Report Posted September 29, 2009 Re: [req] caspian EA - debuged dragonpips you can delete the eurgbp.dll! It´s not called, it´s a fake! Anybody know that "CaspianFactor" does means?? Quote
Iceman777 Posted September 29, 2009 Report Posted September 29, 2009 Re: [req] caspian EA - debuged dragonpips How do you make this work on live account? Cant find anywhere in the mq4 code to change account number to your own Quote
robotfx2 Posted September 30, 2009 Report Posted September 30, 2009 Re: [req] caspian EA - debuged dragonpips No working on live account..... only work on demo account i think the account Numbers was set inside the Dll :P :P anyone can educate this EA... Thanks Quote
duyduy Posted September 30, 2009 Report Posted September 30, 2009 Re: [req] caspian EA - debuged dragonpips The Dlll seems suspicious My friend once download this kind of DLL and it was trojan. Quote
wesladf Posted September 30, 2009 Report Posted September 30, 2009 Re: [req] caspian EA - debuged dragonpips No working on live account..... only work on demo account i think the account Numbers was set inside the Dll :P :P anyone can educate this EA... Thanks Here you go guys, this one work on my live account and closed 4trades for me on it positive on ECHF... here you go guys...... Here are result of my Live trading account today with this great EA............ 380982 2009.09.30 01:47 sell 0.12 eurchf- 1.5116 1.5166 0.0000 2009.09.30 01:55 1.5115 0.00 0.00 0.00 1.15 381112 2009.09.30 01:59 buy 0.12 eurchf- 1.5111 1.5061 0.0000 2009.09.30 01:59 1.5115 0.00 0.00 0.00 4.63 381156 2009.09.30 01:59 sell 0.12 eurchf- 1.5116 1.5166 0.0000 2009.09.30 03:13 1.5116 0.00 0.00 0.00 0.00 381420 2009.09.30 02:56 sell 0.09 eurchf- 1.5121 1.5171 0.0000 2009.09.30 03:13 1.5117 0.00 0.00 0.00 3.48 Guys here is the EA I used you can compare it with the one you guys have. Happy trading http://www.mediafire.com/?v9wwacnf1g2 Quote
collinsmith Posted September 30, 2009 Report Posted September 30, 2009 Re: [req] caspian EA - debuged dragonpips Here you go guys, this one work on my live account and closed 4trades for me on it positive on ECHF... here you go guys...... Here are result of my Live trading account today with this great EA............ 380982 2009.09.30 01:47 sell 0.12 eurchf- 1.5116 1.5166 0.0000 2009.09.30 01:55 1.5115 0.00 0.00 0.00 1.15 381112 2009.09.30 01:59 buy 0.12 eurchf- 1.5111 1.5061 0.0000 2009.09.30 01:59 1.5115 0.00 0.00 0.00 4.63 381156 2009.09.30 01:59 sell 0.12 eurchf- 1.5116 1.5166 0.0000 2009.09.30 03:13 1.5116 0.00 0.00 0.00 0.00 381420 2009.09.30 02:56 sell 0.09 eurchf- 1.5121 1.5171 0.0000 2009.09.30 03:13 1.5117 0.00 0.00 0.00 3.48 Guys here is the EA I used you can compare it with the one you guys have. Happy trading http://www.mediafire.com/?v9wwacnf1g2 Hello wesladf, which broker are you using? Is the trading hours use as default? Thanks. Regards, Collin Quote
wesladf Posted September 30, 2009 Report Posted September 30, 2009 Re: [req] caspian EA - debuged dragonpips Collin The broker that am using is http://nordfx.com/?id=4193 you can download there demo platform and all value is default except your money management. Thanks Quote
olayiwola02 Posted September 30, 2009 Report Posted September 30, 2009 Re: [req] caspian EA - debuged dragonpips Collin The broker that am using is http://nordfx.com/?id=4193 you can download there demo platform and all value is default except your money management. Thankscoolinsmith ,can you share your settings with us,especially for fxpro and liteforex which are gmt+3 broker thanks Quote
hrdforex Posted September 30, 2009 Report Posted September 30, 2009 Re: [req] caspian EA - debuged dragonpips mario1986, Caspianfactor is : Averaging period for calculation Search caspianfactor at line 171 l_period_12 = 10.0 * NormalizeDouble(CaspianFactor, 1); ld_16 = iATR(Symbol(), PERIOD_D1, 5, 0) / g_point_256; ld_24 = iATR(Symbol(), 0, l_period_12, 0) / g_point_256; move the cursor to NormalizeDouble, then press F1, then show: double NormalizeDouble( double value, int digits) Rounds the floating point value to the given precision. Returns normalized value of the double type. The calculated StopLoss and TakeProfit values, as well as open price of pending orders must be normalized with a precision the value of which is stored in the pre-defined variable of Digits. Parameters: value - Floating point value. digits - Precision format, number of digits after decimal point (0-8). Sample: double var1=0.123456789; Print(DoubleToStr(NormalizeDouble(var1,5),8)); // output: 0.12346000 So. NormalizeDouble(3,1) is 3. =)) =)) =)) You can find info for iATR with F1 Quote
collinsmith Posted September 30, 2009 Report Posted September 30, 2009 Re: [req] caspian EA - debuged dragonpips coolinsmith ,can you share your settings with us,especially for fxpro and liteforex which are gmt+3 broker thanks Hi olayiwola02, I have not started testing anything yet. Just saw the results from wesladf and was enquiring about his broker. Regards, Collin Quote
ShaKerZ Posted September 30, 2009 Report Posted September 30, 2009 Re: caspian EA - debuged dragonpips What the Timeframe please and the defaults trading hours (in GMT) ? Quote
wesladf Posted September 30, 2009 Report Posted September 30, 2009 Re: caspian EA - debuged dragonpips What the Time frame please and the defaults trading hours (in GMT) ? The time frame is 15minutes and I think this EA is using automatic GMT calculator so its not necessary to set GMT and for the trading hours I used default for now. Quote
finimej Posted September 30, 2009 Author Report Posted September 30, 2009 Re: caspian EA I check now both the code for dragonpips and caspian, and see they are different EA. Dragonpips still has the daddy You_lucky looklike, ifractals, and RSI, plus some other indi such as cci, wpa,bollingerbands Caspian uses ATR, StdDev (this is has some similarity as bollingerbands, but still different), MA, RSI, caspian customer indicator marketmovement is RSI + Standard Derivation, EFF is made on MA and High low fractal channel is made on high low, and become a fractal channel. they are scalping on the same eurocross during asianmarket time, but different. sorry, my statement before that they are same, are not correct. But looks same. Quote
wesladf Posted September 30, 2009 Report Posted September 30, 2009 Re: caspian EA okay man, its good the way you correct your statement, Dragonpips is a good EA and this Ea look like master EA to dragon. Its own trades make more sense than dragon with their coding. Quote
crushbeat Posted September 30, 2009 Report Posted September 30, 2009 Re: caspian EA hello finimej, can you fix the caspian gbp because it wont open positions at all? thanks Quote
JUINERTY2 Posted September 30, 2009 Report Posted September 30, 2009 Re: caspian EA Yes, caspian gbp wont open positions at all, the backtest is correct, but nothing in live Quote
collinsmith Posted September 30, 2009 Report Posted September 30, 2009 Re: caspian EA Yes, caspian gbp wont open positions at all, the backtest is correct, but nothing in live Hi brothers, I am not sure which broker you are using, but caspian gbp has a max spread of 4 pips: double g_pips_228 = 4.0; // Max Spread = 4.0 .... .... int start() .... .... if (Ask - Bid > g_pips_228 * g_point_252) return (0); .... .... As the statements above, if you are using 5 digitis variable spread brokers, then you may have a problem in this case should the spread be greater than 4 pips. It will help if you could determine the spread values during the early Asian hours. Regards, Collin Quote
Quiksilver Posted September 30, 2009 Report Posted September 30, 2009 Re: caspian EA Backtests from 09/01/09 on EURCHF. Spread during backtests 3.8 pips. Fixed Lot size 0.4 lots. Max Trades=3 on both. Caspian http://img28.imageshack.us/img28/5379/caspianeurchf2100gmtspr.gif Dragon http://img213.imageshack.us/img213/3338/eurchftrades31tp5180022.gif Quote Don't study roots while others pick up the fruits.
finimej Posted September 30, 2009 Author Report Posted September 30, 2009 Re: caspian EA in the GBP EA said, if the spread is larger than 4 pips, then it would not open a trade, this is the only restriction. It does not use IsDemo, IsTesting such function. please check that you max spread is 4 pips for the GBP EA to trade. Quote
robotfx2 Posted September 30, 2009 Report Posted September 30, 2009 Re: caspian EA Need Help... I can't use this Caspian EA on live anyone can help me fix this.. :-?? 2009.09.30 23:38:07 2009.09.27 23:37 CaspianEA.CHF EURGBP,M30: Alert: You can not use CaspianEA.GBP on account number(20822383)! 2009.09.30 23:42:24 2009.09.27 23:08 CaspianEA.CHF EURCHF,M30: Alert: You can not use CaspianEA.CHF on account number(20822383)! Thanks Quote
ShaKerZ Posted September 30, 2009 Report Posted September 30, 2009 Re: caspian EA The time frame is 15minutes and I think this EA is using automatic GMT calculator so its not necessary to set GMT and for the trading hours I used default for now. Thank you ! You're sure with the hours trading ? Quote
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.