You need to put version number and put with your code, so its easier to paste and check the code. //@version=5 Your strategy entry lines should be as : strategy.entry("Go Long", strategy.long, 100, when = bullCond) strategy.entry("Go Short", strategy.short, 100, when = bearCond) NOTE: 1. You do not...