Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

privatize custom indicator

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

    privatize custom indicator

    I have acustom indicator I would like to share with a friend. I would like to have controll over the indicator, like not showing the values of the indicator and having a time limit on how long it would be able to be used on a certain computer... is this possible in ninja trader?

    #2
    san1313, for the indicator plots you could run with

    PlotsConfigurable = false;
    DisplayInDataBox = false;

    in your Initialize() for example.

    A custom time / machine expiry could be for example created via comparing Time[0] / DateTimeNow to a date and working your friends machine id given by Cbi.License.MachineId

    If you want to include his NT software key, as well, then that would be given by -

    Cbi.License.Id

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    35 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    20 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    12 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    18 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    20 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X