October 21st, 2022
Last updated
Last updated
This release contains improvements to the webhook payload to support sending optional take profit and stop loss information in the signal as well as a few other minor improvements.
Here is a simple example that shows how you can include a take profit limit price and a stop loss stop price with your entry signal.
You can pass a percentage for TradersPost to use to calculate the take profit limit price and stop loss stop price.
Or you can pass a dollar amount for TradersPost to use to calculate the take profit limit price and stop loss stop price.
The Send Request functionality under webhooks has been updated to allow you to send a take profit and stop loss in your signal as well.
The Send Request functionality now has a confirm screen so you can review the JSON payload before sending it to the webhook.
In addition to the take profit and stop loss percent functionality, you can now configure a take profit or stop loss using a dollar amount instead of a percent.
On the trade screen you will now see a new section called Trade Configuration that shows the configuration used to executed the trade. Each trade that gets executed copies the settings from the strategy subscription so you can see what settings were used to execute a trade if you change the settings in your strategy subscription.