Jump to content

Recommended Posts

  • Replies 413
  • Created
  • Last Reply

Top Posters In This Topic

Posted

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

Posted

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?

:huh:

Posted

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

Posted

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

Posted

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

Posted

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

Posted

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.

Posted

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.

Posted

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.

Posted

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

Posted

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

Don't study roots while others pick up the fruits.
Posted

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.

Posted

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

Posted

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 ?

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...