Welcome to the Traders Laboratory Forums.
Forex Trading Laboratory Discussion forum for Forex traders - all forex pairs

Like Tree1Likes

Reply
Old 11-18-2007, 05:57 PM   #209

unicorn's Avatar

Join Date: Apr 2007
Location: Athens
Posts: 165
Ignore this user

Thanks: 27
Thanked 1 Time in 1 Post



Arrow Re: The Chimp`s "Forex Trades"

Quote:
Originally Posted by sundowner »
I will attach the mq4 file of the decema
Hello Sundowner

thanks for the code.

Quote:
Originally Posted by sundowner »

I am unable to determine trend fatigue and, as I said, struggle with exits using the vmas or chimp 2-1 turning, sometimes s/r. I'm hoping someone will come up with something better.

Walter is using BOP divergence to enter countertrend trades. You can use them to exit your trend trades. Study the info on the Futures Scalps thread.
I think it will work great, when there is a divergence and price crosses a trendline to confirm that actually the trend is over.

Give it a try and post a few charts.

cheers
Unicorn.
unicorn is offline  
Reply With Quote
Old 11-18-2007, 06:02 PM   #210

PYenner's Avatar

Join Date: May 2007
Location: New Zealand
Posts: 511
Ignore this user

Thanks: 0
Thanked 8 Times in 8 Posts



Re: adxvma modification - The Chimp`s "Forex Trades"

Quote:
Originally Posted by unicorn »
Yes it does drive me nuts. Walter is putting in a lot of time. You have put in a lot of time. I have put in a lot of time. Now that Walter wants to come up with the final formulation, I believe that the tools that he and we will use must be in top shape. That's why I will help you clean the code. As a matter of fact I already did. The following code incorporates my suggestions for higher ema resolution.

The added benefit is that this code will run faster, as it by-passes the Wilder's divisions in the previous implementation. Divisions need more cpu time than multiplications.
Agree and thanks for sorting out the issues including using a sensible stochastic loop. Its a pity it was not done in a consistent portable way from the start.

It is only the human preference for whole numbers that restricts the resolution, the ema number is an unrestrictive double and is not confined to integer values. Portability is the benefit.
Thank you
Bruce
PYenner is offline  
Reply With Quote
Old 11-18-2007, 06:40 PM   #211

unicorn's Avatar

Join Date: Apr 2007
Location: Athens
Posts: 165
Ignore this user

Thanks: 27
Thanked 1 Time in 1 Post



Arrow Re: adxvma modification - The Chimp`s "Forex Trades"

Quote:
Originally Posted by PYenner »

It is only the human preference for whole numbers that restricts the resolution,
TRUE. Then again these whole numbers correspond to bars and it makes a lot more sense to our technical analysis background to say that we apply a 6 bar stochastic to a 10 bar or 11 bar ema smoothed modified adx and all this is used to compute a 10 or 11 or 12 ema_period vma.

Quote:
Originally Posted by PYenner »
the ema number is an unrestrictive double and is not confined to integer values.
Indeed. I just cannot clearly understand what a 3.5 bar ema is;
well, yes it is an ema faster than a 4 bar ema and slower than a 3 bar ema; ok this is as far as I will interpret it.

But I may also point out that the adxvma(6) sometimes is a 7.5 bar ema and other times a 10.3 bar ema. Fine.

Lets do it for portability's shake.
The likely benefit will be an insightful observation by someone reading this thread.

What is amazing is that very few folks post charts, as if they are not sure it's worth their time ; perhaps readers are wondering if we are using a bona fide vma, or waiting for Walter to say "this is the final setting for this trade setup".
OR they are using this method to trade profitably and they think that we are overdoing it with this analysis.

cheers.
Unicorn.
unicorn is offline  
Reply With Quote
Old 11-18-2007, 06:46 PM   #212

walterw's Avatar

Join Date: Nov 2006
Location: Argentina
Posts: 2,228
Ignore this user

Thanks: 0
Thanked 199 Times in 127 Posts



Re: The Chimp`s "Forex Trades"

So far at this point after some testings I am more inclined to use mt4 ...

