https://github.com/kitaco/coinprice/blob/master/coinprice.tcl I have this API ( https://bittrex.com/api/v1/public/getmarketsummaries ) where the index of the values I am trying to get, keeps changing. I have set cloaklast [dict get [lindex [dict get $bittrex result] 28] Last] right now, and the 28 k...