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
  #681 (permalink)  
Old 04-22-2007, 09:47 PM
MiniMe's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Montréal
Posts: 1,451
MiniMe is an unknown quantity at this point
Quote:
Originally Posted by MrPip
I have a quick question. I have written the code to delay after a loss but I think some people also wanted a delay after a win.

If this is true let me know and I will add code for that condition as well.
My concern is when the trade moves huge you will lose a second winning trade.

The way I have written the code allows for a value in minutes for the delay after a loss. The default delay is set for 180 minutes. That way if the loss is in one session no trades will be placed until the next session. If you want to wait a day or more it will be necessary to rewrite to check current time so that the next asian session is not missed.

Robert
You are right a delay should be after win and after loss, cause after a win trade the DIN open another position in the same direction
__________________

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
  #682 (permalink)  
Old 04-23-2007, 06:40 AM
Senior Member
 
Join Date: Jun 2006
Posts: 363
chrisstoff is on a distinguished road
Quote:
Originally Posted by MrPip
I am posting version 2.6 with the delay feature added in the message linked from the first message.

If useDelay is set to true the delay will be used.
If useDelayAfterWin is set to 0 delay will occur only after a loss.
If useDelayAfterWin is set to 1 the delay will also be used after a win.
For this condition both must be set to 1.

The default delay is 180 minutes.

On backtest the code works correctly.

There is no version 2.5. I am using that version number to test new ideas.

Robert
Thank you, Robert! I have downloaded the EA and will test it.
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
  #683 (permalink)  
Old 04-23-2007, 04:49 PM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,218
matrixebiz is on a distinguished road
Quote:
Originally Posted by MiniMe
there is a indicator that is called waddah attar indicator on your screen ( the second one from down) , which is not used in the EA you can even remove it from the chart, or from the indicator setting go to alertcount and set it to zero.
Ok, thanks.

@MrPip - Does DIN 2.6 included the fixes that MiniMe addressed?;
"Default setting on GBP/US works best, however forword live testing i found that when the EA lose a position, it lose another one after it (so losses comes in pairs ) also when closing a profitable position it opens another one which sometimes cause a loss, till these isssues are fixed I wont recomend for you to trade this EA, the developer is on vacation Mrpip, and he mostly busy, I hope he will find the time to look into these issues
Regards,
Alan"

I would like to start testing this again
Thanks

Last edited by matrixebiz; 04-23-2007 at 04:52 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
  #684 (permalink)  
Old 04-23-2007, 05:19 PM
Senior Member
 
Join Date: Mar 2006
Location: La Verne,CA
Posts: 560
MrPip is on a distinguished road
Din 2.6 delay method

I thought I made that clear in the message.

The input useDelay is a switch. When set to 1 the switch is turned on.
When the switch is turned on no trades will be placed for the number of minutes you input if the last trade was a loss. The time is taken from the close of the trade. Default time is 3 hours (180 minutes).

If you want to also delay after a win you must turn on the switch useDelayAfterWin.

The EA will then delay 3 hours from the close of the last trade, win or loss is not checked, only the time of the close.

This works on backtest and I hope will also work on forward test. It looks at the trade history so if the closed trade is not yet in Trade History there could be a problem.

I do not think that will happen because I have used this delay method on other EAs.


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
  #685 (permalink)  
Old 04-23-2007, 05:26 PM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,218
matrixebiz is on a distinguished road
Ok, thank you.
I'll have to re-read what the problem was as I didn't really understand it

Also, how close does DIN follow what Dolly_Graphics is saying? If you see pic, Dolly says trade is in Sell area but DIN didn't place the trade. I don't understand it fully so maybe this is fine Just need a little clarity
Attached Images
File Type: jpg DIN_Dolly.JPG (144.6 KB, 1534 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
  #686 (permalink)  
Old 04-23-2007, 05:51 PM
Senior Member
 
Join Date: Mar 2006
Location: La Verne,CA
Posts: 560
MrPip is on a distinguished road
din 2.6

matrixebiz,

You need to read the description of this method and possibly the entire thread. It is a combination of 3 different systems. Dolly is just part of it. I do not know how much of Dolly is in the current EA. I coded it to use what was defined at the start of the project and added enhancements along the way to the current version.

I do not want to spend time explaining this further, That I leave to others in the group or you can do your own homework and read the thread.

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
  #687 (permalink)  
Old 04-23-2007, 05:55 PM
matrixebiz's Avatar
Senior Member
 
Join Date: Oct 2006
Posts: 1,218
matrixebiz is on a distinguished road
Quote:
Originally Posted by MrPip
matrixebiz,

You need to read the description of this method and possibly the entire thread. It is a combination of 3 different systems. Dolly is just part of it. I do not know how much of Dolly is in the current EA. I coded it to use what was defined at the start of the project and added enhancements along the way to the current version.

I do not want to spend time explaining this further, That I leave to others in the group or you can do your own homework and read the thread.

Robert
Ok, no problem. It's been a while since I looked at these systems so I'll just re-read them again. I thought the EA was still based on the original system and when the price got into Dolly's (WSS clone) Buy or Sell areas then a trade was made. I just thought all the extra systems and indicators incorporated into DIN just made the EA more accurate in reading into Buy and Sell areas and placing the trade at the correct time within. Thanks for all your work on this system or systems

Last edited by matrixebiz; 04-23-2007 at 06:03 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
  #688 (permalink)  
Old 04-29-2007, 07:24 AM
ANCOLL's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Indonesia
Posts: 252
ANCOLL is on a distinguished road
After forward testing DIN indicator for 2 months, I come to this conclusion

DIN is unreliable on a choppy market and on news release
I am planning to switch the time frame from M30 to H1 and H4
and make it as DIN ver 2.0,
I am still working for it now.
and of course still using dolly, isakas, and nina as the main indicator.

Need your contribution when it ready..
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
  #689 (permalink)  
Old 04-29-2007, 08:21 AM
Senior Member
 
Join Date: Mar 2006
Location: La Verne,CA
Posts: 560
MrPip is on a distinguished road
Din forward test

Ancoll,
Since we already have a version 2 series it would be better to call it version 3.

Could you run a backtest on the most recent version 2.6 where I added the check for losses to see if the trades match and how many losses go away?

Perhaps the new version would prove more profitable.

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
  #690 (permalink)  
Old 04-30-2007, 03:26 AM
Junior Member
 
Join Date: Apr 2007
Posts: 1
over_z is on a distinguished road
to ANCOLL :

my English is poor
I use your (Dolly + Isakas + Nina) System and add this dope out price indicator,I finde it give me a good support and resistance.
Attached Files
File Type: mq4 MA dope out price.mq4 (4.3 KB, 265 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
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 04:35 AM.



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