├── .classpath ├── .github └── workflows │ └── main.yml ├── .gitignore ├── .settings └── org.eclipse.buildship.core.prefs ├── README.md ├── TOS & Thinkscript Collection.epub ├── TOS & Thinkscript Collection.html ├── TOS & Thinkscript Collection.pdf ├── TOS & Thinkscript Collection.xml ├── app-config.yaml ├── catalog-info.yaml ├── gradle └── wrapper │ ├── gradle-wrapper.jar │ └── gradle-wrapper.properties ├── gradlew ├── gradlew.bat ├── images ├── 12-1.png ├── 12-2.png ├── 14-1.png ├── 17-1.png ├── 18-1.png ├── 18-2.png ├── 18-3.png ├── 18-4.png ├── 18-5.png ├── 2-1.png ├── 2-2.png ├── 24-1.png ├── 26-1.png ├── 6-1.png ├── 6-2.png ├── 8-1.png ├── 8-2.png ├── 8-3.png ├── 8-4.png ├── 9-1.png ├── 9-2.png ├── COMPARISON_TO_ANOTHER_INSTRUMENT_1.png └── COMPARISON_TO_ANOTHER_INSTRUMENT_2.png ├── indicators └── JLS_SlowSto.ts ├── j.groovy └── src └── docs └── asciidoc ├── TOS & Thinkscript Collection.adoc ├── _alertSounds.adoc ├── _basics.adoc ├── _introduction.adoc ├── _references.adoc ├── _scans.adoc ├── _studiesAndCoding.adoc ├── _tutorials.adoc ├── _usageTips.adoc ├── _watchlistColumns.adoc ├── images ├── 12-1.png ├── 12-2.png ├── 14-1.png ├── 17-1.png ├── 18-1.png ├── 18-2.png ├── 18-3.png ├── 18-4.png ├── 18-5.png ├── 2-1.png ├── 2-2.png ├── 24-1.png ├── 26-1.png ├── 6-1.png ├── 6-2.png ├── 8-1.png ├── 8-2.png ├── 8-3.png ├── 8-4.png ├── 9-1.png ├── 9-2.png ├── COMPARISON_TO_ANOTHER_INSTRUMENT_1.png └── COMPARISON_TO_ANOTHER_INSTRUMENT_2.png └── j.groovy /.classpath: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/.classpath -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/.gitignore -------------------------------------------------------------------------------- /.settings/org.eclipse.buildship.core.prefs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/.settings/org.eclipse.buildship.core.prefs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/README.md -------------------------------------------------------------------------------- /TOS & Thinkscript Collection.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/TOS & Thinkscript Collection.epub -------------------------------------------------------------------------------- /TOS & Thinkscript Collection.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/TOS & Thinkscript Collection.html -------------------------------------------------------------------------------- /TOS & Thinkscript Collection.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/TOS & Thinkscript Collection.pdf -------------------------------------------------------------------------------- /TOS & Thinkscript Collection.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/TOS & Thinkscript Collection.xml -------------------------------------------------------------------------------- /app-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/app-config.yaml -------------------------------------------------------------------------------- /catalog-info.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/catalog-info.yaml -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/gradle/wrapper/gradle-wrapper.jar -------------------------------------------------------------------------------- /gradle/wrapper/gradle-wrapper.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/gradle/wrapper/gradle-wrapper.properties -------------------------------------------------------------------------------- /gradlew: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/gradlew -------------------------------------------------------------------------------- /gradlew.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/gradlew.bat -------------------------------------------------------------------------------- /images/12-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/12-1.png -------------------------------------------------------------------------------- /images/12-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/12-2.png -------------------------------------------------------------------------------- /images/14-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/14-1.png -------------------------------------------------------------------------------- /images/17-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/17-1.png -------------------------------------------------------------------------------- /images/18-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/18-1.png -------------------------------------------------------------------------------- /images/18-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/18-2.png -------------------------------------------------------------------------------- /images/18-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/18-3.png -------------------------------------------------------------------------------- /images/18-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/18-4.png -------------------------------------------------------------------------------- /images/18-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/18-5.png -------------------------------------------------------------------------------- /images/2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/2-1.png -------------------------------------------------------------------------------- /images/2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/2-2.png -------------------------------------------------------------------------------- /images/24-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/24-1.png -------------------------------------------------------------------------------- /images/26-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/26-1.png -------------------------------------------------------------------------------- /images/6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/6-1.png -------------------------------------------------------------------------------- /images/6-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/6-2.png -------------------------------------------------------------------------------- /images/8-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/8-1.png -------------------------------------------------------------------------------- /images/8-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/8-2.png -------------------------------------------------------------------------------- /images/8-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/8-3.png -------------------------------------------------------------------------------- /images/8-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/8-4.png -------------------------------------------------------------------------------- /images/9-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/9-1.png -------------------------------------------------------------------------------- /images/9-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/9-2.png -------------------------------------------------------------------------------- /images/COMPARISON_TO_ANOTHER_INSTRUMENT_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/COMPARISON_TO_ANOTHER_INSTRUMENT_1.png -------------------------------------------------------------------------------- /images/COMPARISON_TO_ANOTHER_INSTRUMENT_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/images/COMPARISON_TO_ANOTHER_INSTRUMENT_2.png -------------------------------------------------------------------------------- /indicators/JLS_SlowSto.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/indicators/JLS_SlowSto.ts -------------------------------------------------------------------------------- /j.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/j.groovy -------------------------------------------------------------------------------- /src/docs/asciidoc/TOS & Thinkscript Collection.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/TOS & Thinkscript Collection.adoc -------------------------------------------------------------------------------- /src/docs/asciidoc/_alertSounds.adoc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/docs/asciidoc/_basics.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/_basics.adoc -------------------------------------------------------------------------------- /src/docs/asciidoc/_introduction.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/_introduction.adoc -------------------------------------------------------------------------------- /src/docs/asciidoc/_references.adoc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/docs/asciidoc/_scans.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/_scans.adoc -------------------------------------------------------------------------------- /src/docs/asciidoc/_studiesAndCoding.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/_studiesAndCoding.adoc -------------------------------------------------------------------------------- /src/docs/asciidoc/_tutorials.adoc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /src/docs/asciidoc/_usageTips.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/_usageTips.adoc -------------------------------------------------------------------------------- /src/docs/asciidoc/_watchlistColumns.adoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/_watchlistColumns.adoc -------------------------------------------------------------------------------- /src/docs/asciidoc/images/12-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/12-1.png -------------------------------------------------------------------------------- /src/docs/asciidoc/images/12-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/12-2.png -------------------------------------------------------------------------------- /src/docs/asciidoc/images/14-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/14-1.png -------------------------------------------------------------------------------- /src/docs/asciidoc/images/17-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/17-1.png -------------------------------------------------------------------------------- /src/docs/asciidoc/images/18-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/18-1.png -------------------------------------------------------------------------------- /src/docs/asciidoc/images/18-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/18-2.png -------------------------------------------------------------------------------- /src/docs/asciidoc/images/18-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/18-3.png -------------------------------------------------------------------------------- /src/docs/asciidoc/images/18-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/18-4.png -------------------------------------------------------------------------------- /src/docs/asciidoc/images/18-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/18-5.png -------------------------------------------------------------------------------- /src/docs/asciidoc/images/2-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/2-1.png -------------------------------------------------------------------------------- /src/docs/asciidoc/images/2-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/2-2.png -------------------------------------------------------------------------------- /src/docs/asciidoc/images/24-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/24-1.png -------------------------------------------------------------------------------- /src/docs/asciidoc/images/26-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/26-1.png -------------------------------------------------------------------------------- /src/docs/asciidoc/images/6-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/6-1.png -------------------------------------------------------------------------------- /src/docs/asciidoc/images/6-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/6-2.png -------------------------------------------------------------------------------- /src/docs/asciidoc/images/8-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/8-1.png -------------------------------------------------------------------------------- /src/docs/asciidoc/images/8-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/8-2.png -------------------------------------------------------------------------------- /src/docs/asciidoc/images/8-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/8-3.png -------------------------------------------------------------------------------- /src/docs/asciidoc/images/8-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/8-4.png -------------------------------------------------------------------------------- /src/docs/asciidoc/images/9-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/9-1.png -------------------------------------------------------------------------------- /src/docs/asciidoc/images/9-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/9-2.png -------------------------------------------------------------------------------- /src/docs/asciidoc/images/COMPARISON_TO_ANOTHER_INSTRUMENT_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/COMPARISON_TO_ANOTHER_INSTRUMENT_1.png -------------------------------------------------------------------------------- /src/docs/asciidoc/images/COMPARISON_TO_ANOTHER_INSTRUMENT_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/images/COMPARISON_TO_ANOTHER_INSTRUMENT_2.png -------------------------------------------------------------------------------- /src/docs/asciidoc/j.groovy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jshingler/TOS-and-Thinkscript-Snippet-Collection/HEAD/src/docs/asciidoc/j.groovy --------------------------------------------------------------------------------