This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |