NexusFi: Find Your Edge


Home Menu

 





All you need


Discussion in Traders Hideout

Updated
      Top Posters
    1. looks_one Jeff Castille with 696 posts (740 thanks)
    2. looks_two cunparis with 305 posts (117 thanks)
    3. looks_3 TheRumpledOne with 184 posts (93 thanks)
    4. looks_4 sharky with 71 posts (76 thanks)
      Best Posters
    1. looks_one Jeff Castille with 1.1 thanks per post
    2. looks_two sharky with 1.1 thanks per post
    3. looks_3 TheRumpledOne with 0.5 thanks per post
    4. looks_4 cunparis with 0.4 thanks per post
    1. trending_up 1,269,933 views
    2. thumb_up 1,628 thanks given
    3. group 195 followers
    1. forum 2,477 posts
    2. attach_file 535 attachments




 
Search this Thread

All you need

  #1961 (permalink)
 
websouth's Avatar
 websouth 
Perdido Beach, AL
Market Wizard
 
Experience: Intermediate
Platform: graph paper
Trading: The shiny stuff
Posts: 1,209 since Jul 2009
Thanks Given: 1,116
Thanks Received: 1,335

I think this is updated from what you have. The old one would lose the coloring every time you reloaded it right? I use this one a lot and haven't had any problems with it.

You like to play bounces off a trend line. This does a pretty good job showing when that is over at least for the short term. Especially if you use some sort of ATR thing with it... like I referenced here



Visit my NexusFi Trade Journal Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
ZombieSqueeze
Platforms and Indicators
MC PL editor upgrade
MultiCharts
REcommedations for programming help
Sierra Chart
About a successful futures trader who didn´t know anyth …
Psychology and Money Management
 
  #1962 (permalink)
 
Jeff Castille's Avatar
 Jeff Castille 
Northern California
 
Experience: Intermediate
Platform: Ninja Trader
Broker: Amp Futures/ Zen-Fire
Trading: YM and CL
Posts: 2,109 since Jun 2009
Thanks Given: 1,783
Thanks Received: 3,305


websouth View Post
I think this is updated from what you have. The old one would lose the coloring every time you reloaded it right? I use this one a lot and haven't had any problems with it.

You like to play bounces off a trend line. This does a pretty good job showing when that is over at least for the short term. Especially if you use some sort of ATR thing with it... like I referenced here



Hey thanks Websouth.....

I remember I liked the Three Bar Reversal when I first found it but the color issue made me abandon it. I A/B 'd the sharkin fin (2) against the three bar reversal and they are identical. Interesting.

Follow me on Twitter Started this thread Reply With Quote
  #1963 (permalink)
 
cory's Avatar
 cory 
virginia
 
Experience: Intermediate
Platform: ninja
Trading: NQ
Posts: 6,098 since Jun 2009
Thanks Given: 877
Thanks Received: 8,090



websouth View Post
I think this is updated from what you have. The old one would lose the coloring every time you reloaded it right? ...[/IMG]

to keep the color it has to be serialized, just need to keep the name changed consistency

[XmlIgnore()]
[Description("DownColor")]
[Category("Visual")]
[Gui.Design.DisplayNameAttribute("05. Down Color")]
public Color DownColor
{
get { return downColor; }
set { downColor = value; }
}
/// <summary>
/// </summary>
[Browsable(false)]
public string downColorSerialize
{
get { return NinjaTrader.Gui.Design.SerializableColor.ToString(downColor); }
set { downColor = NinjaTrader.Gui.Design.SerializableColor.FromString(value); }
}

Reply With Quote
Thanked by:
  #1964 (permalink)
 
Jeff Castille's Avatar
 Jeff Castille 
Northern California
 
Experience: Intermediate
Platform: Ninja Trader
Broker: Amp Futures/ Zen-Fire
Trading: YM and CL
Posts: 2,109 since Jun 2009
Thanks Given: 1,783
Thanks Received: 3,305


cory View Post
to keep the color it has to be serialized, just need to keep the name changed consistency

