NexusFi: Find Your Edge


Home Menu

 





Adding a score graph to your NinjaTrader chart


Discussion in NinjaTrader

Updated
    1. trending_up 4,672 views
    2. thumb_up 0 thanks given
    3. group 2 followers
    1. forum 2 posts
    2. attach_file 0 attachments




 
Search this Thread

Adding a score graph to your NinjaTrader chart

  #1 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,322 since Jun 2009
Thanks Given: 33,143
Thanks Received: 101,476

As you know, I like to score trades. Say you measure 10 different things, and maybe some have more weight than others, then you arrive at a total score to help you decide how to trade.

I usually just output the score in text form, but I wrote a quick way to graphically illustrate it.

if (score > 0)
{
//infotext = " LONG: ";
int x = 0;
while (x < score)
{
infotext += "▓"; // alt-178
x++;
}

infocolor = Color.CornflowerBlue;
}

if (score < 0)
{
//infotext = " SHORT: ";
score = score-score-score; // turns a negative score to a positive one
int x = 0;
while (x < score)
{
infotext += "▓"; // alt-178
x++;
}
infocolor = Color.Maroon;
}

//if (score == 0)
// infotext = " FLAT:";

int y = 9; // maximum score
while (y > score)
{
infotext += "░"; // alt-176
y--;
}

DrawTextFixed("Info", infotext, TextPosition.BottomRight, Color.White, new Font("Arial", 8, FontStyle.Bold), infocolor, infocolor, 8);


So in practice this is what it looks like:


You might be seeing this on my future charts. As with most everything, I am still tweaking it!

Mike

Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
ZombieSqueeze
Platforms and Indicators
Request for MACD with option to use different MAs for fa …
NinjaTrader
My NT8 Volume Profile Split by Asian/Euro/Open
NinjaTrader
NexusFi Journal Challenge - April 2024
Feedback and Announcements
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Retail Trading As An Industry
67 thanks
Battlestations: Show us your trading desks!
48 thanks
NexusFi site changelog and issues/problem reporting
47 thanks
GFIs1 1 DAX trade per day journal
32 thanks
What percentage per day is possible? [Poll]
31 thanks

  #2 (permalink)
 blkreign69 
east orange, nj
 
Experience: None
Platform: NT
Broker: mirus/zen-fire
Trading: es
Posts: 8 since Aug 2009
Thanks Given: 3
Thanks Received: 0

Hello Mike,
I wanted to thank you for inviting me to you VIP forum. I saw the system you were building for yourself and I was very impressed in what you were doing. I sorry to see that you are killed your project you were working on though. I this indicators that you had on your project that I was interested in downloading for myself and wanted to know where I could find it at or if it somewhere where I could download it from. I see that you have it available for making it into a code but im not to familiar with programing. It would be greatly appreciated if you could please point out to me were I could download the Score Card indicators that you have.

Thanks.
Mel

Reply With Quote
  #3 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,322 since Jun 2009
Thanks Given: 33,143
Thanks Received: 101,476


Mel,

If you want me to do some custom work on this for you, go to the Custom Programming forum and create a thread with your requirements. Otherwise there is nothing I can do at this time, like you said I don't use this code anymore and don't have a working model of it to release. It would require reprogramming it to your specifications.

Please use the Custom Programming thread if you have any questions.

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Started this thread Reply With Quote





Last Updated on October 6, 2009


© 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