Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

PriceAlert Ninjatrader PatrickH

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    PriceAlert Ninjatrader PatrickH

    Hello,

    I have downloaded from userappshare the PriceAlert Indicator from NinjaTrader_PatrickH. I need to save it with a new name and when I do compile (before changing conditions) I get errormessages with "Enums" and "PropertyConverter".

    What do I have to change please so that it I can work with it as a new indicator?

    Thank you!
    Tony

    #2
    Hello Tony,

    Thanks for your post.

    To clarify, are you referring to the Price Alert indicator from User App Share page linked below?

    Price alert indicator for NinjaTrader 8. The chart Alerts window functionality replaces the need for this NinjaTrader 7 indicator, but has been created at user request. See more about chart alerts: https://ninjatrader.com/support/helpGuides/nt8/alerts.htm Exported with 8.0.21.0. (Update March 11th, 2020 – Added re-arm ability, can be added to other panels, trigger price updates to line position […]


    This script contains a custom Enum and it contains a TypeConverter.

    In the script, you would need to modify the code so the namespace the Enum is in has a unique name and the public enum must also be set to a unique name.

    For example, PriceAlert_Enums could be changed to something like PriceAlert_EnumsTest and RearmType could be changed to something like RearmTypeTest.

    Note that you would need to also change the code to use the unique name. This means that anywhere PriceAlert_Enums is being called, this would need to be changed to call the new name. Anywhere RearmType is being called, this would need to be changed to call the new name.

    The name of the TypeConverter would also need to be modified so that it is unique. For example, PAPropertyConverter could be changed to something like PAPropertyConverterTest. Anywhere PAPropertyConverter is being called, this needs to be changed to reflect the new name.
    <span class="name">Brandon H.</span><span class="title">NinjaTrader Customer Service</span><iframe name="sig" id="sigFrame" src="/support/forum/core/clientscript/Signature/signature.php" frameborder="0" border="0" cellspacing="0" style="border-style: none;width: 100%; height: 120px;"></iframe>

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    577 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    334 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    553 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    551 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X