Checking if the higher TF is in the same direction
2件の返信
こんにちは、,
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
解決済み
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
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件中)