Adding a built-in second trade if limit is reached

Hey guys, I was hoping to find a way to create a trading strategy where, once a trade is triggered, it creates a second limit line in the direction of “adding on” to the trade

Aka buy at 1000 → second buy limit at 1025 → take profit at 1050 for both

I’ve seen where I can do the opposite and start with 2 trades/contracts and have the profit happen at 2 different spots, but can’t seem to figure out the reverse.
From what ive seen on google, it looks like its either creating a strategy through Strategy Builder or something with NinjaScript and I have no experience in either so I was hoping someone here either already had something like that or a good walkthrough for it
Either way thanks and happy holidays!

Here’s a primer on Ninjatrader’s strategey builder: https://ninjatrader.com/support/helpguides/nt8/NT%20HelpGuide%20English.html?strategy_builder.htm

It’ll give you the reference to build out what you’re looking for.

Thanks! I will give it a look