When the MTP indicator triggers, it proposes an entry price, a stop position, a trade size and a target (and therefore illustrates the risk:reward ratio as well).
So I'm wondering if it would be possible for me to script MTPredictor to create an NT Strategy (based on a basic template strategy) every time it's indicator proposess a possible trade. i.e. the indicator applies a trade size, stop-loss and target to a strategy I've defined for MTP to use - one which accepts those three trade-entry variables, but keeps other things in the structure of the strategy, like trailing stops, auto-break-even, exit stategy etc. in place. I believe this capability is not 'out-of-the-box' but is this technically possible with the current versions of the software? i.e. A strategy which accepts a few variables from MPT just befor executing.

Comment