Skip to content

Instantly share code, notes, and snippets.

This file has been truncated, but you can view the full file.
10-01 21:16:21.810 3067 3954 W NetworkManagementSocketTagger: untagSocket(112) failed with errno -22
10-01 21:16:21.810 3067 3954 I qtaguid : Untagging socket 112 failed errno=-22
10-01 21:16:21.810 3067 3954 W NetworkManagementSocketTagger: untagSocket(112) failed with errno -22
10-01 21:16:21.811 3067 3954 I qtaguid : Untagging socket 112 failed errno=-22
10-01 21:16:21.812 3067 3954 W NetworkManagementSocketTagger: untagSocket(112) failed with errno -22
10-01 21:16:21.812 3067 3954 I qtaguid : Untagging socket 112 failed errno=-22
10-01 21:16:21.812 3067 3954 W NetworkManagementSocketTagger: untagSocket(112) failed with errno -22
10-01 21:16:21.813 3067 3954 I qtaguid : Untagging socket 112 failed errno=-22
10-01 21:16:21.813 3067 3954 W NetworkManagementSocketTagger: untagSocket(112) failed with errno -22
10-01 21:16:21.813 3067 3954 I qtaguid : Untagging socket 112 failed errno=-22
study(title="Camarilla", shorttitle="Camarilla Levels", overlay=true)
sd = input(true, title="Show Daily Pivots?")
//Camarilla
pivot = (high + low + close ) / 3.0
range = high - low
h5 = (high/low) * close
h4 = close + (high - low) * 1.1 / 2.0
h3 = close + (high - low) * 1.1 / 4.0
h2 = close + (high - low) * 1.1 / 6.0