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
// So until we have a unique ID that is provided on the signal and NBT Hub can track them correctly, we're just going to have to ignore concurrent trades and treat this as a continuation
838
838
if(tradeOpen){
839
839
constlogMessage=`Skipping signal as an existing open trade was already found for ${getLogName(signal)}.`
840
-
logger.error(logMessage)
840
+
logger.warn(logMessage)
841
841
throwlogMessage
842
842
}
843
843
break
844
844
caseEntryType.EXIT:
845
845
// If this is supposed to be a trade exit, check the trade was actually open
0 commit comments