![]() |
This website will be down for maintenance from Friday May 24th at 6PM MDT until Sunday May 26th at 12PM MDT. We apologize for the inconvenience. If you need assistance during this time, please email sales@ninjatrader.com
|
|||||||
| General Programming General NinjaScript programming questions. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Junior Member
Join Date: Nov 2011
Posts: 2
Thanks: 0
Thanked 0 times in 0 posts
|
Hi
I have an existing Vendor name and key, so I can setup using Vendor Licence Management the users and their machine IDs that are allowed access a given module. What I'd like to do, is store on a ninja server somewhere [e.g. the same server where the vendor licencing call goes to when it's downloading the list of licences] a set of values that can be accessed by users of an indicator that I'm developing. So value01 might be 1055.25 value02 = 1022.75 and so on, and somehow I can flush these up onto a web server. Then what I want to do is when my ninjacript indicator starts up on the users machine somewhere else on the web, it sends a http GET request or something that might even be in Ninjascript itself [e.g. VendorGetValues() or whatever ] that would pull down the values, and then the user's indicator can use them in its initialization. Is there any way to do this in ninjatrader [store them up on a ninja server] and ninjascript [to pull them back down]? thanks in advance |
|
|
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Accessing A Drawn Ray's Properties With NinjaScript | JayJoshi | Automated Trading | 1 | 01-26-2011 06:48 AM |
| Accessing a custom DLL | bubblegum | General Programming | 3 | 06-08-2010 09:34 AM |
| Vendor License and Custom Types | cls71 | General Programming | 1 | 05-03-2010 10:33 AM |
| Accessing Custom Indicator Values | murfinp | Indicator Development | 2 | 08-25-2009 02:11 PM |
| Accessing Data from custom Indicator | murfinp | Strategy Development | 4 | 04-03-2009 06:31 AM |