https://picasaweb.google.com/1179830...eat=directlink
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
How can I build Strategy from an Indicator?
Collapse
X
-
How can I build Strategy from an Indicator?
Please some body can help me, that how can I make a Automated trading Stragety from an Indicator as per below, when market cross down from that indicator and candle close then go short and up then go long (reverse the order) . See the attachment
https://picasaweb.google.com/1179830...eat=directlink
Tags: None
-
Hello,
As long as this indicator is installed on your computer, you should be able to reference its methods from a strategy.
If you have never created a strategy before, I would recommend starting with the Strategy Wizard.
Please see our Help Guide articles on How to use the Strategy Wizard as well as NinjaScript Strategies. More information on these subjects can be found below:
- Click here for more information on Developing Strategies with the Strategy Wizard
- Click here for a Tutorial on Developing Strategies
I'm also proving a link to a recently recorded 'Automated Strategy Development Webinar' video for you to view at your own convenience:
MatthewNinjaTrader Product Management
-
Hello,
We would not be able to custom make this strategy for you however perhaps another community member would be able to offer you assistance.
If you have limited time or programming capabilities, you can discuss your requirements with any of our NinjaScript consultants.
Click here for a list of certified NinjaScript ConsultantsMatthewNinjaTrader Product Management
Comment
-
Hello Matthew
Good Morning
I have built a Automated Trading Strategy, (Exit/Enter Long and Short), Even I have selected Default contract quantity 1, it start with one, but every time when Exit and Enter to the opposite position then it adds one more contract then it goes to 2,3,4,5,6,7,8,9,10...........infinity. So can I make it to just Exit 1 Contract and Enter 1 Contract.
When I back tested it shows only Exit 1 contract and Enter 1 Contract, but when I am running it on live market then it add 1 more Contract every time on reverse.
Please help me...
Thank You
Comment
-
Hello,
If you are in a long position and you would like to reverse to a short, you would only need to use EnterShort
If you are using both ExitLong and EnterShort, you are asking the strategy to enter two orders.
The EnterShort/Long methods will handle the reversal if you are currently in position. You would only use ExitLong/Short if you want to go flat.MatthewNinjaTrader Product Management
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
670 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
379 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
111 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
575 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
582 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment