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
  #541 (permalink)  
Old 03-06-2007, 04:11 PM
european's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 282
european is on a distinguished road
MiniMi,

I should have mentioned that it's just the first day/time that I tried this fab EA. Very soon i had 2 profitable trades and one that EA started a bit late.

I am just trying to understand how it works and, sure with some practice, I will know how to run it, what is allowed and what is not - there are so many options and variables in it !

I used to be a programmer so can def say that it is written very professionally and will donate the minute i have some profits with it. I agree with you that the more filters we have the less chance that it will start a trade, so it's the matter of finding the right filters.

One question: I closed one trade manually and EA immediately opened another position, is it a coincidence or that is how it should be?

euro

Last edited by european; 03-06-2007 at 04:35 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
  #542 (permalink)  
Old 03-06-2007, 04:26 PM
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
Nice job Shinigami !

i'm happy that you are working on your project, it promise the best

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
  #543 (permalink)  
Old 03-06-2007, 04:50 PM
Senior Member
 
Join Date: Mar 2006
Location: La Verne,CA
Posts: 560
MrPip is on a distinguished road
Questions

Quote:
Originally Posted by european
I looked at the code of EAs - nice job, MrPip!

2 questions please:

1. have you considered or use Flat Trend w MACD (KusKus setup) in v2.4. It seems filters nicely StepMa_Stoch signals as well.
2. If the major trend and BB_Stops is UP, EA seems still opens LONG trades when price is going temp. down and in retracement - is there any setting in EA to avoid it?

Thanks

euro
Euro,

In answer to you questions.

1. FlatTrend was tried as was GMACD and DigiStoch. They did not help to filter bad trades that much. I even tried MA_Angle with the 4 standard MAs as well as HMA, LSMA, Ehlers iTrend and nonLag as MA types. I looked at other filter ideas that were never posted because they did not help either.

DamianiVolatmeter worked as the best filter so far.
StepMA_Stoch is used in the indicator Hist_StepMA_Stoch_KV1_Ex_03.

2. The trend is no longer used as an entry rule unless you turn on the switch for useTrendEntry. Backtest results showed that trading with the major trend as defined on the 1 hr and 4 hr charts did not help.

As for trades placed on retrace, the only thing tried so far is the useCandle rule that checks to see if the current candle is moving in the direction of the other signals. This helped a little but we still get some trades in what look to be the wrong direction. There are trades like this in the backtest results that eventually turned around and made profit. That is the reason for the large stop loss. Of course, there are also trades that ended up a loss.

I do not believe it will be possible to avoid all losses. But if we keep them to a minimum then we have a profitable EA.

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
  #544 (permalink)  
Old 03-06-2007, 04:56 PM
pooper scoopers's Avatar
Member
 
Join Date: Sep 2006
Posts: 53
pooper scoopers is on a distinguished road
Thanks for the reply Mr. Pip. I let it run all night and it has opened many trades so it is working properly. Up five percent already. Great job!!!
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
  #545 (permalink)  
Old 03-06-2007, 05:05 PM
european's Avatar
Senior Member
 
Join Date: Apr 2006
Posts: 282
european is on a distinguished road
Many thanks for the explanation, MrPip.

The only other 2 good filters (for manual trading) are XO and CCI Filter Duo that I used.

I will try to analyse my losses...

Does EA close positions by 'OrderClose', TP/SL or Trailing Stop by default?

cheers

euro
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
  #546 (permalink)  
Old 03-06-2007, 05:29 PM
Senior Member
 
Join Date: Mar 2006
Location: La Verne,CA
Posts: 560
MrPip is on a distinguished road
How EAs exit trades

Quote:
Originally Posted by european
Many thanks for the explanation, MrPip.

The only other 2 good filters (for manual trading) are XO and CCI Filter Duo that I used.

I will try to analyse my losses...

Does EA close positions by 'OrderClose', TP/SL or Trailing Stop by default?

cheers

