Strategy | +Action | +Outcome | +
---|---|---|
{{ .StrategyName }} | ++ {{ if eq .Action -1 }} + Sell + {{ else if eq .Action 0 }} + Hold + {{ else }} + Buy + {{ end }} + | ++ {{ if lt .Outcome 0.0 }} + ˅ + {{ else if gt .Outcome 0.0 }} + ˄ + {{ else }} + ˄ + {{ end }} + {{ printf "%.2f" .Outcome }}% + + | +
Asset | +Strategy | +Action | +Outcome | +
---|---|---|---|
{{ .AssetName }} | +{{ .StrategyName }} | ++ {{ if eq .Action -1 }} + Sell + {{ else if eq .Action 0 }} + Hold + {{ else }} + Buy + {{ end }} + | ++ {{ if lt .Outcome 0.0 }} + ˅ + {{ else if gt .Outcome 0.0 }} + ˄ + {{ else }} + ˄ + {{ end }} + {{ printf "%.2f" .Outcome }}% + + | +