![]() |
|
|||||||
| Automated Trading Support for automated trading systems using NinjaScript. Support for our ATI (Automated Trading Interface) used to link an external application such as TradeStation and eSignal to NinjaTrader. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Senior Member
Join Date: Nov 2011
Posts: 238
Thanks: 94
Thanked 14 times in 12 posts
|
Hi Ninjas,
I've been examining any feature in NT before further steps with my Algos like compiling in DLLs, full automated...etc I see that there's a strategy tab in OPTIONS for running Algos, but I see as well, that these features can be programmed in C++ within a source code; so my question are: - What's the difference in running an Algo under the configuration of strategy tab in NT or programming those functions within the source code? - Why would I need to write them within my code? - If I had a strategy that I'd like to export as a protected DLL to import it again in my NT (in order to protected that source code from copys..etc), those functions of strategy tab should be programmed within the code or it's not necessary if I use it in NT? Thanks |
|
|
|
|
|
#2 |
|
NinjaTrader Customer Service
Join Date: Dec 2011
Location: India
Posts: 3,286
Thanks: 580
Thanked 546 times in 541 posts
|
Hello pstrusi,
The strategies tab (Tools>Options>Strategies tab) only lets you configure different settings for the Atm strategies or the NinjaScript strategies you are running. For example if you want to cancel any entry orders when the strategy is disabled you can configure it via the strategies tab. Please refer here to know more about the strategies tab http://www.ninjatrader.com/support/h...tegies_tab.htm You dont have to code the settings if you export your code as a protected dll. The compiled strategy will work depending on how the Strategy settings are set (in the Strategies tab). For example if you are running the codes from 2 PC's and if PC1 is configured (via the strategies tab) to cancel all pending entry orders when disabled while PC2 is configured NOT to cancel any pending orders when the strategy is disabled, then if your run the strategy on the two PC's then in PC1 the strategy will cancel all pending entry orders when it is disabled while it will not cancel the pending entry orders in PC2. Please let me know if I can assist you any further.
Joydeep M.
NinjaTrader Customer Service |
|
|
|
|
The following user says thank you to NinjaTrader_Joydeep for this post: |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Entering strategies programmatically in Strategies tab | ericbenhamou | Automated Trading | 4 | 03-12-2012 04:04 PM |
| Support or custom for IB Order Algos | joesandyego | Strategy Development | 1 | 01-17-2012 08:11 AM |
| How to save list of strategies in Strategies tab | gmiranda | Miscellaneous Support | 1 | 12-03-2011 01:49 PM |
| Difference Account Tab and Performance report | gg80108 | Market Analyzer | 5 | 11-17-2010 09:12 PM |
| Error loading strategies in control panel strategies tab using NT7 rev 7 | AlexJetski | Version 7 Beta General Questions & Bug Reports | 2 | 02-01-2010 12:35 PM |