読み取り専用

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

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

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

ご参加ください Discord YouTube

特定の日付以降にシグナルが表示されます

4件の返信

TJ#

Customer, bbp_participant, community, 143件の返信。.

プロフィールを表示

12年前 #112500

EA Signal indicator function

 

How to let EA Signal to appear only after a specific date? like 18th Aug 2014

 

ありがとう。.

0

マーク・フリック

管理者、sq-ultimate、2件の返信.

プロフィールを表示

12年前 #125952

you can use date functions to check for an date, or to check if current date is greater than your constant.

マーク
StrategyQuantアーキテクト

0

TJ#

Customer, bbp_participant, community, 143件の返信。.

プロフィールを表示

12年前 #125979

The Date func has only “=” and “” operators and does not has greater or lesser than operator. May be I have misunderstood your reply. 

 

 

I tried both “=” and “” and not the results I am looking for. 

 

 

I have attached my sqw file, are you able to show me how to do this right? Thanks very much. 

 

もし

 

EMA 10(D1) > EMA 20(D1)

Date > 14 Aug 2014

 

それから

PlaySound(“alert.wav”);

 

 

I would like the signal to appear after 14 Aug 2014 so that the chart is not clustered with signals.

 

 

 

 

ファイル Test 01.sqw

0

マーク・フリック

管理者、sq-ultimate、2件の返信.

プロフィールを表示

12年前 #126019

The problem is that Date function returns date as a text only, so it cannot be compared to be bigger or smaller.

 

But there is a simple way how to compare a date, use:

 

Time > Custom Function: StrToTime(“2014.08.14”)

 

date format for StrToTime is is yyyy.mm.dd.

 

I’m attaching your strategy with this change.

ファイル Test 01.sqw

マーク
StrategyQuantアーキテクト

0

TJ#

Customer, bbp_participant, community, 143件の返信。.

プロフィールを表示

12年前 #126036

Thank you very much.. 🙂

0

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