Further to my last post, I hope no-one believes that MACD crossing the zero line on its own is likely to be a profitable strategy. With the addition of some filters and some money management, I hope to make it so. My next Ninjascript challenge is to add these filters and to add some stuff like trailing stops. Who needs sleep anyway!!
Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
MACD Crossover
Collapse
X
-
MACD Crossover
Further to my last post, I hope no-one believes that MACD crossing the zero line on its own is likely to be a profitable strategy. With the addition of some filters and some money management, I hope to make it so. My next Ninjascript challenge is to add these filters and to add some stuff like trailing stops. Who needs sleep anyway!!
-
MACD Crossover
I am enjoying learning to code my simple strategy but there are a couple of things with which I am having difficulty. These are money management things and critical to the success (or otherwise) of a strategy. The first is coding a user defined trailing stop. I have been searching for a strategy which has this feature and I am sure I will find it but help here would be appreciated.
The other is a more difficult task and despite my efforts I am quite frustrated. I am applying my strategy to several charts, each with a different stock index. (I hope it will also work with bonds, commodities, etc). Having each index trade the strategy is working well. My first objective is to code a daily total TP or SL in each chart which will prevent further trades in that index for that day.
More challenging is to build a daily total TP or SL which will close all charts from further trades for that day. There are some very good multi chart managers in Forex Factory but I do not know if such a script or manager exists or can be built for NT7. It certainly seems to be beyond the reaches of the wizard.
Any help or leads would be very welcome. Thanks. Karl
Comment
-
Hello,
Doing this would require pulling in all the indexes you want to trade into one strategy. So that you can stop all the strategies. To do this you will need to use multi instrument / multi series programming which cannot be done in the strategy wizard and starts to get a little complex in its setup.
However please see the following guide on how to integrate this all into one strategy.
Let me know if I can be of further assistance.BrettNinjaTrader Product Management
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by argusthome, 03-08-2026, 10:06 AM
|
0 responses
111 views
0 likes
|
Last Post
by argusthome
03-08-2026, 10:06 AM
|
||
|
Started by NabilKhattabi, 03-06-2026, 11:18 AM
|
0 responses
59 views
0 likes
|
Last Post
|
||
|
Started by Deep42, 03-06-2026, 12:28 AM
|
0 responses
38 views
0 likes
|
Last Post
by Deep42
03-06-2026, 12:28 AM
|
||
|
Started by TheRealMorford, 03-05-2026, 06:15 PM
|
0 responses
41 views
0 likes
|
Last Post
|
||
|
Started by Mindset, 02-28-2026, 06:16 AM
|
0 responses
78 views
0 likes
|
Last Post
by Mindset
02-28-2026, 06:16 AM
|

Comment