its true I dont have tick charts there but still its good for forex vmar trading and I never had any data issues there... cant go live tradimng on a platform that sometimes haves 2 or 3 hours of data gap (forex data) ... its not responsable, I am very glad with all the super indicators we got there,I know they will be usefull for lot of people, still data issues are not good... cheers Walter.
__________________
you must enjoy trading... otherwise you shouldnt trade...
walterw is offline  
Reply With Quote
Old 11-18-2007, 07:13 PM   #213

PYenner's Avatar

Join Date: May 2007
Location: New Zealand
Posts: 511
Ignore this user

Thanks: 0
Thanked 8 Times in 8 Posts



Re: adxvma modification - The Chimp`s "Forex Trades"

Quote:
Originally Posted by unicorn »
The likely benefit will be an insightful observation by someone reading this thread.
What is amazing is that very few folks post charts, as if they are not sure it's worth their time ; perhaps readers are wondering if we are using a bona fide vma, or waiting for Walter to say "this is the final setting for this trade setup".
OR they are using this method to trade profitably and they think that we are overdoing it with this analysis.
The insights and the analysis are good, necessary.
Posting charts and a trading log is not realistic for me.
I am trading it profitably and that is one priority.
I run two other businesses and them and their customers are also priorities.
The timing of the tidy up is a lesser priority for me because it has to be, I have prior obligations to many others particularly over the xmas silly season.
Bruce
PYenner is offline  
Reply With Quote
Old 11-18-2007, 08:05 PM   #214

unicorn's Avatar

Join Date: Apr 2007
Location: Athens
Posts: 165
Ignore this user

Thanks: 27
Thanked 1 Time in 1 Post



Thumbs down Re: The Chimp`s "Forex Trades"

Quote:
Originally Posted by sundowner »

If you wouldn't mind, indulge me one more time and have a quick look at these charts... then I'll let things go. The basic concept here is classic support and resistance. My information comes from Martin Pring.

Sundowner;

I see divergence (warning of trend change);
Then I see trendline break (confirmation of trend change) thus EXIT.

I think that Pring is a good source for divergence.

Take it easy.
Unicorn.
Attached Thumbnails
The Chimp`s "Forex Trades"-audusd-divergence.png  
unicorn is offline  
Reply With Quote
Old 11-18-2007, 08:18 PM   #215

unicorn's Avatar

Join Date: Apr 2007
Location: Athens
Posts: 165
Ignore this user

Thanks: 27
Thanked 1 Time in 1 Post



Thumbs down Re: The Chimp`s "Forex Trades"

Quote:
Originally Posted by unicorn »

I see divergence (warning of trend change);
Then I see trendline break (confirmation of trend change) thus EXIT.
Sundowner;

And this chart has the equivalent of adxvma(6) and adxvma(2) that I presume that you follow.

Take it easy.
Unicorn.
Attached Thumbnails
The Chimp`s "Forex Trades"-audusd-divergence2.png  
unicorn is offline  
Reply With Quote
Old 11-19-2007, 01:08 AM   #216

Join Date: Sep 2007
Location: Sechelt, Canada
Posts: 38
Ignore this user

Thanks: 0
Thanked 2 Times in 2 Posts



Re: The Chimp`s "Forex Trades"

Thanks for the input Unicorn, nice looking charts.

As you know I use metatrader, and if I understand correctly your divergence indicator does not translate. Trend line break ...very good idea.

Here's a trade I took this evening (Sunday about 6:00 pst)..if only they were all as stress free as this.

Thanks for your input this weekend guys. I appreciate it.

Have a nice week.

Regards
Attached Thumbnails
The Chimp`s "Forex Trades"-eurjpy1.gif  
sundowner is offline  
Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
The "Flip" Trade (support and resistance changing roles) walterw Technical Analysis 218 11-22-2011 08:01 AM
Walter`s Forex "Trend Trades" walterw Forex Trading Laboratory 357 08-12-2011 12:58 PM
"Back in 1986 Pete Steidlmayer wrote about needing to wait for the first 4.5 hrs..." Dogpile Market Profile 4 10-30-2010 05:41 PM
Walter`s Forex "Vma Trend Scalps" walterw Forex Trading Laboratory 147 11-17-2007 09:54 PM
The "FHR" Trades walterw Forex Trading Laboratory 89 07-30-2007 07:39 PM

All times are GMT -4. The time now is 03:31 AM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.