読み取り専用

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

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

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

ご参加ください Discord YouTube

Entry condition = True

4件の返信

john99

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

プロフィールを表示

13年前 #111505

Have a look at the attached screenshot. Several strats have been created like this with no apparent indy.

Looks like a bug… 

ファイル Capture4.JPGCapture4.JPG

0

tnickel

カスタマー、bbp_participant、コミュニティ、sq-ultimate、494件の返信。.

プロフィールを表示

13年前 #122418

i think this is a feature. look in the building blocks at the condition always true. this a new rule. thomas

https://monitortool.jimdofree.com/

0

john99

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

プロフィールを表示

13年前 #122419

Thanks Thomas for pointing that out to me…

 

That begs the question; What “condition” is true or false then? Is it based on a coin flip..?

0

tnickel

カスタマー、bbp_participant、コミュニティ、sq-ultimate、494件の返信。.

プロフィールを表示

13年前 #122424

Hi john,

both condition are true.

This feature is usefull if you use Stop buy and Stop sell strategies.

 

 

例えば:

====================================================================
== Entry conditions
====================================================================
LongEntryCondition = true
ShortEntryCondition = true

====================================================================
== Entry orders
====================================================================
— Long entry
if LongEntryCondition is true {
   if No position is open then Buy at Ichimoku(9, 26, 52, Tenkan-sen) + (0.2 * BollingerBand_Range(141, 4, 0)) Stop;
   Stop/Limit order expires after 48 bars.

   Stop Loss = (3.32 * ATR(72)) pips;
   Profit Target = 149 pips;
 

https://monitortool.jimdofree.com/

0

マーク・フリック

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

プロフィールを表示

13年前 #122511

yes, it is a feature, not a bug 🙂

 

as Thomas said, it is useful for stop/limit orders.

 

マーク

マーク
StrategyQuantアーキテクト

0

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