The Chimp`s new "Futures Scalps" - Page 13 - Traders Laboratory

Go Back   Traders Laboratory > Technical Laboratory > Technical Analysis

Technical Analysis The technical discussion forum for traders. Moderated by mister ed.


Reply
 
LinkBack (2) Thread Tools Display Modes
  #121 (permalink)  
Old 11-18-2007, 04:50 PM
unicorn's Avatar
unicorn has no status.

 
Join Date: Apr 2007
Posts: 164
Thanks: 25
Thanked 0 Times in 0 Posts
Arrow Re: The Chimp`s new "Futures Scalps"

Quote:
View Post
Did you ask to Walter for this kind of example?
Yes Cattus, Thank you.

is that the accumulation-distribution_oscillator(1 4) at the bottom (ADL)? it is usually shaped a lot more like the BOP; sometimes it shows a better divergence. Need more time evaluating it though.

Quote:
View Post
I think that would be great that you download the NinjaTrader, because with your knowledge you could help to evaluate this software...
I am not using NinjaTrader, but I do read the code, at least I understand it enough to notice the difference in indicator implementations.

Take care,
Unicorn.

Reply With Quote
  #122 (permalink)  
Old 11-18-2007, 05:08 PM
cattus's Avatar
cattus has no status.

Trader Specs
 
Join Date: Sep 2007
Location: Mexico
Posts: 63
Thanks: 0
Thanked 1 Time in 1 Post
Re: The Chimp`s new "Futures Scalps"

Quote:
View Post
Yes Cattus, Thank you.

is that the accumulation-distribution_oscillator(1 4) at the bottom (ADL)? it is usually shaped a lot more like the BOP; sometimes it shows a better divergence. Need more time evaluating it though.



I am not using NinjaTrader, but I do read the code, at least I understand it enough to notice the difference in indicator implementations.

Take care,
Unicorn.
Hi Unicorn.

I attached a pic about the ADL box. And also, the text of the code. I can not find if the ADL is 14 or it have other number. May be you can distingue it better than me.

Cheers.

Cattus
Attached Images
File Type: png ADL.png (92.0 KB, 51 views)
Attached Files
File Type: doc ADL code.doc (40.0 KB, 21 views)

Reply With Quote
  #123 (permalink)  
Old 11-18-2007, 05:51 PM
walterw's Avatar
walterw is The Trader Chimp

Trader Specs
 
Join Date: Nov 2006
Location: Argentina
Posts: 2,155
Thanks: 0
Thanked 39 Times in 29 Posts
Re: The Chimp`s new "Futures Scalps"

Unicorn : so far BOP outperforms ad and chaikin... remember to take care on momentum conditions, as they may diverge and then still keep going on the same direction... counter trend trades demand good momentum discernment skills... cheers Walter.

__________________
you can check my site on my profile contact info...
Reply With Quote
  #124 (permalink)  
Old 11-18-2007, 05:53 PM
unicorn's Avatar
unicorn has no status.

 
Join Date: Apr 2007
Posts: 164
Thanks: 25
Thanked 0 Times in 0 Posts
Thumbs down Re: The Chimp`s new "Futures Scalps"

Quote:
View Post
I attached a pic about the ADL box. And also, the text of the code.
Hi Cattus;

this is the accumulation_distribution Line, a summation of the value since the beginning of the chart. It is not the oscillator; that's why it does not require the 14 bar input.

It is also a different from the BOP based computation because it uses

((Close- Low) - (High - Close)) / (High - Low) * Volume

instead of

(Close- Open) / (High - Low) * Volume


regards.
Unicorn.

Reply With Quote
  #125 (permalink)  
Old 11-18-2007, 05:54 PM
walterw's Avatar
walterw is The Trader Chimp

Trader Specs
 
Join Date: Nov 2006
Location: Argentina
Posts: 2,155
Thanks: 0
Thanked 39 Times in 29 Posts
Re: The Chimp`s new "Futures Scalps"

Quote:
View Post
Hi Walter.

I will read those threads.

Thanks.

AgustÃÂ*n
Cattus, thats what I actually trade live... I just dont post any more those so I can get my focus here on the forum into new stuff... cheers Walter.

__________________
you can check my site on my profile contact info...
Reply With Quote
  #126 (permalink)  
