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 lolu 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 410,017 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

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


Big Mike View Post
Don't have time to download and test, but a quick look at T3Average I already have installed, it clearly repaints. The code is quite clear and describes exactly what I've been saying.

However... we should stop discussing this in this thread, this is not the place. A new thread should be started if anyone has anything else to say about repainting...

 
Code
                            
 
            
if (Rising(t3Ave))
            {
                
// Connects the rising plot segment with the other plots
                
T3AverageUp.Set(1t3Ave[1]);
 
                
// Adds the new rising plot line segment to the line
                
T3AverageUp.Set(t3Ave[0]);
            }
 
            else if (
Falling(t3Ave))
            {
                
// Connects the new falling plot segment with the rest of the line
                
T3AverageDown.Set(1t3Ave[1]);
 
                
// Adds the new falling plot line segment to the line
                
T3AverageDown.Set(t3Ave[0]);
            }
 
            else
            {
                
// Connects the neutral plot segment with the rest of the line
                
T3AverageNeutral.Set(1t3Ave[1]);
 
                
// Adds the new neutral plot line segment to the line
                
T3AverageNeutral.Set(t3Ave[0]);
            } 
Mike

Mike,

You are right about T3Average repainting.

However, I put in a fix to prevent this from happening in T3AverageUpDown and T3AverageOverUnder prior to their release on this thread.


RJay


Can you help answer these questions
from other members on NexusFi?
Could it be that currency futures are way easier to trade?
Currencies
Trade idea based off three indicators.
Traders Hideout
Quant vue
Trading Reviews and Vendors
Better Renko Gaps
The Elite Circle
MC PL editor upgrade
MultiCharts
 
  #262 (permalink)
 davy 
Toronto
 
Experience: None
Platform: NT
Posts: 6 since Aug 2009
Thanks Given: 3
Thanks Received: 0

Like to say thanks to everyone who contributed on HG package.

I'm still paper trading but its definately improved my trading. It keeps me in the trades a lot longer!

Awesome package guys!
Keep it up the great work!

davy

  #263 (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, Thank you. I've made the code changes, recomplied, reapplied & am testing it on today's chart.

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

I'm on a roll now.

To fix SeansAverageUpDown and SeansAverageAboveBelow,

Comment out the following code snippets as shown.

// barsSincePaint = barsSincePaint+1;
// if (trend == _UP) highBarsAgo = highBarsAgo + 1;
// if (trend == _DOWN) lowBarsAgo = lowBarsAgo + 1;




If anyone finds any more problems with these indicators, let me know.

  #265 (permalink)
hamq76
Pakistan
 
Posts: 8 since Jul 2009
Thanks Given: 4
Thanks Received: 1

I am unable to open Workspace HGv7 and HGv8. I want to know if you could give the settings for the indicators.

Hammad

  #266 (permalink)
 sukhsan 
Ottawa, Canada
 
Experience: Beginner
Platform: Ninja
Broker: Mirus,Zen-Fire
Trading: Currencies
Posts: 120 since Jun 2009
Thanks Given: 109
Thanks Received: 79

hello hammad
This is not a workspace these r templatesFirst save Zip file on desktop

from control center go t file---utility---import ninja script and select the file

Then save HGv8.xml file into
c:documents/ninja6.5/templates/charts

after saving create new chart and put this templalet

  #267 (permalink)
 
tellytub's Avatar
 tellytub 
london uk
 
Experience: Beginner
Platform: NinjaTrader
Broker: Zen-Fire
Trading: Stocks
Posts: 410 since Jun 2009
Thanks Given: 333
Thanks Received: 121

Hi

I've noticed this re-painting issue isnt an issue if you place the indicator as lines, not as a bar.

I really hope this works, need to check when Im at home.

  #268 (permalink)
gregor32
Prague
 
Posts: 23 since Aug 2009
Thanks Given: 0
Thanks Received: 3

Hi thanks this is a neat little system. Anyone have historical data enabled in NT with ZenFire? It paints and changes random bars in history your data is never the same from one day to the next is random generated data its not real. Only the stored live ZenFire data is the same. Also could you keep all the updates all in one central post? Because after 6 months it might have version 1-98574 template 8543....

  #269 (permalink)
 milford 
ct
 
Experience: Beginner
Platform: NinjaTrader
Posts: 99 since Jun 2009
Thanks Given: 24
Thanks Received: 13

Hi Wiz, When will you be posting your new charts and indicator version 9?

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


Had a hectic (bad) day. I'll do some more replay testing over the weekend before posting anything.

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

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