Question for the community and the Quantopian devs:
I am a little concerned about live trading algorithms stopping out for an error on a day in which I need them to trade in order to avoid a significant loss. Example, volatility-based trading on VXMT prices (which have to be imported as a CSV from the CBOE) and let's say the CBOE messes up their CSV or they change the URL or something else happens which is out of my control that breaks my algo. And let's say this happens while I don't have immediate access to an internet connection to liquidate my positions (I know that's a lot of "ands" which lowers the risk, but take the journey with me for a minute or two).
My questions:
1) What are other community members doing to hedge against this risk?
2) Quantopian devs, any plans to enable filed contingency plans in case of algorithm error? Like "in case of error, sell everything" or "in case of error, implement this hedging trade", or so on?