1 standard deviation equals 68.3%, meaning that the price should stay inside the 1 standard deviation 68.3% of the time and be outside of it 31.7% of the time;
2 standard deviation equals 95.5%, meaning that the price should stay inside the 2 standard deviation 95.5% of the time and be outside of it 4.5% of the time;
3 standard deviation equals 99.7%, meaning that the price should stay inside the 3 standard deviation 99.7% of the time and be outside of it 0.3% of the time.
week 1: [-5, -5, -10, -0, +4]
week 2: [+20, +2, +0, -1, +7]
[-10, -5, -5, -1, 0, 0, 2, 4, 7, 20]
negative return distribution = [0, -1, -5, -5, -10]
positive return distribution = [0, +2, +4, +7, +20]
negative return distribution (50%) = -5
positive return distribution (50%) = +4
negative return distribution (100%) = -10
positive return distribution (100%) = +20
combined return distribution = [0, 0, (1), 2, 4, (5), (5), 7, (10), 20]
combined return distribution (50%) = 4
combined return distribution (100%) = 10
square root ( (sum [(x - mean) ^ 2]) / N )
'mean' is the average of your entire dataset
'x' is just representative of a single point in your dataset (one point at a time)
'N' is the total number of things in your dataset.
Ganz im Sinne von TradingView hat dieser Autor sein/ihr Script als Open-Source veröffentlicht. Auf diese Weise können nun das Script auch andere Trader verstehen und prüfen. Vielen Dank an den Autor! Sie können das Script kostenlos verwenden. Die Nutzung dieses Codes in einer Veröffentlichung wird in unseren Hausregeln reguliert. Sie können es als Favoriten auswählen, um es in einem Chart zu verwenden.