My trading environment is 100% pure non-automated manual trading. I was wondering in what form or shape should a piece of custom programming be if it is to work with the web version, Add-on, Strategy, or what?
Specifically I'm looking to have custom risk settings that will track Realized PnL and Total PnL and flatten positions / lock account based on particular metrics which the existing default Risk Settings do not include, all while the trading occurs on the web version. I'm also looking to not have to log into a desktop session in order for the programming to turn on.
More specifically, I'm just looking to have a max trailing drawdown calculated on *real-time Realized PnL*, which is not satisfied by neither the existing End-of-day Max Trailing Drawdown nor the Real-time Max Trailing Drawdown features in Risk Settings.

Comment