読み取り専用

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

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

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

ご参加ください Discord YouTube

Checking if the higher TF is in the same direction

2件の返信

michaelk

定期購入者、bbp_participant、コミュニティ、2件の返信。.

プロフィールを表示

13年前 #110793

こんにちは、,

I am playing with the EMA cross strategy sample and I have a couple questions / things to check:

Market Position Flat: basically this is a boolean that defines if there are any open positions (long or short), is that right?

And here is the big question:

how can I check if the higher timeframe is in the same direction as the current timeframe of my EA?
Suppose the EA runs on a 15 minute timeframe and when the "above" EMA cross happens (potentially a long position), how do I check if 1H timeframe is long?

Thanks for the help.

よろしくお願いいたします。,
Michael

P.S. The program is really simple and user friendly, great job!

0

michaelk

定期購入者、bbp_participant、コミュニティ、2件の返信。.

プロフィールを表示

13年前 #120668

解決済み

how can I check if the higher timeframe is in the same direction as the current timeframe of my EA?
Suppose the EA runs on a 15 minute timeframe and when the “above” EMA cross happens (potentially a long position), how do I check if 1H timeframe is long?

Turned out to be really simple: If Open price is smaller than the Close price of 1H bar…

0

マーク・フリック

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

プロフィールを表示

13年前 #120676

I’m glad you found it out 🙂

Market Position Flat: basically this is a boolean that defines if there are any open positions (long or short), is that right?

yes, Market Position can be either Long, Short or Flat (it means there’s no open position)

マーク
StrategyQuantアーキテクト

0

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