Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Where to adapt pre-written script?
Collapse
X
-
Tags: None
-
Hello Zdena,
Thank you for your post.
If you have the complete code you can select all the code from the original, copy it, and then select all the code in the NinjaScript editor and paste the original code in. You will then need to compile (press F5 on your keyboard) the code and if there are errors generated you will have to debug from there.
Information on debugging your NinjaScript code please visit the following link: http://www.ninjatrader.com/support/f...ead.php?t=3418
Pasting in code from outside the NinjaScript Editor will require knowledge of the structure of indicators in NinjaScript. Information on developing indicators can be found at the following link: http://www.ninjatrader.com/support/h...indicators.htm
Please let me know if I may be of further assistance.
-
Hi, thanks for your help.
I don't have the full code. In the picture is just what I have...I don't understand programming at all (I'm pretty blonde about this kind of things), so any kind of help would be helpful..
The problem is just about how to adapt "any code" to NT to point out on charts where CCI14 crosses 0 and CCI50 crosses -100..to give me clear signals. Nothing else. But I don't know how to...
Z
Comment
-
The code should be very simple:
Crosses Above (CCI (Close , 50) , -100) And Crosses Above (CCI (Close , 14) , 0)
For the start I need to know how to apply the above code to NT and how to make it indicator of it.. Then I would be able to change the values manually (I know how to, that's the only thing I know here).
Thank you,
ZdenaLast edited by ZdenaVyzila; 04-17-2012, 07:06 AM.
Comment
-
Hello Zdena,
Thank you for your response.
We have tutorials available which can help you learn the building blocks of programming in NinjaScript. You can find these tutorials at the following link: http://www.ninjatrader.com/support/h.../tutorials.htm
The Strategy Wizard is a great feature of NinjaTrader that allows you to set up conditions and actions through a User Interface rather than hard coding. Information on the Strategy Wizard can be found at the following link: http://www.ninjatrader.com/support/h...egy_wizard.htm
For a video on our Automated Strategy Development Webinar please visit the following link: http://youtu.be/fVFqw5W8uGI
Please let me know if I may be of further assistance.
Comment
-
-
Hello Zdena,
Thank you for your response.
If you have limited programming capabilities, you can discuss your requirements with any of our NinjaScript consultants.
Click here for a list of certified NinjaScript Consultants
If you have any specific questions I can provide further assistance.
Please let me know if I may be of further assistance.
Comment
-
As almost all blonde girls I have limited programming capabilities.. But it doesn't change the fact that I tried to programme it as a strategy and IT works!!!! I'm stupid, but I'm clever, too!!!
Thank you for your interest,
Zdena
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
574 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
332 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
553 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
551 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment