NexusFi: Find Your Edge


Home Menu

 





Adding a score graph to your NinjaTrader chart


Discussion in NinjaTrader

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




 
Search this Thread
  #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,669 since Jun 2009
Thanks Given: 33,669
Thanks Received: 102,557

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 X Visit my NexusFi Trade Journal Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
The Week Ahead -- CPI Wednesday With Oil Past $90, PPI L …
Traders Hideout
$12M Ceasefire Contract Goes Disputed as Bandar Abbas St …
Prediction Markets & Event Contracts
After $87M Settles NO: Irans Nuclear Redline Sets Up the …
Prediction Markets & Event Contracts
NYSE Owner ICE Invests in Crypto Exchange OKX at $25 Bil …
Cryptocurrency
CFTC Approves First US Bitcoin Perpetual Futures -- Kals …
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Sober Journey With S&P
21 thanks
2026 Jlab journal
10 thanks
Algo automated / semi-automated trading anyone?
6 thanks
Lady Vols Primer: Trading Volatility Journal
6 thanks
Trying to learn Volume and price action correlation
5 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,669 since Jun 2009
Thanks Given: 33,669
Thanks Received: 102,557


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 X Visit my NexusFi Trade Journal Started this thread Reply With Quote




Last Updated on October 6, 2009


© 2026 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 - Downloads - Top
no new posts