Shivam_Mandrai

IU Probability Calculator

Shivam_Mandrai 已更新   
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.
發布通知:
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.
開源腳本

本著真正的TradingView精神,該腳本的作者將其開源發布,以便交易者可以理解和驗證它。為作者喝彩吧!您可以免費使用它,但在出版物中重複使用此代碼受網站規則的約束。 您可以收藏它以在圖表上使用。

免責聲明

這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。

想在圖表上使用此腳本?