Forex



Go Back   Forex Trading > Trading systems > Dolly
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #121 (permalink)  
Old 01-31-2007, 07:34 AM
Junior Member
 
Join Date: Oct 2006
Posts: 6
nitroxyboy is on a distinguished road
New Idea

Dear friends
i have an idea for kaskus mehode EA.
write some code to able it to scalp.
GREAT IDEA.
I am sure
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #122 (permalink)  
Old 01-31-2007, 08:01 AM
Senior Member
 
Join Date: Mar 2006
Location: La Verne,CA
Posts: 560
MrPip is on a distinguished road
KusKus EA

Quote:
Originally Posted by aligator
Why change the name to DIN? Why not leave as KusKus EA and giving credit to the originator. I recommend no change Mr. PIP, maybe just add a version number.
I have nothing against changing the name to DIN but I left the name as KusKus because that is where I began development. I did not find anything in the DIN_EA_v1.0 that I dowloaded to be of use. If there is a newer version let me know. I had already added the code for GMACD and Hist_StepMA_Stoch_KV1_Ex_03 mentioned in a document I received from a member of the yahoo metatrader group. That document included the original strategy as well as mini-me. That was before I found this thread, also referred by a member of the yahoo group.

Heiken_Ashi_Ma and Fisher_m11 were suggested replacements for the ex4 indicators Heiken_Ashi_Kuskus2 and kuskus_starlightv2. The same for BBands_Stop_v2. I prefer to have source code so I can better optimize.


I added other ideas for trend because I felt that GMACD was a little delayed on trend changes. I added the idea of testing different trend indicators including GMACD for testing on other pairs. But currently on the GBPUSD 30 minute chart the HMA seems to work best.

Other suggestions are welcome.

Robert aka MrPip
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #123 (permalink)  
Old 01-31-2007, 08:24 AM
Senior Member
 
Join Date: Mar 2006
Location: La Verne,CA
Posts: 560
MrPip is on a distinguished road
KusKus EA

Here are the current rules used by the EA.


bool CheckExitCondition(int cmd)
{
if (CheckHeikenAshi(cmd))
{
if (CheckStepMA(cmd)) return(true);
}
return(false);

// Maybe add these to check later
if (CheckFish(cmd)) return(true);
if(CheckBBStop(cmd)) return(true);

return (false);
}

For entry

bool CheckEntryCondition(int cmd)
{
if (CheckTrend(cmd))
{
if (CheckHeikenAshi(cmd))
{
if (CheckBBStop(cmd))
{
if (CheckFish(cmd))
{
if(CheckStepMA(cmd)) return(true);
}
}
}
}

return (false);
}


where cmd is OP_BUY or OP_SELL. Since StepMA is the slowest running indicator I check it last.

For exit it is usually the take profit or stop loss but sometimes the indicators exit the trade.

Right now I have the settings for the indicators hard coded. The next version will have them as inputs. Several members of the thread have mentioned different settings for some of the indicators.

Robert
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #124 (permalink)  
Old 01-31-2007, 09:28 AM
Big Joe's Avatar
Senior Member
 
Join Date: May 2006
Location: In the trading room !
Posts: 764
Big Joe is an unknown quantity at this point
CHRISSSTOFFF

i looked your backtest results

and HUMMMMMMMMM

Exemple, look the first trade, enter @ 09:00 and exit at the same time and 80 pips profit

GLOUUPPSSSSSSS
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #125 (permalink)  
Old 01-31-2007, 09:35 AM
nina's Avatar
Senior Member
 
Join Date: Nov 2005
Location: Barcelona
Posts: 2,380
nina is on a distinguished road
Quote:
Originally Posted by bsl
Open Metatrader: tools → options → server → "enable DDE server".
Open excel file. When you open it, it ask for update click yes.
Hi,

THX, BSL!!

No way. My DDE server is enabled.
__________________
Nina

We must fight on the winning side, not on the side we may believe to be correct.

Focus, Patience and Discipline
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #126 (permalink)  
Old 01-31-2007, 10:19 AM
primajaya's Avatar
Senior Member
 
Join Date: Aug 2006
Posts: 213
primajaya is on a distinguished road
Quote:
Originally Posted by nina
Hi,

THX, BSL!!

No way. My DDE server is enabled.
Ups... I don't know whats wrong with your MT4, but i think to make this xls sheet working is very easy you just have to activate your DDE and run the xls..

Maybe you have to reinstall your MT4 software and than try again... or I've heard some broker's not allowed the DDE....
by the way .. what is your broker?....
__________________
You said "why?".. I said "why not?!"
Broker for 5$ Free
Trading system 4free

Last edited by primajaya; 01-31-2007 at 10:24 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #127 (permalink)  
Old 01-31-2007, 10:27 AM
nina's Avatar
Senior Member
 
Join Date: Nov 2005
Location: Barcelona
Posts: 2,380
nina is on a distinguished road
Quote:
Originally Posted by primajaya
Ups... I don't know whats wrong with your MT4, but i think to make this xls sheet working is very easy you just have to activate your DDE and run the xls..

Or Maybe you have to reinstal your MT4 software and than try again... or maybe some broker's not allowed the DDE.. by the way .. what is your broker?....
Hi!!

The one I have your XLS is FastBrokersFX.

What is strange is that you get right all your stuff on some pairs and you do not get it on others, like the screen shot I posted.

I'll activate DDE on other platfor just to give the last try to your nice XLS.

