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 408,157 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

  #411 (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


milford View Post
Hi Wizard,

Thank you for sharing your template. Can you share your indicators too in zip.

Thank you

Milford,

Here is the template (.xml file) & all the indicators (.zip file). You have to move / copy the .xml file to your NinjaTrader/Templates/Chart folder (manually). The .zip fill will import automaticlly using Ninja's built-in Import Ninjascript function on the Control Center screen. I've attached a screenshot from 9/18/09 showing how you could have made buckets of $$ using the HG confirming signals. Let me know if there's a problem or if I was unclear.

After all, it's what you learn AFTER you know it all, that counts!
Attached Thumbnails
Click image for larger version

Name:	HG example 091809.png
Views:	843
Size:	243.4 KB
ID:	2425  
Attached Files
Elite Membership required to download: HolyGrail 091309.xml
Started this thread

Can you help answer these questions
from other members on NexusFi?
Are there any eval firms that allow you to sink to your …
Traders Hideout
Futures True Range Report
The Elite Circle
Deepmoney LLM
Elite Quantitative GenAI/LLM
Exit Strategy
NinjaTrader
NexusFi Journal Challenge - April 2024
Feedback and Announcements
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
61 thanks
Funded Trader platforms
39 thanks
NexusFi site changelog and issues/problem reporting
26 thanks
Battlestations: Show us your trading desks!
26 thanks
The Program
18 thanks
  #412 (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

Rjay, I was wondering if you could take a look at an indicator I modified & tell me what I'm doing wrong. I've attached a screenshot. The arrows are supposed to draw in the pricepanel, but keep drawing in the indicator panels. I can't figure this out. It's been happening with other peoples' indicators recently, too. I've reset database & rebuilt database, but that didn't help either. Thanks for your help!

After all, it's what you learn AFTER you know it all, that counts!
Attached Thumbnails
Click image for larger version

Name:	What is wrong.jpg
Views:	492
Size:	135.0 KB
ID:	2431  
Started this thread
  #413 (permalink)
 GT Murphy 
Marietta, GA
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Mirus/Zen-Fire
Trading: futures
Posts: 42 since Sep 2009
Thanks Given: 49
Thanks Received: 12


Hi Wizard,
Thanks for the indicator. Also, a big thank you to all who contributed to its development. I look forward to trying it.

  #414 (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


TheWizard View Post
Rjay, I was wondering if you could take a look at an indicator I modified & tell me what I'm doing wrong. I've attached a screenshot. The arrows are supposed to draw in the pricepanel, but keep drawing in the indicator panels. I can't figure this out. It's been happening with other peoples' indicators recently, too. I've reset database & rebuilt database, but that didn't help either. Thanks for your help!

could you pass me the code to draw arrow in indicator panel.
here is the one draw in price panel.
 
Code
DrawArrowUp("MyArrowUp"+CurrentBar, 0, Low[0] -4* TickSize, Color.Orange);
 
DrawArrowDown("MyArrowDown"+CurrentBar, 0, High[0]+4* TickSize, Color.Red);


Thanked by:
  #415 (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


cory View Post
could you pass me the code to draw arrow in indicator panel.
here is the one draw in price panel.
 
Code
DrawArrowUp("MyArrowUp"+CurrentBar, 0, Low[0] -4* TickSize, Color.Orange);
 
DrawArrowDown("MyArrowDown"+CurrentBar, 0, High[0]+4* TickSize, Color.Red);


Cory, According to a reply I got from Sefstrat today:

There is a line in the Initialize() section of the indicator:

DrawOnPricePanel = false;

He says if you set it to false, it will draw on the indicator panel & if you set it to true, it will draw on the price panel. Try that & see what happens. Hope that helps.

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

it work! thanks.

Attached Thumbnails
Click image for larger version

Name:	stoc.png
Views:	483
Size:	22.8 KB
ID:	2439  
  #417 (permalink)
 milford 
ct
 
Experience: Beginner
Platform: NinjaTrader
Posts: 99 since Jun 2009
Thanks Given: 24
Thanks Received: 13


TheWizard View Post
Milford,

Here is the template (.xml file) & all the indicators (.zip file). You have to move / copy the .xml file to your NinjaTrader/Templates/Chart folder (manually). The .zip fill will import automaticlly using Ninja's built-in Import Ninjascript function on the Control Center screen. I've attached a screenshot from 9/18/09 showing how you could have made buckets of $$ using the HG confirming signals. Let me know if there's a problem or if I was unclear.

Thank you so much Wizard. I think you forgot to attched zip file for indicators

  #418 (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


milford View Post
Thank you so much Wizard. I think you forgot to attched zip file for indicators

I think the zip file got deleted because some indicators are for vip only.

  #419 (permalink)
 
lolu's Avatar
 lolu 
Lagos, Nigeria
Market Wizard
 
Experience: Intermediate
Platform: NinjaTrader, SierraChart
Trading: Euro Currency & Oil
Frequency: Daily
Duration: Hours
Posts: 2,552 since Jun 2009
Thanks Given: 1,049
Thanks Received: 1,678


cory View Post
it work! thanks.

cory,

The "StochK" indy shown in your attachment doesn't seem to be in this forum. Please, can you post it ?

Lolu

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



lolu View Post
cory,

The "StochK" indy shown in your attachment doesn't seem to be in this forum. Please, can you post it ?

Lolu

it's just a regular stoch but I add background color and arrow for a better look.

Attached Files
Elite Membership required to download: StochK.zip
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