Full ThinkorSwim Coding Course for Beginners

Поделиться
HTML-код
  • Опубликовано: 1 дек 2024

Комментарии • 11

  • @douglasmayhall8279
    @douglasmayhall8279 День назад

    outstanding presentation.. clear, concise and comprehensive

  • @ericcossett5704
    @ericcossett5704 День назад

    I comprehend more in 2 hrs from you than days and days of reading and watching videos

  • @lancemueller2165
    @lancemueller2165 23 часа назад

    Beginning to time 840 covers Intro and Key Settings for TOS Program;
    time 840 to 4550
    covers Charts and their features including
    Studies, Drawings,Flexible Grid, Multiple Windows, Chart Sidebar,Time Periods,Linking,Active Trader feature,Scan Menu, Alerts and Options
    time 4550 to 2:38:00
    is dedicated to Basic Coding Concepts, examples of coded scripts, quizzes on same with progression from simple to advanced

  • @jonjojr
    @jonjojr День назад

    Very few sources take the time to do this for free. great work Trey 👍

  • @martink3383
    @martink3383 2 дня назад

    ThinkorSwim has comprehensive tutorials to learn Thinkscript already built in for free. Highly recommended.

    • @lancemueller2165
      @lancemueller2165 День назад

      Not found them helpful. Plus the Help inside the app. The Technical Support team yes..real humans not AI

  • @strobe9
    @strobe9 22 часа назад

    As part of the summary review points at the end, remember the indexing operator []

  • @edwardsciacca8012
    @edwardsciacca8012 День назад

    if U can direct me to a Video on how U incorporate High , Low , Open Close using script . say your script is set to trigger at a 1% pop in 1minute BAR would U replace close with High ? .

    • @strobe9
      @strobe9 22 часа назад

      def onePercentPop = close >= high[1] * 1.01;