Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Modify ChartTrader Panel to interact with Strategy
Collapse
X
-
Modify ChartTrader Panel to interact with Strategy
I have downloaded the sample of modifying the Chart trader. I want the buttons I add to the ChartTrader panel to interact with my strategy. In that case do I have to add the ChartTrader code to the strategy or is there some other way that the strategy can be called in an indicator version of chartrader panel code? What is the most efficient way to accomplish this?Tags: None
-
Hi, thanks for writing in. You can add the buttons to ChartTrader from within your strategy, then you can call EnterLong() ExitLong(), etc from within the button click method. You will set up the buttons in your strategy the same way the indicator example does it, then perform the actions within the button click procedure. The full example is here:
Hello All, Moving forward this will be maintained in the help guide reference samples and no longer maintained on the forum. Creating Chart WPF (UI) Modifications from an Indicator - https://ninjatrader.com/support/help...ui)-modifi.htm (https://ninjatrader.com/support/helpGuides/nt8/creating-chart-wpf-(ui)-modifi.htm) I've
Kind regards,
-ChrisL
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
56 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
34 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
195 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|
||
|
Started by CaptainJack, 04-24-2026, 11:07 PM
|
0 responses
359 views
0 likes
|
Last Post
by CaptainJack
04-24-2026, 11:07 PM
|
||
|
Started by Mindset, 04-21-2026, 06:46 AM
|
0 responses
281 views
0 likes
|
Last Post
by Mindset
04-21-2026, 06:46 AM
|
Comment