Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to invoke a file selector in parameters section

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

    How to invoke a file selector in parameters section

    I would like to allow for a .wav file to be selected from the file-system instead of just asking for a string. How do I change the following snippet to allow the user to select the .wav file from the file system?

    [Description("Please select a wav file")]
    [Category("Alert")]
    public string buySignal
    {
    get { return buySignal; }
    set { buySignal= value; }
    }

    #2
    Hello vlc,

    Thank you for your post.

    This would be possible through C#, you can find an example at the following link: http://ninjatrader.com/support/forum...t=36162&page=2

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    131 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    74 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    117 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    111 views
    1 like
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    89 views
    0 likes
    Last Post CarlTrading  
    Working...
    X