PureBytes Links
Trading Reference Links
I need to mark the first 9th bar only and this is not working, why? Thanks, Robert Input:markbar (9); vars:counter(0); If currentbar > 1 and counter=markbar then lot1(L,"Low");