<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Execution on Thetabruv</title><link>https://thetabruv.com/en/docs/esecuzione/</link><description>Recent content in Execution on Thetabruv</description><generator>Hugo</generator><language>en-US</language><atom:link href="https://thetabruv.com/en/docs/esecuzione/index.xml" rel="self" type="application/rss+xml"/><item><title>Setup</title><link>https://thetabruv.com/en/docs/esecuzione/setup/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://thetabruv.com/en/docs/esecuzione/setup/</guid><description>&lt;h1 id="setup-broker-margin-products"&gt;Setup (broker, margin, products)&lt;a class="anchor" href="#setup-broker-margin-products"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;This page is the system&amp;rsquo;s bill of materials: what you need, why exactly that, and where the breaking points are. I split it into three layers: the account at the broker, the hardware at home, and the software running on top. Fair warning: it&amp;rsquo;s the page that will age faster than the rest of the site — the models and prices quoted are valid today — but the selection criteria will hold.&lt;/p&gt;</description></item><item><title>The TRPS bot</title><link>https://thetabruv.com/en/docs/esecuzione/bot-trps/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://thetabruv.com/en/docs/esecuzione/bot-trps/</guid><description>&lt;h1 id="the-trps-bot-tail-risk-protection-selling"&gt;The TRPS bot (Tail Risk Protection Selling)&lt;a class="anchor" href="#the-trps-bot-tail-risk-protection-selling"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;The TRPS bot is conceptually simple: the strategy on the &lt;a href="https://thetabruv.com/en/docs/strategie/trps/"&gt;TRPS&lt;/a&gt; page is already a list of rules with times attached, and the code does nothing but execute it. The hard part isn&amp;rsquo;t the trading logic — a hundred lines or so — but everything around it: reconciliation, handling broker errors, behavior in degenerate cases. I&amp;rsquo;ll describe it the way the bot lives it: a &lt;strong&gt;state machine&lt;/strong&gt; moving through the New York day, where every transition has explicit preconditions and every failure has a safe destination (Principle 2 on the &lt;a href="https://thetabruv.com/en/docs/esecuzione/"&gt;Execution&lt;/a&gt; page). Times are in the &lt;code&gt;America/New_York&lt;/code&gt; timezone, naturally, and the exchange holiday calendar is the first thing the bot consults on waking: on market holidays it doesn&amp;rsquo;t transition at all, and on half-days (early closes) the evening times shift accordingly.&lt;/p&gt;</description></item><item><title>The DHCS bot</title><link>https://thetabruv.com/en/docs/esecuzione/bot-dhcs/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://thetabruv.com/en/docs/esecuzione/bot-dhcs/</guid><description>&lt;h1 id="the-dhcs-bot-delta-hedged-convexity-selling"&gt;The DHCS bot (Delta-Hedged Convexity Selling)&lt;a class="anchor" href="#the-dhcs-bot-delta-hedged-convexity-selling"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;If the TRPS bot lives on fifteen-minute windows, the DHCS bot has a single appointment a day — but the numbers have to balance to the decimal. The strategy from the &lt;a href="https://thetabruv.com/en/docs/strategie/dhcs/"&gt;DHCS&lt;/a&gt; page — front-month ATM/−1σ put, daily delta-hedging with Micro futures, monthly roll — translates into an architecture shorter and more relaxed than the one described in &lt;a href="https://thetabruv.com/en/docs/esecuzione/bot-trps/"&gt;The TRPS bot&lt;/a&gt;, and the difference between the two bots is itself instructive: it replicates, at the software level, the comparison between the two strategies on the &lt;a href="https://thetabruv.com/en/docs/strategie/trps-vs-dhcs/"&gt;TRPS vs DHCS&lt;/a&gt; page. Here too, all times are in &lt;code&gt;America/New_York&lt;/code&gt;.&lt;/p&gt;</description></item></channel></rss>