calebsandfort

Fair Value Strategy Ultimate

This is a strategy using an index's (SPX, NDX, RUT) Fair Value derived from Net Liquidity.

Net Liquidity function is simply: Fed Balance Sheet - Treasury General Account - Reverse Repo Balance

Formula for calculating the fair value of and Index using Net Liquidity looks like this: net_liquidity/1000000000/scalar - subtractor

The Index Fair Value is then subtracted from the Index value which creates an oscillating diff value.

When diff is greater than the overbought threshold, Index is considered overbought and we go short/sell.

When diff is less than the oversold signal, Index is considered oversold and we cover/buy.

The net liquidity values I calculate outside of TradingView. If you'd like the strategy to work for future dates, you'll need to update the reference to my NetLiquidityLibrary, which I update daily.

Parameters:

Index: SPX, NDX, RUT

Strategy: Short Only, Long Only, Long/Short

Inverse (bool): check if using an inverse ETF to go long instead of short.

Scalar (float)

Subtractor (int)

Overbought Threshold (int)

Oversold Threshold (int)

Start After Date: When the strategy should start trading

Close Date: Day to close open trades. I just like it to get complete results rather than the strategy ending with open trades.

Optimal Parameters:

I've optimized the parameters for each index using the python backtesting library and they are as follows =>

SPX
Scalar: 1.1
Subtractor: 1425
OB Threshold: 0
OS Threshold: -175

NDX
Scalar: 0.5
Subtractor: 250
OB Threshold: 0
OS Threshold: -25

RUT
Scalar: 3.2
Subtractor: 50
OB Threshold: 25
OS Threshold: -25
Script open-source

Dans le véritable esprit de TradingView, l'auteur de ce script l'a publié en open-source, afin que les traders puissent le comprendre et le vérifier. Bravo à l'auteur! Vous pouvez l'utiliser gratuitement, mais la réutilisation de ce code dans une publication est régie par le règlement. Vous pouvez le mettre en favori pour l'utiliser sur un graphique.

Clause de non-responsabilité

Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.

Vous voulez utiliser ce script sur un graphique ?