euro
I am in the process of testing XO as a filter but am very busy with other EAs. I have tried CCI and it did not help. I use to trade CCI method and got tired of the false signals from ZLR becoming a SHAMU and HFE becoming a bigger HFE. The only method that was consistant was TLB.

For version 1.8 exits are from Fisher changing to an opposite signal, SL or TP. At this time Trailing Stop is not used for either version. I am not aware of anyone testing the trailing stop functions. I tested a few on backtest and it did not help in the long run.

Version 2.4 exits on SL, TP or when the HMA3 trend changes with Fisher having an opposite signal. On longer runs the TP is usually hit first. That might be why another trade is often open that might be a loss, especially at the end of the run. I tried setting TP to 0 and it did not do as well even though some of the wins were over 200 pips. Had to do with some trades that hit take profit on a spike, then reversed for either a loss or much less profit.

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
  #547 (permalink)  
Old 03-06-2007, 05:29 PM
Junior Member
 
Join Date: Feb 2007
Posts: 9
q_jak is on a distinguished road
Today's summary

So, my second test day I've switched on back trading hours, and set Trade NY off.

My broker time is GMT+1, so I corrected the trading times of EA by substracting 1.

The day was nor good or bad. The result profit/loss is close to zero.

Alltogether there were 4 transactions opened all during EU session. 3 are still active. So I understand that setting not trading on NY concers only opening of position.

What are your results of the day?
What do you recomend to do with open transactions when NY starts? Do you close them manually or you let it go?


Regards,
JAK
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
  #548 (permalink)  
Old 03-06-2007, 06:36 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 q_jak
So, my second test day I've switched on back trading hours, and set Trade NY off.

My broker time is GMT+1, so I corrected the trading times of EA by substracting 1.

The day was nor good or bad. The result profit/loss is close to zero.

Alltogether there were 4 transactions opened all during EU session. 3 are still active. So I understand that setting not trading on NY concers only opening of position.

What are your results of the day?
What do you recomend to do with open transactions when NY starts? Do you close them manually or you let it go?


Regards,
JAK
You are right, when NY is disabled there is no buy or sell for new trades however the running trades are still controlled by the EA for TP/ SL
__________________

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
  #549 (permalink)  
Old 03-06-2007, 08:05 PM
MiniMe's Avatar
Senior Member
 
Join Date: Nov 2006
Location: Montréal
Posts: 1,451
MiniMe is an unknown quantity at this point
Lightbulb

Mrpip have a look at this
TrendMeLeaveMe

the idea i have is that for the some pairs there has been set of maximum or minimum targets when we reach these targets, or when we reach a strong monthly trend line, as I showed eariler on the small video file I have created
http://www.forex-tsd.com/91385-post514.html

we set the EA to only sell or only buy, its very easy to set it up assume that the person who put the EA on the chart is a trader and draw the trend lines I showed that on the video it takes less than 1 min... can we make this option as idots proof, for those who don't use the trend lines, and don't look at the chart.

I did not see a single indicator that really represents the true trend line as I draw them, so maybe if we use some of the code in that EA we avoid any trades to be placed on the opposite of a monthly trend line, thats after forcing ( can be an option )the tarder to draw the trend line on the start .

Like in the video I setup GB/JAP the 2.4 to sell only, now I would set it up for the US/JAP to buy only and so on....
its kind of silly request and its already in the setup of the EA, but I know for fact that there is lots of ppls who don't draw the trend lines and they reach areas where they should only sell or only buy and yet they don't know it.

I know this is too much to ask now, but keep the idea in mind
__________________


Last edited by MiniMe; 03-06-2007 at 08:09 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
  #550 (permalink)  
Old 03-06-2007, 09:52 PM
Senior Member
 
Join Date: Mar 2006
Location: La Verne,CA
Posts: 560
MrPip is on a distinguished road
Trend Lines

Hi MiniMe,

Interesting thread. I will take a look at the ea when I have the time.
I use to trade deMark trend line break when I used the AIME method. It also used MA cross and MACD for confirmation. The method works, just hard to code as an EA.

It would be useful to have an indicator draw the trend line so I will also check that possibility.

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
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 12:20 AM.



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