読み取り専用

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

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

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

ご参加ください Discord YouTube

カスタムインジケーターを使用するかどうかに関わらず、ラインがクロスしたときにシグナルをプログラミングする方法…

7件の返信

JC・サヴァール

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

プロフィールを表示

13年前 #111468

こんにちは、,

 

I’ve imported the indicator in attachment and I want to program a basic EA with the signals/condition when blue and the red line are crossing (buy or sell).

The problem is that I’ve used the “Manage Custom Indicator” Tab and I haven’t saw the lines in the output value…

When I add a rule in the strategy tab, I see the line but they aren’t in the output.  How I can make a signal out of that?

 

My question could be also with a regular stochastic… How do we program it so we can make a signal when the 2 line are crossing in the overbought level?

 

Thank you a thousand time for answering my questions.  I’m sure that will be read by a lot of people.

 

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

 

JC

ファイル DTOsc_Alert.mq4

0

Pago

Customer, bbp_participant, community, 83 replies.

プロフィールを表示

13年前 #122337

Hello JC Savard,

 

If you import the indicator there are 4 outputs available.

I you want to use the crossover signal you have to selsect the K (output 1[the blue line]) and the D (output 2 [the violet line]).

 

ファイル 24.07.png24.07.png

ファイル 24.071.png24.071.png

 

When it should only trade if the K or D line is below 20 you have to use this

 

ファイル 24.072.png24.072.png

 

Hope I could help you

Cezar

 

 

 

 

0

JC・サヴァール

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

プロフィールを表示

13年前 #122339

Thank you very much Pago.  It is much appreciated the images and explanations.

 

You have gaven me the answer but I won’t be able to reproduce this knowlegde with another custom indicator…

 

The question : How did you knew it was ” K and the D ” that was the output lines?

and why Blue and violet, why not Violet and Blue?  Just by the order they appear? 

 

So I can understand it myself the next time with another custom indicator I will study?

 

Jean-Charles

From Montreal (Quebec) Canada

0

バッチ

カスタマー、bbp_participant、コミュニティ、394件の返信。.

プロフィールを表示

13年前 #122364

Thank you very much Pago.  It is much appreciated the images and explanations. You have gaven me the answer but I won’t be able to reproduce this knowlegde with another custom indicator… The question : How did you knew it was ” K and the D ” that was the output lines?and why Blue and violet, why not Violet and Blue?  Just by the order they appear?  So I can understand it myself the next time with another custom indicator I will study? Jean-CharlesFrom Montreal (Quebec) Canada

Until Pago answers, what I do is ……with indicator on the chart I move cursor over whatever line and a tiny box opens that tells you whether its value1 or say value3 or whatever valueX. Then you know which ones in custom indicator setup window you are interested in that same order. Hope that helps,
ジェリー

0

JC・サヴァール

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

プロフィールを表示

13年前 #122379

or Mark….

0

Pago

Customer, bbp_participant, community, 83 replies.

プロフィールを表示

13年前 #122381

You can do it like batch それ has written. You can also see the values in the data window. In the next step I create a simple long and short condition verify this values in a backtest.

Then you can see if the EA will open trades at the crossover. If not I use the trial そして error system with the other values 😉

 

 

 

ファイル 31.07.png31.07.png

 

 

 

Cezar

 

 

Thank you very much Pago.  It is much appreciated the images and explanations.

 

You have gaven me the answer but I won’t be able to reproduce this knowlegde with another custom indicator…

 

The question : How did you knew it was ” K and the D ” that was the output lines?

and why Blue and violet, why not Violet and Blue?  Just by the order they appear? 

 

So I can understand it myself the next time with another custom indicator I will study?

 

Jean-Charles

From Montreal (Quebec) Canada

 

0

マーク・フリック

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

プロフィールを表示

13年前 #122521

こんにちは、,

 

it is as Cezar said – you can find out which output value belongs to which line by looking at the lines in the chart and the indicator values in Data window.

 

When indicator has more output values than lines it is little bit tricky, you have to look at the values carefully – for example

look where blue line is above red one, also the output value belonging to blue should be bigger than output value belonging to red line.

 

マーク

マーク
StrategyQuantアーキテクト

0

JC・サヴァール

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

プロフィールを表示

13年前 #122532

Thanks everybody!

0

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