NexusFi: Find Your Edge


Home Menu

 





Holy Grail


Discussion in Traders Hideout

Updated
      Top Posters
    1. looks_one TheWizard with 175 posts (175 thanks)
    2. looks_two RJay with 23 posts (12 thanks)
    3. looks_3 ntsst3 with 17 posts (2 thanks)
    4. looks_4 mueen2419 with 16 posts (0 thanks)
      Best Posters
    1. looks_one ThatManFromTexas with 3.3 thanks per post
    2. looks_two TheWizard with 1 thanks per post
    3. looks_3 cory with 0.7 thanks per post
    4. looks_4 RJay with 0.5 thanks per post
    1. trending_up 409,590 views
    2. thumb_up 275 thanks given
    3. group 128 followers
    1. forum 585 posts
    2. attach_file 117 attachments




Closed Thread
 
Search this Thread

Holy Grail

  #151 (permalink)
 
TheWizard's Avatar
 TheWizard 
Houston, TX
Market Wizard
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Optimus Futures, AMP, CQG
Trading: 6E
Posts: 1,731 since Jun 2009
Thanks Given: 517
Thanks Received: 4,224


tellytub View Post
Guys, any joy with the refresh?

Thanks

Thanks for the suggestion, Telly!

After all, it's what you learn AFTER you know it all, that counts!
Started this thread

Can you help answer these questions
from other members on NexusFi?
Exit Strategy
NinjaTrader
The choice of instruments to trade
Psychology and Money Management
ZombieSqueeze
Platforms and Indicators
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
Diary of a simple price action trader
31 thanks
My NQ Trading Journal
21 thanks
Just another trading journal: PA, Wyckoff & Trends
17 thanks
Tao te Trade: way of the WLD
13 thanks
HumbleTraders next chapter
9 thanks
  #152 (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,093

Hi Wizard I wrote a little strategy to test going long/short when all 4 signals line up. I couldn't get historical tick data so I had to use minute data. I tried 1m, 2m, 5m and the results were all negative. I'm wondering if I'm missing something. I don't expect backtesting to be perfect but in general what I look for is an idea that is positive in backtesting and then I trade it manually.

I'm attaching my code. Comment out the log(...) calls, that's a little function I wrote that's in a partial class to print a timestamp with each Print.

Attached Files
Elite Membership required to download: Wizard1a.cs
Follow me on Twitter
  #153 (permalink)
 
Velocity's Avatar
 Velocity 
Bloomfield Hills, MI
 
Experience: Master
Platform: NinjaTrader / Neoticker
Trading: ES
Posts: 16 since Jun 2009
Thanks Given: 0
Thanks Received: 7


I got rid of all the spaghetti on your chart to trade your system a little easier. See attached.

Attached Thumbnails
Click image for larger version

Name:	8-6-2009 6-01-43 AM.png
Views:	553
Size:	54.5 KB
ID:	1061  
Thanked by:
  #154 (permalink)
 
yroyal's Avatar
 yroyal 
India
 
Experience: Intermediate
Platform: Ninjatrader
Posts: 66 since Jun 2009
Thanks Given: 14
Thanks Received: 32

Hi Velocity, your template looks real neat. It would be helpful if you post this template file. That would save real time individualy tweaking all the indicator settings... thanks

  #155 (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,093


Velocity View Post
I got rid of all the spaghetti on your chart to trade your system a little easier. See attached.

I see two winning trades, the two longs that caught a trend. The rest are around breakeven. Has anyone been successful with this?

Follow me on Twitter
  #156 (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

Hi velocity , I like the simplicity with the indcator rows . Please share the files for them if you dont mind .

Visit my NexusFi Trade Journal
  #157 (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

I'm not surprised that the minute data gives crummy results.

Since you have no tick data try range bars of 2, 3 or 4. Or if the lack of tick data prevents you making range bars I'd just give up testing the minute data for this system.

Works good for me on small range bars in forex.



cunparis View Post
Hi Wizard I wrote a little strategy to test going long/short when all 4 signals line up. I couldn't get historical tick data so I had to use minute data. I tried 1m, 2m, 5m and the results were all negative. I'm wondering if I'm missing something. I don't expect backtesting to be perfect but in general what I look for is an idea that is positive in backtesting and then I trade it manually.

