読み取り専用

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

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

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

ご参加ください Discord YouTube

特定の時間枠にEAを固定する

1件の返信

ラマカン

Subscriber, bbp_participant, community, 72 replies.

プロフィールを表示

13年前 #111243

Requesting a feature to lock the EA to a specific timeframe, if EA is to be loaded on a 15 min timeframe it should generate a warning message if another timeframe is chosen and should not be able to open trades.

 

よろしくお願いいたします。.

 

0

マーク・フリック

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

プロフィールを表示

13年前 #121820

You can do it by calling Custom Function: Period(), for example:

IF Period() 15

THEN LogToJournal(“Incorrect period”)

Period returns currenttimeframe in minutes, so it will return 5 for M5, 15 for m15, 60 for H1, 240 for H4, 1440 for D1 and so on.

マーク
StrategyQuantアーキテクト

0

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