if(Position.MarketPosition == MarketPosition.Long && BarsSinceEntryExecution(0, "matthewrenko1long", 0) >= 1 )
because there is another dataseries[1] exists. You would need to use a UniRenko chart. When you execute only 1 entry will fire early in chart. Then it will never close trade since BarsSinceEntryExecution = -1. I read related posts on this forum to get this far. thanks

Comment