====== 策略&案例 ======
?d is a: trade
?d time [date]: ?t
?d summary: ?s
?d action: ?a
?t >= 2022-01-01
sort {
?t (desc)
}
ui {
概要 {
filter: text
}
交易记录 {
filter: text
}
时间 {
filter: text
}
}
{{NEWPAGE>交易:记录:2022#wiki:templates:tradetemplate}}
{{indexmenu>.#1|msort}}
====== 旧选股策略 ======
?d is a: tradenote
?d time [date]: ?t
?d modified [date]: ?m
?d summary: ?s
?d flag [hint]: ?h
?m < 2022-01-01
sort {
?m (desc)
}
ui {
交易笔记 {
filter: text
}
创建 {
filter: text
}
更新 {
filter: text
}
概要 {
filter: text
}
关注度 {
filter: select
}
}
?d is a: trade
?d time [date]: ?t
?d summary: ?s
?d action: ?a
?t < 2022-01-01
sort {
?t (desc)
}
ui {
概要 {
filter: text
}
交易记录 {
filter: text
}
时间 {
filter: text
}
}