I'm attaching my code. Comment out the log(...) calls, that's a little function I wrote that's in a partial class to print a timestamp with each Print.


  #158 (permalink)
 owen 
CT
 
Experience: Beginner
Platform: NinjaTrader, TradeStation
Posts: 13 since Aug 2009
Thanks Given: 0
Thanks Received: 6


owen View Post
Wizard
Thank you for your reply.
I saw your attached picture's LBR310 setting is 3,16,10. But The default setting for LBR310 should be 3,10,16; not 3,16,10.

Wizard,
I checked the LBR310 setting again.
According to LBR group's lecture, the fast line is 3/10 oscillator, the slow line is 16ma of 3/10 oscillator. The setting should be fast = 3; longLine = 16; slow = 10 in our indicator.
So you are right, I am wrong. LBR310 setting showed on indicator should be 3,16,10; not 3,10,16.

  #159 (permalink)
 
TheWizard's Avatar
 TheWizard 
Houston, TX
Market Wizard
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Optimus Futures, AMP, CQG
Trading: 6E
Posts: 1,731 since Jun 2009
Thanks Given: 517
Thanks Received: 4,224


cunparis View Post
Hi Wizard I wrote a little strategy to test going long/short when all 4 signals line up. I couldn't get historical tick data so I had to use minute data. I tried 1m, 2m, 5m and the results were all negative. I'm wondering if I'm missing something. I don't expect backtesting to be perfect but in general what I look for is an idea that is positive in backtesting and then I trade it manually.

I'm attaching my code. Comment out the log(...) calls, that's a little function I wrote that's in a partial class to print a timestamp with each Print.

I tested my strategy on Minute, Range, Renko & Tick & determined the signals are clearer & less choppy on Tick charts. On auto-trading: Over the past 2 years, I've tried coding various strategies with mixed results. I don't like Ninja's auto-trader function. I've found it *always* takes the trade 1 bar too late. I see the cross over or - whatever - on my chart, where I would take the trade & in the strategy - nothing happens! 1 bar later - the trading strategy kicks in & places the trade! I won't trust my hard-earned $$ to Ninja's auto-trading strategy function. I tried to imagine myself turning a strategy on & then going to the movies. I can't see that happening. It can't be trusted. I'd worry myself sick. What about if you lose the internet connection (& I do, sometimes) & it has to re-connect. Too much risk.

After all, it's what you learn AFTER you know it all, that counts!
Started this thread
  #160 (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,093



TheWizard View Post
I tested my strategy on Minute, Range, Renko & Tick & determined the signals are clearer & less choppy on Tick charts. On auto-trading: Over the past 2 years, I've tried coding various strategies with mixed results. I don't like Ninja's auto-trader function. I've found it *always* takes the trade 1 bar too late. I see the cross over or - whatever - on my chart, where I would take the trade & in the strategy - nothing happens! 1 bar later - the trading strategy kicks in & places the trade! I won't trust my hard-earned $$ to Ninja's auto-trading strategy function. I tried to imagine myself turning a strategy on & then going to the movies. I can't see that happening. It can't be trusted. I'd worry myself sick. What about if you lose the internet connection (& I do, sometimes) & it has to re-connect. Too much risk.

I only write strategies to test out ideas. I used to autotrade several strategies, I did it for months and they worked and I didn't have any problems. It was cool when we were on vacation we went to Disneyland and I came home and I had made $700 that day on my automated strategy. So I can vouch for the automation. I have ran automated strategies on and off since December and never had a series problem. Experienced a couple design flaws but I quickly coded around them. I also set it up to email me on every execution so I can know what's going on when I'm away.

All that said, most of my strategies stopped working (they couldn't adapt to the constantly changing markets) and a few that still work are less profitable than my other strategies that I do manually so I stopped them.

Anyway, it's great to test out ideas but I now do everything manually. One thing I use strategies for is developing indicators. I've developed lots of indicators but when I test them only a handful test positive. It's nice having "proof" that an indicator works, eyeballing it is often misleading.

Now that I'm back from vacation I can test out the strategy I wrote with tick data. Will post the results.

Follow me on Twitter
Thanked by:

Closed Thread



Last Updated on January 3, 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