Old 11-18-2007, 06:08 PM
unicorn's Avatar
unicorn has no status.

 
Join Date: Apr 2007
Posts: 164
Thanks: 25
Thanked 0 Times in 0 Posts
Arrow Re: The Chimp`s new "Futures Scalps"

Quote:
View Post
Unicorn : so far BOP outperforms ad and chaikin...
Hello Walter;
it is great that you have already tested BOP versus AD_Osc; it is nice to know that BOP outperforms.

Quote:
View Post
remember to take care on momentum conditions, as they may diverge and then still keep going on the same direction...
Indeed, I know that too well; especially when price hits the trailing stop and then sprints to hit the pivot point no matter what...

Quote:
View Post
counter trend trades demand good momentum discernment skills...
Yes; I am not there yet.

I am studying the negative laddering and the subsequent vmar icon. That is a very interesting setup.
If you get a chance, please point out a few of those trades - negative laddering and subsequent vmar icon - in your video presentations.

Take it easy.
Unicorn.

Reply With Quote
  #127 (permalink)  
Old 11-18-2007, 06:44 PM
walterw's Avatar
walterw is The Trader Chimp

Trader Specs
 
Join Date: Nov 2006
Location: Argentina
Posts: 2,155
Thanks: 0
Thanked 39 Times in 29 Posts
Re: The Chimp`s new "Futures Scalps"

Quote:
View Post
I am studying the negative laddering and the subsequent vmar icon. That is a very interesting setup.
If you get a chance, please point out a few of those trades - negative laddering and subsequent vmar icon - in your video presentations.

Take it easy.
Unicorn.
Laddering became automatic and is discounted on the new way setups are formed... so I dont look at them on the setup formation anymore, it was a very good interesting instance during the open research... but is good to know how they work as they became hidden components of our trading aproach... cheers Walter.

__________________
you can check my site on my profile contact info...
Reply With Quote
  #128 (permalink)  
Old 11-19-2007, 05:37 PM
cattus's Avatar
cattus has no status.

Trader Specs
 
Join Date: Sep 2007
Location: Mexico
Posts: 63
Thanks: 0
Thanked 1 Time in 1 Post
Re: The Chimp`s new "Futures Scalps"

Quote:
View Post
Hi Cattus;

this is the accumulation_distribution Line, a summation of the value since the beginning of the chart. It is not the oscillator; that's why it does not require the 14 bar input.

It is also a different from the BOP based computation because it uses

((Close- Low) - (High - Close)) / (High - Low) * Volume

instead of

(Close- Open) / (High - Low) * Volume


regards.
Unicorn.

OK, Unicorn. I understand.

I tried to find some oscillator of Accumulation/Distribution in the forum of NT, but I did not find a example of them. May be other can help you.

Regards.
AgustÃÂ*n

Reply With Quote
  #129 (permalink)  
Old 11-22-2007, 11:24 PM
kinglim has no status.

 
Join Date: Sep 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: The Chimp`s new "Futures Scalps"

The Chimp`s new "Futures Scalps" thread very interest

I cann't speak English very well. Sorry

Code Convert to the Tradestation Indicators(FXST3CCI.cs,T3 .cs) difficult for me.

if possible, Post for the Tradestation Indicators code(FXST3CCI,T3)

Thank you.

Reply With Quote
  #130 (permalink)  
Old 11-23-2007, 05:06 AM
Blu-Ray's Avatar
Blu-Ray has no status.

Trader Specs
 
Join Date: Nov 2006
Location: England
Posts: 406
Thanks: 92
Thanked 40 Times in 26 Posts
Re: The Chimp`s new "Futures Scalps"

Quote:
View Post
The Chimp`s new "Futures Scalps" thread very interest

I cann't speak English very well. Sorry

Code Convert to the Tradestation Indicators(FXST3CCI.cs,T3 .cs) difficult for me.

if possible, Post for the Tradestation Indicators code(FXST3CCI,T3)

Thank you.
No problem Kinglim, here you go:


Cheers

Blu-Ray

ps. if you need any other codes for Walter's threads, just give me a shout.
Attached Files
File Type: eld CCI_T3_SMOOTHED.ELD (4.5 KB, 59 views)

__________________
Remember - Take the path of least resistance.
Reply With Quote
Reply



LinkBacks (?)
LinkBack to this Thread: http://www.traderslaboratory.com/forums/f34/the-chimp-s-new-futures-scalps-2788.html
Posted By For Type Date