You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: haas-production-flex-numbers/hs.signal-helpers.def.lua
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,11 @@ function GetUnanimousSignal(signals) end
108
108
--- @returnEnum Returns SignalLong, SignalShort, SignalExitPosition or SignalNone when there is a consensus or SignalNone when there is not. Output Suggestions: Equals, DoSignal, PlotSignalEnum, ConvertSignal, MapSignal, IgnoreSignalIf, UseSignalIf, ReverseSignal, SignalWeight, SignalToBool, SignalMapper, SignalProperties, GetWeightedConsensusSignal, GetUnanimousSignal, GetConsensusSignal, IndicatorContainer, TradeBotContainer
109
109
functionGetWeightedConsensusSignal(longWeight, shortWeight, exitWeight, signals) end
110
110
111
+
--- Uses hindsight to tell if its the best moment to long or short
112
+
--- @paramperiodnumber | number[] Hindsight view period length. Suggestions: Input
Copy file name to clipboardExpand all lines: haas-production/hs.signal-helpers.def.lua
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,11 @@ function GetUnanimousSignal(signals) end
108
108
--- @returnEnum Returns SignalLong, SignalShort, SignalExitPosition or SignalNone when there is a consensus or SignalNone when there is not. Output Suggestions: Equals, DoSignal, PlotSignalEnum, ConvertSignal, MapSignal, IgnoreSignalIf, UseSignalIf, ReverseSignal, SignalWeight, SignalToBool, SignalMapper, SignalProperties, GetWeightedConsensusSignal, GetUnanimousSignal, GetConsensusSignal, IndicatorContainer, TradeBotContainer
109
109
functionGetWeightedConsensusSignal(longWeight, shortWeight, exitWeight, signals) end
110
110
111
+
--- Uses hindsight to tell if its the best moment to long or short
112
+
--- @paramperiodnumber Hindsight view period length. Suggestions: Input
Copy file name to clipboardExpand all lines: haas-staging-flex-numbers/hs.signal-helpers.def.lua
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,11 @@ function GetUnanimousSignal(signals) end
108
108
--- @returnEnum Returns SignalLong, SignalShort, SignalExitPosition or SignalNone when there is a consensus or SignalNone when there is not. Output Suggestions: Equals, DoSignal, PlotSignalEnum, ConvertSignal, MapSignal, IgnoreSignalIf, UseSignalIf, ReverseSignal, SignalWeight, SignalToBool, SignalMapper, SignalProperties, GetWeightedConsensusSignal, GetUnanimousSignal, GetConsensusSignal, IndicatorContainer, TradeBotContainer
109
109
functionGetWeightedConsensusSignal(longWeight, shortWeight, exitWeight, signals) end
110
110
111
+
--- Uses hindsight to tell if its the best moment to long or short
112
+
--- @paramperiodnumber | number[] Hindsight view period length. Suggestions: Input
Copy file name to clipboardExpand all lines: haas-staging/hs.signal-helpers.def.lua
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,11 @@ function GetUnanimousSignal(signals) end
108
108
--- @returnEnum Returns SignalLong, SignalShort, SignalExitPosition or SignalNone when there is a consensus or SignalNone when there is not. Output Suggestions: Equals, DoSignal, PlotSignalEnum, ConvertSignal, MapSignal, IgnoreSignalIf, UseSignalIf, ReverseSignal, SignalWeight, SignalToBool, SignalMapper, SignalProperties, GetWeightedConsensusSignal, GetUnanimousSignal, GetConsensusSignal, IndicatorContainer, TradeBotContainer
109
109
functionGetWeightedConsensusSignal(longWeight, shortWeight, exitWeight, signals) end
110
110
111
+
--- Uses hindsight to tell if its the best moment to long or short
112
+
--- @paramperiodnumber Hindsight view period length. Suggestions: Input
0 commit comments