[XmlIgnore()]
[Description("DownColor")]
[Category("Visual")]
[Gui.Design.DisplayNameAttribute("05. Down Color")]
public Color DownColor
{
get { return downColor; }
set { downColor = value; }
}
/// <summary>
/// </summary>
[Browsable(false)]
public string downColorSerialize
{
get { return NinjaTrader.Gui.Design.SerializableColor.ToString(downColor); }
set { downColor = NinjaTrader.Gui.Design.SerializableColor.FromString(value); }
}

So........does the three bar reversal indicator that Websouth posted in link #1958 have the necessary tweaking done to it? Or.......do I still need to do it?

Thanks, Jeff

Follow me on Twitter Started this thread Reply With Quote
  #1965 (permalink)
 
cory's Avatar
 cory 
virginia
 
Experience: Intermediate
Platform: ninja
Trading: NQ
Posts: 6,098 since Jun 2009
Thanks Given: 877
Thanks Received: 8,090


Jeff Castille View Post
So........does the three bar reversal indicator that Websouth posted in link #1958 have the necessary tweaking done to it? Or.......do I still need to do it?

Thanks, Jeff

looks ok, each color has its own serializer.

Reply With Quote
Thanked by:
  #1966 (permalink)
 
Jeff Castille's Avatar
 Jeff Castille 
Northern California
 
Experience: Intermediate
Platform: Ninja Trader
Broker: Amp Futures/ Zen-Fire
Trading: YM and CL
Posts: 2,109 since Jun 2009
Thanks Given: 1,783
Thanks Received: 3,305

Here's two charts......one with the Sharkfin set on 2 and the other is with the Three bar reversal indicator on it............interestingly they are identical.

The chart with the dots is the Sharkfin.

Attached Thumbnails
Click image for larger version

Name:	2009-11-28_1818.png
Views:	334
Size:	149.2 KB
ID:	5043  
Follow me on Twitter Started this thread Reply With Quote
Thanked by:
  #1967 (permalink)
 
alex123's Avatar
 alex123 
Toronto
 
Experience: Intermediate
Platform: ninjatrader
Posts: 266 since Aug 2009
Thanks Given: 165
Thanks Received: 133

I am just wondering how do you put sharkfin dot on panel 1? I just can show it on panel 2, can you show me how to do it?

thanks a lot.

alex

Visit my NexusFi Trade Journal Reply With Quote
  #1968 (permalink)
 
Jeff Castille's Avatar
 Jeff Castille 
Northern California
 
Experience: Intermediate
Platform: Ninja Trader
Broker: Amp Futures/ Zen-Fire
Trading: YM and CL
Posts: 2,109 since Jun 2009
Thanks Given: 1,783
Thanks Received: 3,305


alex123 View Post
I am just wondering how do you put sharkfin dot on panel 1? I just can show it on panel 2, can you show me how to do it?

thanks a lot.

alex

Hi Alex,

The sharkfin dots in panel one are part of an ongong project and is not being shared at this time. The dots simply paint when the bar paints......so it's just a visual.

Follow me on Twitter Started this thread Reply With Quote
Thanked by:
  #1969 (permalink)
 
Jeff Castille's Avatar
 Jeff Castille 
Northern California
 
Experience: Intermediate
Platform: Ninja Trader
Broker: Amp Futures/ Zen-Fire
Trading: YM and CL
Posts: 2,109 since Jun 2009
Thanks Given: 1,783
Thanks Received: 3,305



Here's a look at this mornings CL break out trade. You could make a living on this trade alone.

Follow me on Twitter Started this thread Reply With Quote
Thanked by:
  #1970 (permalink)
 
Jeff Castille's Avatar
 Jeff Castille 
Northern California
 
Experience: Intermediate
Platform: Ninja Trader
Broker: Amp Futures/ Zen-Fire
Trading: YM and CL
Posts: 2,109 since Jun 2009
Thanks Given: 1,783
Thanks Received: 3,305




Here's a look a today's CL trades.......I know............ I am a red rat. I've got to learn to go long.

Follow me on Twitter Started this thread Reply With Quote
Thanked by:




Last Updated on April 24, 2024


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts