ボリンジャーバンド
1件の返信
こんにちは,
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
敬具 ジョン.
0
こんにちは、,
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件中)