問題タブ [thinkscript]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
if-statement - Thinkscript の If ステートメント
私は thinkscript プログラマーの初心者であり、thinkscript の構文をかなり早く習得しています。ただし、if文に問題があります。if ブロック内に 1 つのステートメントを含めることができることは理解していますが、if ブロック内に複数のステートメントを含めることは可能ですか?
否定: if (条件) then (これ) else (それ);
but: if (条件) then { (this); (それ);};
if-statement - コード ブロックを PineScript から thinkscript に変換する
このコード行を pinescript から thinkscript ( Thinkorswim ) に変換したいです。複数の if ステートメントに問題があります
私はこれを試しますが、うまくいきません: