NexusFi: Find Your Edge


Home Menu

 





Simple Chop using ECO2New


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one MXASJ with 5 posts (0 thanks)
    2. looks_two mainstream with 5 posts (0 thanks)
    3. looks_3 Trader.Jon with 2 posts (0 thanks)
    4. looks_4 suprsnipes with 1 posts (0 thanks)
    1. trending_up 9,026 views
    2. thumb_up 1 thanks given
    3. group 4 followers
    1. forum 15 posts
    2. attach_file 2 attachments




 
Search this Thread

Simple Chop using ECO2New

  #1 (permalink)
 MXASJ 
Asia
 
Experience: Beginner
Platform: NinjaTrader, TOS
Posts: 796 since Jun 2009
Thanks Given: 109
Thanks Received: 800

Hey All,

The strat I've been working on is directional, and chop tends to suck my profits dry. For the past 48 hours I've added a simple filter that seems to help. ECO2New is one of the indicators I use in the strat, and filtering out trades when ECO2 Main is between +5 and -5 seems to help.

You miss some moves, but its good to see more black than red in some of the chop this week.

Roughly its ECO2 Main [0] <= -5 || >= +5.

I had to look up how to properly inclide an OR statement so consider it time well spent!

YMMV etc etc

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
MC PL editor upgrade
MultiCharts
ZombieSqueeze
Platforms and Indicators
How to apply profiles
Traders Hideout
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
34 thanks
Tao te Trade: way of the WLD
24 thanks
My NQ Trading Journal
14 thanks
GFIs1 1 DAX trade per day journal
11 thanks
HumbleTraders next chapter
11 thanks
  #2 (permalink)
 MXASJ 
Asia
 
Experience: Beginner
Platform: NinjaTrader, TOS
Posts: 796 since Jun 2009
Thanks Given: 109
Thanks Received: 800

Its been ZN I'm trading. You can optimize (I haven't) the "5".

Started this thread Reply With Quote
  #3 (permalink)
 MXASJ 
Asia
 
Experience: Beginner
Platform: NinjaTrader, TOS
Posts: 796 since Jun 2009
Thanks Given: 109
Thanks Received: 800


I normally trade from 01:30 am through 11:30 am EST because of where I live. With the filter added to ECO2 only three ZN trades were called yesterday... two solid winners and one BE.

Later today I'll compare results of a recent day where I got chopped to death, trying both with and without the filter.

What do you folks use to decide when its Sit On Hands time?

Attached Thumbnails
Click image for larger version

Name:	ZN 09-09  8_6_2009 (4 Range).jpg
Views:	974
Size:	126.9 KB
ID:	1051  
Started this thread Reply With Quote
  #4 (permalink)
suprsnipes
Melbourne, Australia
 
Posts: 6 since Nov 2009
Thanks Given: 4
Thanks Received: 0

Hi MXASJ,

What is the ECO2 Main? Are you referring to another indicator? I've been looking for something along these lines myself, whereby strategy signals are not taken within so many minutes of a news event? Are we on the same page here? If so I would like to hear more...


MXASJ View Post
Hey All,

The strat I've been working on is directional, and chop tends to suck my profits dry. For the past 48 hours I've added a simple filter that seems to help. ECO2New is one of the indicators I use in the strat, and filtering out trades when ECO2 Main is between +5 and -5 seems to help.

You miss some moves, but its good to see more black than red in some of the chop this week.

Roughly its ECO2 Main [0] <= -5 || >= +5.

I had to look up how to properly inclide an OR statement so consider it time well spent!

YMMV etc etc

Regards,
suprsnipes

Reply With Quote
  #5 (permalink)
 MXASJ 
Asia
 
Experience: Beginner
Platform: NinjaTrader, TOS
Posts: 796 since Jun 2009
Thanks Given: 109
Thanks Received: 800

Wow. Old post.

Eco2 Main is just a reference to the "Main" plot of the Eco2New2 indicator. If I recall there was a Main and Signal line available to reference.

This is a price-based thing, so it doesn't care about how many minutes before or after a news event it is... unless that is reflected in price.

Started this thread Reply With Quote
  #6 (permalink)
 mainstream 
Chicago, IL
 
Experience: Master
Platform: Kinetick Ninja Trader <7>
Broker: Ninja & IB
Trading: YM & Equities & Options & Mutual Funds
Posts: 174 since Jun 2010
Thanks Given: 57
Thanks Received: 88

What is the deal with



private Color downColor = Color.Red;
private Color upColor = Color.CornflowerBlue;

it causes errors when called into a strategy

Reply With Quote
  #7 (permalink)
 
Trader.Jon's Avatar
 Trader.Jon 
Near the BEuTiFULL Horse Shoe
 
Experience: Beginner
Platform: NinjaTrader
Broker: MBTrading Dukascopy ZenFire
Trading: $EURUSD when it is trending
Posts: 473 since Jul 2009
Thanks Given: 401
Thanks Received: 184


mainstream View Post
What is the deal with



private Color downColor = Color.Red;
private Color upColor = Color.CornflowerBlue;

it causes errors when called into a strategy

Can you be more specific about the errors so we can help ?? A few lines on how you try to access it will assist greatly.

TJ

Reply With Quote
  #8 (permalink)
 mainstream 
Chicago, IL
 
Experience: Master
Platform: Kinetick Ninja Trader <7>
Broker: Ninja & IB
Trading: YM & Equities & Options & Mutual Funds
Posts: 174 since Jun 2010
Thanks Given: 57
Thanks Received: 88

if (ECO2New3(Color [Red], Color [CornflowerBlue], 7, 4, 21).Main[0] <= 20)

If I remove the colors the system looks for another, what is the word, qualifier? Anyway it won't compile. Thanks.

Reply With Quote
  #9 (permalink)
 
Trader.Jon's Avatar
 Trader.Jon 
Near the BEuTiFULL Horse Shoe
 
Experience: Beginner
Platform: NinjaTrader
Broker: MBTrading Dukascopy ZenFire
Trading: $EURUSD when it is trending
Posts: 473 since Jul 2009
Thanks Given: 401
Thanks Received: 184


mainstream View Post
if (ECO2New3(Color [Red], Color [CornflowerBlue], 7, 4, 21).Main[0] <= 20)

If I remove the colors the system looks for another, what is the word, qualifier? Anyway it won't compile. Thanks.

I dont have that specific indicator, but another I have in same 'family' is needing someething like this

if(ECO2New3(int fast, int signlLen, int slow).Main[0] ... have a look at the parameters when you set up the indicator manually on a chart to see what it is looking for as input for the variables ... so from your example if (ECO2New3(7, 4, 21).Main[0] should be good

TJ

Reply With Quote
  #10 (permalink)
 mainstream 
Chicago, IL
 
Experience: Master
Platform: Kinetick Ninja Trader <7>
Broker: Ninja & IB
Trading: YM & Equities & Options & Mutual Funds
Posts: 174 since Jun 2010
Thanks Given: 57
Thanks Received: 88


Thanks. I did try that.

"No overload for method. 'ECO3New3' takes '3' arguments

is the error.

Reply With Quote




Last Updated on January 26, 2015


© 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