読み取り専用

フォーラムは現在、読み取り専用のアーカイブとなっています。.

バグ報告やプラットフォームに関する質問はこちら → [email protected]

私たちのコミュニティはDiscordとYouTubeで活動しています。ぜひ参加してください!

ご参加ください Discord YouTube

MultiCharts V16 Compiles SQ_* functions Errors

1件の返信

David Lin

購読者、bbp_participant、顧客、コミュニティ、sq-ultimate、3件の返信.

プロフィールを表示

5ヶ月前 #293009

こんにちは、,

I imported the file C:\StrategyQuantX143\custom_indicators\Tradestation\SQ_MC.pla into MultiCharts Study Editor. (Version 4.0, Product Version: 16.0.29255.400) and MultiCharts version is 16.0 (Build 29255).

The import is fine, but when I tried to compile all, the Study Editor shows a lot of errors, and none of the SQ_ functions/signals are compiled.

For example, compile the script:

inputs:
Period( numericsimple);
Value1 = Minlist(Period, CurrentBar);
if CurrentBar = 1 then
SQ_ATR = TrueRange
その他
SQ_ATR = (((SQ_ATR[1] * (Value1 – 1) + TrueRange )) * 1000) / (Value1 * 1000);
{ Force series function, since otherwise this function can verify as simple, but needs to be called at every bar to return correct results }
If false then Value10 = SQ_ATR[1];
The Study Editor shows:

2026/3/11 PM 02:22:51
—— Build started: ——
Study: “SQ_ATR” (Function)
Please wait…
2026/3/11 PM 02:22:51
—— Compiled with error(s): ——
Compile error
line 0, column 0

Because the script are not compiled, hence I can’t use the SQ_* functions in the Study editor, because it will show I am using an unverified function.

Is there a solution to it?

よろしくお願いいたします。,
デビッド

0

David Lin

購読者、bbp_participant、顧客、コミュニティ、sq-ultimate、3件の返信.

プロフィールを表示

5ヶ月前 #293106

Hi, I have solved the problem by setting up proper permissions to the Study folder.

0

1件の返信を表示中 - 1 - 1件目 (全1件中)