読み取り専用

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

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

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

ご参加ください Discord YouTube

ボリンジャーバンド

1件の返信

jdowney

顧客、bbp_participant、コミュニティ、12件の返信。.

プロフィールを表示

12年前 #111925

こんにちは,

 

Is there a way to close a trade when the Bollinger Bands winden at a certain percentage.

 

and if Bollinger Bands widen that no trades occur until Bollinger Bands narrow back into ranging level?

 

See attachment screen shot

 

敬具 ジョン.

 

 

ファイル Bollinger.pngBollinger.png

0

マーク・フリック

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

プロフィールを表示

12年前 #123544

こんにちは、,

 

it is possible to define something like this, but the rules you mentioned are not very exact. 

BB widen at certain percentage of what?

 

In any case, you can use also +, -, * in your conditions, so you are able to define this. They are available in Functions.

 

So your condition could be like:

 

IF (Bollinger Band(…, Upper) – Bollinger Band(…, Lower)) > 2 * ATR(10)

 

すべてのポジションを決済する

 

this means that if BB range is bigger than 2 * ATR(10) it will close all positions.

 

You can use different comparison, for example  you can use Bollinger bands range from the past instead of ATR. 

 

マーク

マーク
StrategyQuantアーキテクト

0

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