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
  #251 (permalink)  
Old 02-08-2007, 06:36 AM
ANCOLL's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Indonesia
Posts: 252
ANCOLL is on a distinguished road
Thanks for your contribution

@Mr Pips and Frantacech

I dont want you to work alone, I really wish to help you with the code.
During the flood disaster, I was studying MQL (Meta Quote Language) from scratch. I got source from codec guru, interbankfx, and MQL manual itself.
But the more I studied, the more confusing it is
Anyone,please show me, do you know the easiest way to learn MQL?
Coz, I want to give contribution, helping Mr Pips, Frantacech, etc

Btw,
I have updated the first page, take a look, and let me know if missing something. The both EA which Mr Pips added, is on the forward test now.
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
  #252 (permalink)  
Old 02-08-2007, 08:25 AM
ANCOLL's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Indonesia
Posts: 252
ANCOLL is on a distinguished road
Forward test DIN 1.3 and 2.1

The EA didnt follow the rule of DIN,
comment anyone?
Attached Images
File Type: jpg EA-1.3.jpg (50.7 KB, 516 views)
File Type: jpg EA-2.1.jpg (52.8 KB, 490 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
  #253 (permalink)  
Old 02-08-2007, 08:53 AM
Senior Member
 
Join Date: Mar 2006
Location: La Verne,CA
Posts: 560
MrPip is on a distinguished road
Rules of DIN

ANCOLL,

What rule was not followed?

Version 1.3 follows the rules of Kuskus without checking trend.
Version 2.1 follows the rules of DIN but does not use trend entry as this showed in backtest to not work.
To use the trend checks for 4 hr and daily trend you need to set the switch for UseTrend. The default trend uses HMA which is method 2. To use GMACD you must use method 1. HMA showed better results.

The other change was to add trading hours. If that is not wanted you must set UseTradingHours to false.

If you use trading hours with a broker other than FXDD you will also need to change the time settings to match the times for your broker.

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
  #254 (permalink)  
Old 02-08-2007, 09:15 AM
Junior Member
 
Join Date: Jan 2007
Posts: 1
green pips is on a distinguished road
Quote:
Originally Posted by MrPip
Here is HMA_Angle indicator and HMA3 that is used by the angle indicator.
I like this more than the GMACD because you can see the trend change historically to better test the EA.

HMA3 is also used by the DIN_EA_v2 and the next DIN_Kuskus_EA_v1.2 EA.
The angle is calculated in a function within the EA.

Robert
@ Mr.Pip...
just want 2 ask U, I can't find the DIN_Kuskus_EA_v1.2 EA's...
where's I can download that EA?
cz i only find version v1.0, v1.1, v1.3, v2.0 and v2.2...

once more...
I dont understand, when I forwarded test in demo, why in my order, DIN_Kuskus_EA_v1.2 executed... confusing cz i never put that EA in folder expert... i only copy version 'DIN_Kuskus_EA_v1.1" not version v1.2

there's sumthing wrong with my mt4???

last...
when I forward test DIN_Kuskus_EA_v1.1, EA has been executed n suddenly that EA closed, but not hit tp or SL...
really confusing
can U explain me?

thx b4...

Last edited by green pips; 02-08-2007 at 09:37 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
  #255 (permalink)  
Old 02-08-2007, 09:45 AM
Senior Member
 
Join Date: Mar 2006
Location: La Verne,CA
Posts: 560
MrPip is on a distinguished road
Quote:
Originally Posted by green pips
@ Mr.Pip...
just want 2 ask U, I can't find the DIN_Kuskus_EA_v1.2 EA's...
where's I can download that EA?
cz i only find version v1.0, v1.1, v1.3, v2.0 and v2.2...

once more...
I dont understand, when I forwarded test in demo, why in my order, DIN_Kuskus_EA_v1.2 executed... confusing cz i never put that EA in folder expert... i only copy version 'DIN_Kuskus_EA_v1.1" not version v1.2

there's sumthing wrong with my mt4???

last...
when I forward test DIN_Kuskus_EA_v1.1, EA has been executed n suddenly that EA closed, but not hit tp or SL...
really confusing
can U explain me?

thx b4...
All current EAs are found by following the link to the zip file in message 1.
DIN_KuskusEA_v2.0 shows version 1.1 because I forgot to change the string for expert name. That is now fixed in v2.1.
I do not know where the other versions are from because I never posted a 1.3 or 2.2. There were earlier Kuskus_EAs that should not be used. Only those with DIN as the start of the name are current.

As mentioned earlier DIN_Kuskus_EA_v1.x are pure Kuskus as far as I understand the rules.

DIN_Kuskus_EA_v2.x are DIN, again as I currently understand the rules.

Version 1.1 uses change of direction in fisher indicator as exit, not just stop loss and take profit. This is what worked best on back test.

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
  #256 (permalink)  
Old 02-08-2007, 10:00 AM
ANCOLL's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Indonesia
Posts: 252
ANCOLL is on a distinguished road
Good example just 30 minutes ago

Quote:
Originally Posted by MrPip
ANCOLL,

What rule was not followed?

Version 1.3 follows the rules of Kuskus without checking trend.
Version 2.1 follows the rules of DIN but does not use trend entry as this showed in backtest to not work.
To use the trend checks for 4 hr and daily trend you need to set the switch for UseTrend. The default trend uses HMA which is method 2. To use GMACD you must use method 1. HMA showed better results.

The other change was to add trading hours. If that is not wanted you must set UseTradingHours to false.

If you use trading hours with a broker other than FXDD you will also need to change the time settings to match the times for your broker.

Robert
Thanks Robert for the reply
To give a better clarification, I posted what this EA did to my MT4, it gave a false sell order
I think it needs attunement
Attached Images
File Type: jpg False-entry-by-EA-2.1.jpg (54.1 KB, 630 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
  #257 (permalink)  
Old 02-08-2007, 10:51 AM
Senior Member
 
Join Date: Mar 2006
Location: La Verne,CA
Posts: 560
MrPip is on a distinguished road
Rules for DIN

I think I need a better understanding of the rules here.

I was told to use Hist_StepMA_Stoch_KV1_Ex_03 with settings of 10, 1, 0, 500 to replace StepMA_Stoch with settings 7, 0.7, 0.
If I change the settings for the Hist indicator to 7, 0.7 the cross is at the same place. With setting of 10,1 the cross is later.

New version has inputs for the settings.
What should be the defaults?
I think there are too many people giving me the rules for this system. It would help if the settings for each indicator were clear. I do believe the rules are correct, just the settings are wrong.

The others look to be correct.

BBand_Stops_v2 red
HeikenAshi_MA red
Fisher11 red
Hist_StepMA_Stoch... red
StepMA_Stoch turned red sooner.

Not using trend for entry. If trend were used the trade would not have happened because daily trend is still up.

Using FlatTrend since Jan 2, 2007 helped a lot but since Aug 20, 2006 it did not help.

I will be replacing earlier zip file with the new EA. The link in message 1 will point to the correct message to get the new version.

Just need to change the zip file.

Zip file now posted.

Robert

Last edited by MrPip; 02-08-2007 at 10:55 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
  #258 (permalink)  
Old 02-08-2007, 01:03 PM
frantacech's Avatar
Senior Member
 
Join Date: Sep 2006
Posts: 497
frantacech is on a distinguished road
Quote:
Originally Posted by MrPip
I think I need a better understanding of the rules here.

I was told to use Hist_StepMA_Stoch_KV1_Ex_03 with settings of 10, 1, 0, 500 to replace StepMA_Stoch with settings 7, 0.7, 0.
If I change the settings for the Hist indicator to 7, 0.7 the cross is at the same place. With setting of 10,1 the cross is later.

New version has inputs for the settings.
What should be the defaults?
I think there are too many people giving me the rules for this system. It would help if the settings for each indicator were clear. I do believe the rules are correct, just the settings are wrong.

The others look to be correct.

BBand_Stops_v2 red
HeikenAshi_MA red
Fisher11 red
Hist_StepMA_Stoch... red
StepMA_Stoch turned red sooner.

Not using trend for entry. If trend were used the trade would not have happened because daily trend is still up.

Using FlatTrend since Jan 2, 2007 helped a lot but since Aug 20, 2006 it did not help.

I will be replacing earlier zip file with the new EA. The link in message 1 will point to the correct message to get the new version.

Just need to change the zip file.

Zip file now posted.

Robert

Hi Roberts,
I attached two picture from today.

GBPUSD open sell order after x bar.

How working exit? I have default settings.

And last picture, very bad entry. end trend, signal for sell and open buy.
Attached Images
File Type: gif gbpusd.gif (54.0 KB, 459 views)
File Type: gif eurusd.gif (53.4 KB, 437 views)
File Type: gif bad-entry.gif (56.6 KB, 459 views)
__________________
RUN With The BULLS And HUNT With The BEARS - Nothing By Chance

Last edited by frantacech; 02-08-2007 at 01:56 PM.
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
  #259 (permalink)  
Old 02-08-2007, 02:34 PM
ANCOLL's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Indonesia
Posts: 252
ANCOLL is on a distinguished road
I used Frantacech picture also,
The EA should enter Sell Position if these 3 confirmation appeared.
Attached Images
File Type: jpg Confirmation-EA.jpg (70.5 KB, 604 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
  #260 (permalink)  
Old 02-08-2007, 04:12 PM
frantacech's Avatar
Senior Member
 
Join Date: Sep 2006
Posts: 497
frantacech is on a distinguished road
Quote:
Originally Posted by ANCOLL
I used Frantacech picture also,
The EA should enter Sell Position if these 3 confirmation appeared.
I think, EA open buy position one bar before sell signal... END LONG TREND.

I think, solution is open new order only signal bar and x bar next...

for example
extern int SendOrderAftersignalBar 3;
__________________
RUN With The BULLS And HUNT With The BEARS - Nothing By Chance
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: 1 (0 members and 1 guests)
 
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 03:36 PM.



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