NexusFi: Find Your Edge


Home Menu

 





Ok, So I need an indicator modified. I would like to have th


Discussion in NinjaTrader

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




 
Search this Thread
  #1 (permalink)
 
PandaWarrior's Avatar
 PandaWarrior 
In the heat
 
Experience: None
Posts: 3,165 since Mar 2010
Thanks Given: 6,329
Thanks Received: 13,408

Ok, So I need an indicator modified. I would like to have the JMANoRepaint indicator modified to include user selectable colors for bars above/below the line.

Can someone help me with this?


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
  #3 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader
Broker: Interactive Brokers
Trading: Futures & Stocks
Posts: 9,887 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,114


For user selectable colours you need to add:

 
Code
                            
using System.Xml.Serialization;
 
define a color under variables, for example
 
private Color aboveLine Color.Magenta
 
use 
the color to paint your bar
 
if (BarIsAboveLine)
BarColor aboveLine;
 
and 
then set the properties of your color
 
///<summary>
///</summary>
[Description("Select Bar Color")]
[
Category("Colors")]
[
Gui.Design.DisplayName("Bar Above Line")]
public 
Color AboveLine
{
get { return aboveLine; }
set aboveLine value; }
}
// Serialize Color object
[Browsable(false)]
publicstring AboveLineSerialize
{
get { return NinjaTrader.Gui.Design.SerializableColor.ToStringaboveLine); }
set aboveLine NinjaTrader.Gui.Design.SerializableColor.FromStrin g(value); }

If you cannot do the changes, you would need to expose the code of the indicator, so I can add the few changes as shown above.


Reply With Quote




Last Updated on May 23, 2010


© 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