Browse » Home » Archives for March 2021
To do list in chart before trading
Algorithm1.HAs market given breakout in bigger time frame nad weekly monthly support and resistance.Yes:then no trading dayno:take starddlehas market iv has spiked upIf yes take high qty skewed short straddleif no:then take less qty short straddleIs market going to fin any strong support at the bottomis market likely to get any reversal?at low vix enviornment ,look for reversal trading and consolidation trading in marketDraw...

Best Indicators for option selling
CD_PivotR-//Created by CristianDstudy(title="Pivot Range", shorttitle="CD_PivotR", overlay=true) sd = input(true, title="Show Daily Pivots?")//Pivot Range Calculations - Mark Fisherpivot = (high + low + close ) / 3.0 bc = (high + low ) / 2.0 tc = (pivot - bc) + pivot//Daily Pivot Range dtime_pivot = security(tickerid, 'D', pivot[1]) dtime_bc = security(tickerid, 'D', bc[1]) dtime_tc = security(tickerid,...
