Marco Barseti / Publications
Forum
see previous declaration of 'cnt'
error: declaration of 'cnt' hides global variable double FindLastSellPrice() { double oldorderopenprice; int oldticketnumber; double unused = 0 ; int ticketnumber = 0 ; for ( int cnt = OrdersTotal () - 1 ; cnt >= 0 ; cnt--) { OrderSelect (cnt, SELECT_BY_POS, MODE_TRADES); if