//Buy entry longEntryCondition = close > nz(longEntryCondition[1],open) and (close - open)[1] > 0 if longEntryCondition and not nz(longExitCondition[1],false) strategy.entry("Long", strategy.long, comment="Buy")
//Stoploss stopLevel = open - (open - close)[1] if longEntryCondition strategy.exit("StopLoss", "Long", stop=stopLevel, comment="StopLoss")
La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.