BTW, gone to your site and saw what you say about R Leslie 2000 Excel.

Could you make one related to FOREX?

THX.
__________________
Nina

We must fight on the winning side, not on the side we may believe to be correct.

Focus, Patience and Discipline
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #128 (permalink)  
Old 01-31-2007, 10:49 AM
ANCOLL's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Indonesia
Posts: 252
ANCOLL is on a distinguished road
Quote:
Originally Posted by MrPip
I have nothing against changing the name to DIN but I left the name as KusKus because that is where I began development. I did not find anything in the DIN_EA_v1.0 that I dowloaded to be of use. If there is a newer version let me know. I had already added the code for GMACD and Hist_StepMA_Stoch_KV1_Ex_03 mentioned in a document I received from a member of the yahoo metatrader group. That document included the original strategy as well as mini-me. That was before I found this thread, also referred by a member of the yahoo group.

Heiken_Ashi_Ma and Fisher_m11 were suggested replacements for the ex4 indicators Heiken_Ashi_Kuskus2 and kuskus_starlightv2. The same for BBands_Stop_v2. I prefer to have source code so I can better optimize.


I added other ideas for trend because I felt that GMACD was a little delayed on trend changes. I added the idea of testing different trend indicators including GMACD for testing on other pairs. But currently on the GBPUSD 30 minute chart the HMA seems to work best.

Other suggestions are welcome.

Robert aka MrPip

Mr Pip,
I test your EA and please see the attachment..
somehow it trades with different rule from DIN itself...
any comment?
Attached Images
File Type: jpg USDJPY-entry-kuskus-EA.jpg (60.6 KB, 1056 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #129 (permalink)  
Old 01-31-2007, 11:00 AM
primajaya's Avatar
Senior Member
 
Join Date: Aug 2006
Posts: 213
primajaya is on a distinguished road
Quote:
Originally Posted by nina
Hi!!

The one I have your XLS is FastBrokersFX.

What is strange is that you get right all your stuff on some pairs and you do not get it on others, like the screen shot I posted.

I'll activate DDE on other platfor just to give the last try to your nice XLS.

BTW, gone to your site and saw what you say about R Leslie 2000 Excel.

Could you make one related to FOREX?

THX.
BTW that is not my site.. I only add the link in my previous post so you know where the source from..

OK I get your point..
Try this.. on the xls sheet go click Tools>>options>>international>>
Uncheck Use system separator.. then
Use dot (.) on decimal separator and use comma (,) on thousand separator.. then OK..

Hope it can solve your problem..
__________________
You said "why?".. I said "why not?!"
Broker for 5$ Free
Trading system 4free
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #130 (permalink)  
Old 01-31-2007, 11:02 AM
AQUILEZ's Avatar
Member
 
Join Date: Jul 2006
Posts: 64
AQUILEZ is on a distinguished road
Option

Quote:
Originally Posted by MrPip
Here are the current rules used by the EA.


bool CheckExitCondition(int cmd)
{
if (CheckHeikenAshi(cmd))
{
if (CheckStepMA(cmd)) return(true);
}
return(false);

// Maybe add these to check later
if (CheckFish(cmd)) return(true);
if(CheckBBStop(cmd)) return(true);

return (false);
}

For entry

bool CheckEntryCondition(int cmd)
{
if (CheckTrend(cmd))
{
if (CheckHeikenAshi(cmd))
{
if (CheckBBStop(cmd))
{
if (CheckFish(cmd))
{
if(CheckStepMA(cmd)) return(true);
}
}
}
}

return (false);
}


where cmd is OP_BUY or OP_SELL. Since StepMA is the slowest running indicator I check it last.

For exit it is usually the take profit or stop loss but sometimes the indicators exit the trade.

Right now I have the settings for the indicators hard coded. The next version will have them as inputs. Several members of the thread have mentioned different settings for some of the indicators.

Robert
I am still not sure about StepMA
But here is a little test with RVI Metod
Attached Images
File Type: gif RVI_Test.gif (15.4 KB, 765 views)
File Type: gif TesterGraph.gif (7.2 KB, 713 views)
Attached Files
File Type: zip RVI_Test.zip (479.2 KB, 261 views)

Last edited by AQUILEZ; 01-31-2007 at 11:28 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
dolly + isakas, GMACD indicator, dolly, Heiken_Ashi_Ma.ex4, StepStopExpert, isakas, DIN Kuskus EA, ISAKAS EA, forex, turbo_jrsx, heiken_ashi_kuskus2, DIN_KusKus_EA, DIN_KusKus_EA_v1.8, range factor, Nina_StepMA, Dolly Isakas, system, DIN KusKus, nina step ma, Dolly Isakas Nina, Heiken_Ashi_kuskus2.mq4, kuskus starlight, Isakas kuskus v2, isakas mq4, DOLLY TRADING SYSTEM, nina forex, isakas 2, Dolly Graphics, dolly trading, gmacd, stepstop


Currently Active Users Viewing This Thread: 3 (2 members and 1 guests)
tennis6060, faumin
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ISAKAS ashi by Kuskus_Osentogg zeman Manual trading systems 2030 09-09-2009 07:14 PM
Dolly system mrtools Dolly 1271 07-25-2009 06:36 PM
ISAKAS CS by Kuskus_Osentogg zeman Manual trading systems 50 05-20-2007 08:47 PM
Observations of the Nina method BrunoFX Suggestions for Trading Systems 145 09-04-2006 05:14 PM


All times are GMT. The time now is 07:34 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.