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

  #1161 (permalink)
 
RJay's Avatar
 RJay 
Hartford, CT. USA
 
Experience: Intermediate
Platform: NinjaTrader
Broker: AMP/CQG, Kinetick
Trading: RTY
Posts: 683 since Jun 2009
Thanks Given: 758
Thanks Received: 787


RJay View Post
Hi Guys,

See if this is what you wanted.

Repainting feature has been commented out.

EMA_Colors_V2, SMA_Colors_V2, WMA_Colors_V2

EMA_Colors is displayed on the chart. Bottom panel is the new version.

RJay

Just a thought,

I know that these are not my indicators, But if they were, I would add an Integer variable to adjust the EMA/SMA/WMA indicator data collection lengths.

EX. EMA is locked in at 34 bars. I would want to be able to adjust that.

RJay

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
MC PL editor upgrade
MultiCharts
Better Renko Gaps
The Elite Circle
How to apply profiles
Traders Hideout
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
 
  #1162 (permalink)
 
sharky's Avatar
 sharky 
MIAMI,FL
Legendary Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, tradingview
Broker: Private
Trading: Crypto and natural gas
Posts: 1,063 since Jun 2009
Thanks Given: 625
Thanks Received: 3,906

see what you can do rjay,im still having my sma jump around on color till it decides what to do but i guess thats normal i cant see a fix for that but good work its not repainting back 2 or 3 bars...sharky

btw im up $4678.13 for the day lol

KILLING THE MARKETS DAILY
Visit my NexusFi Trade Journal Reply With Quote
  #1163 (permalink)
 
RJay's Avatar
 RJay 
Hartford, CT. USA
 
Experience: Intermediate
Platform: NinjaTrader
Broker: AMP/CQG, Kinetick
Trading: RTY
Posts: 683 since Jun 2009
Thanks Given: 758
Thanks Received: 787



sharky View Post
see what you can do rjay,im still having my sma jump around on color till it decides what to do but i guess thats normal i cant see a fix for that but good work its not repainting back 2 or 3 bars...sharky

btw im up $4678.13 for the day lol


Actually, the problem is in just one line.

ema34slope = (int)(radToDegrees*(Math.Atan((EMA(34)[0]-(EMA(34)[1]+EMA(34)[2])/2)/1.5/TickSize)));

Reply With Quote
  #1164 (permalink)
 
cunparis's Avatar
 cunparis 
Paris, France
 
Experience: Advanced
Platform: Market Delta & Ninjatrader
Trading: ES
Posts: 2,565 since Jun 2009
Thanks Given: 1,162
Thanks Received: 2,094


RJay View Post
Actually, the problem is in just one line.

ema34slope = (int)(radToDegrees*(Math.Atan((EMA(34)[0]-(EMA(34)[1]+EMA(34)[2])/2)/1.5/TickSize)));

In my version it has EMA(period) not 34. The EMA Colors had 34 but the EMA paint has period. This is why Jeff said the new one worked better but he didn't know why. It's cause it uses period instead of a hardcoded 34.

Follow me on Twitter Reply With Quote
  #1165 (permalink)
 
cunparis's Avatar
 cunparis 
Paris, France
 
Experience: Advanced
Platform: Market Delta & Ninjatrader
Trading: ES
Posts: 2,565 since Jun 2009
Thanks Given: 1,162
Thanks Received: 2,094


Follow me on Twitter Reply With Quote
  #1166 (permalink)
 
cunparis's Avatar
 cunparis 
Paris, France
 
Experience: Advanced
Platform: Market Delta & Ninjatrader
Trading: ES
Posts: 2,565 since Jun 2009
Thanks Given: 1,162
Thanks Received: 2,094

Here's an example of how not to trade ES!

2 BE trades is ok (first would have been profitable but was taking too long)
1 Winner

and then I tried trading a trading range, going short above trendline, etc.
Really stupid. I'm on sim and I think tha'ts the problem, I'm not taking it as seriously as I would with real money on the line.


Follow me on Twitter Reply With Quote
Thanked by:
  #1167 (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


RJay View Post
Hi Guys,

See if this is what you wanted.

Repainting feature has been commented out.

EMA_Colors_V2, SMA_Colors_V2, WMA_Colors_V2

EMA_Colors is displayed on the chart. Bottom panel is the new version.

RJay


Thanks RJay for this fix.....I was wondering why the HMA was not included?

Also, I like your idea on improving this indicator .....are you undertaking this task?

I'm hoping so.

Thanks, Jeff

Follow me on Twitter Started this thread Reply With Quote
  #1168 (permalink)
 
RJay's Avatar
 RJay 
Hartford, CT. USA
 
Experience: Intermediate
Platform: NinjaTrader
Broker: AMP/CQG, Kinetick
Trading: RTY
Posts: 683 since Jun 2009
Thanks Given: 758
Thanks Received: 787


Jeff Castille View Post
Thanks RJay for this fix.....I was wondering why the HMA was not included?

Also, I like your idea on improving this indicator .....are you undertaking this task?

I'm hoping so.

Thanks, Jeff

Hi Jeff,

I like bars so I made a EMA Colors bars version with the EMA slope period variable.

RJay

Reply With Quote
  #1169 (permalink)
 Eric j 
NY
 
Experience: Advanced
Platform: Esignal, MBT navigator
Trading: Currencies
Posts: 2,507 since Jun 2009
Thanks Given: 1,396
Thanks Received: 2,576

Thanks for those Rjay

Visit my NexusFi Trade Journal Reply With Quote
  #1170 (permalink)
 
Poocher's Avatar
 Poocher 
Los Angeles
 
Experience: Beginner
Platform: SC, MT,
Broker: Forex
Trading: Forex
Posts: 302 since Jun 2009
Thanks Given: 362
Thanks Received: 109


Really appreciate it RJay!

Your ema colors v3 at (Close,30,60,5,5) seems to work better for me than using the sma colors paint v01 at (Close30,60,3).

Plus I have a lot more confidence in the signal since it doesn't repaint.

For trend I use your ema colors v3 at (Close,30,60,20,20) for the same reasons.

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