読み取り専用

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

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

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

ご参加ください Discord YouTube

ATR multiplication

1件の返信

ボラウチャク

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

プロフィールを表示

11年前 #112838

こんにちは、,

I want to write a rule like this:

IF,

ATR(1)xATR(2) > ATR(3)

 

then,

bla bla

 

but no signal is produced,

I used,

“filter” – “functions” – parameter 1 for atr(1) and parameter 2 for atr(2) > “indicators atr(3)

 

but doesnt seem to work,

what am I doing wrong?

 

best, 

0

マーク・フリック

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

プロフィールを表示

11年前 #127293

こんにちは,

 

this will not work because this condition is never true, you are multiplying two numbers smaller than 1, the result is even smaller number.

 

Let’s say ATR is 0.1.

0.1 * 0.1 = 0.01, it will be never bigger than ATR.

マーク
StrategyQuantアーキテクト

0

ボラウチャク

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

プロフィールを表示

11年前 #127295

hello Mark, thank you for the fast response, 

numbers were for example only,

my real numbers are atr11xatr69>atr85 for long, 

and vice versa, 

 

best, 

0

マーク・フリック

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

プロフィールを表示

11年前 #127299

it is still the same problem. ATR numbers are usually numbers below 1, so your condition will be never valid.

 

Try making an average – (ATR1 + ATR2) / 2 instead of multiplication.

マーク
StrategyQuantアーキテクト

0

ボラウチャク

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

プロフィールを表示

11年前 #127424

hello Mark,

as you may recall, I sent you an example of an EA with ATR multiplication,

 

I am looking forward for your help in this, 

 

best ,

0

マーク・フリック

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

プロフィールを表示

11年前 #127457

こんにちは,

 

sorry, I cannot find it, could you resend it or attach it here?

マーク
StrategyQuantアーキテクト

0

ボラウチャク

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

プロフィールを表示

11年前 #127494

Dear Mark,

I re-sent it to “newsletter@…” e-mail

 

hope you can help 

0

マーク・フリック

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

プロフィールを表示

11年前 #127589

ok, I’m posting a sample (not complete).

 

If you are struggling with finding mathematical functions in EA Wizard, they are in Functions -> Multiplication.

マーク
StrategyQuantアーキテクト

0

ボラウチャク

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

プロフィールを表示

11年前 #127603

Dear Marc,

that’s exactly I tried, but when I save as signal indicator,

there is no result on mt4 on any timeframe

(I changed “then” rules to draw up, 

I tried both up and down for tema rule,

0

マーク・フリック

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

プロフィールを表示

11年前 #127623

can you post your sqw file here? 

 

I’m not sure what exactly you have done.

マーク
StrategyQuantアーキテクト

0

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