Entry condition = True
4件の返信
Have a look at the attached screenshot. Several strats have been created like this with no apparent indy.
Looks like a bug…
0
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
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
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
yes, it is a feature, not a bug 🙂
as Thomas said, it is useful for stop/limit orders.
マーク
マーク
StrategyQuantアーキテクト
0
4件の返信を表示中 - 1 - 4件目 (全4件中)