Shivam_Mandrai

IU Probability Calculator

Shivam_Mandrai Mis à jour   
How This Script Works:

1. This script calculate the probability of price reaching a user-defined price level within one candle with the help Normal Distribution Probability Table.

2. Normal Distribution Probability Table is use for calculating probability of events, it's very powerful for calculation of probability and this script is fully based on that table.

3. It takes the Average True Range value or Standard Deviation value of past user-defined length bar.

4. After that it take this formula z = ( price_level - close ) / (ATR or Standard Deviation) and return the value for z, for the bearish side it take z = (close - price level) / (ATR or Standard Deviation ) formula.

5. Once we have the z it look into Normal Distribution Probability Table and match the value.

6. Now the value of z is multiple buy 100 in order to make it look in percentage term.

7. After that this script subtract the final value with 100 because probability always comes under 100%

8. finally we plot the probability at the bottom of the chart the red line indicates "The probability of price not reaching that price level", While the green line indicates "Probability of price Reaching that level " .

9. This script will work fine for both of the directions


How This Is Useful For The User:

1. With this script user can know the probability of price reaching the certain level within one candle for both Directions .

2. This is useful while creating options hedging strategies

3. This can be helpful for deciding stop loss level.

4. It's useful for scalpers for managing their traders and it can be use by binary option traders.
Notes de version:
How This Script Works:

1. This script calculate the probability of price reaching a user-defined price level within one candle with the help Normal Distribution Probability Table.

2. Normal Distribution Probability Table is use for calculating probability of events, it's very powerful for calculation of probability and this script is fully based on that table.

3. It takes the Average True Range value or Standard Deviation value of past user-defined length bar.

4. After that it take this formula z = ( price_level - close ) / (ATR or Standard Deviation) and return the value for z, for the bearish side it take z = (close - price level) / (ATR or Standard Deviation ) formula.

5. Once we have the z it look into Normal Distribution Probability Table and match the value.

6. Now the value of z is multiple buy 100 in order to make it look in percentage term.

7. After that this script subtract the final value with 100 because probability always comes under 100%

8. finally we plot the probability at the bottom of the chart the red line indicates "The probability of price not reaching that price level", While the green line indicates "Probability of price Reaching that level " .

9. This script will work fine for both of the directions


How This Is Useful For The User:

1. With this script user can know the probability of price reaching the certain level within one candle for both Directions .

2. This is useful while creating options hedging strategies

3. This can be helpful for deciding stop loss level.

4. It's useful for scalpers for managing their traders and it can be use by binary option traders.
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 ?