NexusFi: Find Your Edge


Home Menu

 





Moving the ChartTrader buttons down


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one Mindset with 5 posts (0 thanks)
    2. looks_two Otterly with 3 posts (0 thanks)
    3. looks_3 Tasker_182 with 2 posts (0 thanks)
    4. looks_4 ktrader with 2 posts (6 thanks)
    1. trending_up 5,041 views
    2. thumb_up 6 thanks given
    3. group 4 followers
    1. forum 11 posts
    2. attach_file 1 attachments




 
Search this Thread
  #11 (permalink)
 
Mindset's Avatar
 Mindset 
Singapore
 
Experience: Intermediate
Platform: NT
Broker: ib
Trading: MES
Posts: 365 since Sep 2009
Thanks Given: 90
Thanks Received: 291

You're right - I have played with the code and forgot I had changed the CurrentBar == 0 condition.
I'm still trying to figure out how to remove the reverse button on ChartTrader.


Reply With Quote

Can you help answer these questions
from other members on NexusFi?
April 2026 Jobs Report: +115k vs +65k Expected
Traders Hideout
March Jobs Report Update: 178K Beat vs 59K Expected, Wag …
Traders Hideout
Hormuz Surges From 14% to 26.5% Intraday as Irans Answer …
Prediction Markets & Event Contracts
CME Lists U.S. Election Event Contracts as 2028 Democrat …
Prediction Markets & Event Contracts
Energy Futures Shatter All-Time Daily Volume: 8.3 Millio …
Commodities
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Sober Journey With S&P
20 thanks
2026 Jlab journal
10 thanks
Trying to learn Volume and price action correlation
8 thanks
Algo automated / semi-automated trading anyone?
6 thanks
Hello Im new here
5 thanks
  #12 (permalink)
 
Mindset's Avatar
 Mindset 
Singapore
 
Experience: Intermediate
Platform: NT
Broker: ib
Trading: MES
Posts: 365 since Sep 2009
Thanks Given: 90
Thanks Received: 291

Well as nobody was able to help I have had to fashion a solution of my own.
It's not pretty but it works..

I simply used the following
 
Code
		for (int i=0;i<cclen;i++) {
		//List controls with [i] number
		//	Print(i.ToString() + "  " +ct.Controls[i].Name);
		if( i >1 && i < 6)
		ct.Controls[i].Visible = false;
		if( i >10 && i < 14)
		ct.Controls[i].Visible = false;
		if( i ==19)
		ct.Controls[i].Visible = false;
		if( i >24)
		ct.Controls[i].Visible = false;
		}
Ideally I wanted to remove the Controls altogether but I just couldn't get that to work


Reply With Quote




Last Updated on January 9, 2014


© 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