Please provide me with a copy of the full code of this custom version of CandleStickPattern.
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Make font smaller on candle-stick pattern descriptions
Collapse
X
-
Here it goes. Just changed font to Cambria 8. that's all. I copied/pasted text in a text file.Attached Files
Comment
-
Hello anituchka,
The issue here is the enum. They must be unique per namespace - can't be in more than one indicator.
To resolve:
Identify this public enum declaration in your copied indicator and remove it. Remove the whole block of code indicated below. It should still be accessible from the system indicator so this should be the only change you have to make.
Code:public enum ChartPattern { BearishBeltHold, BearishEngulfing, BearishHarami, BearishHaramiCross, BullishBeltHold, BullishEngulfing, BullishHarami, BullishHaramiCross, DarkCloudCover, Doji, DownsideTasukiGap, EveningStar, FallingThreeMethods, Hammer, HangingMan, InvertedHammer, MorningStar, PiercingLine, RisingThreeMethods, ShootingStar, StickSandwich, ThreeBlackCrows, ThreeWhiteSoldiers, UpsideGapTwoCrows, UpsideTasukiGap, }Ryan M.NinjaTrader Customer Service
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
80 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
46 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
29 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
32 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
66 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment