diff --git a/trade_data/TradeMacro.ahk b/trade_data/TradeMacro.ahk index 40148fec..0bb01a05 100644 --- a/trade_data/TradeMacro.ahk +++ b/trade_data/TradeMacro.ahk @@ -1068,17 +1068,19 @@ TradeFunc_ParseCurrencyHtml(html, payload){ Title .= StrPad("IGN" ,10) Title .= StrPad("| Ratio",20) Title .= "| " . StrPad("Buy ",20, "Left") - Title .= StrPad("Pay",20) + Title .= StrPad("Pay",18) + Title .= StrPad("| Stock",8) Title .= "`n" Title .= StrPad("----------" ,10) Title .= StrPad("--------------------",20) Title .= StrPad("--------------------",20) - Title .= StrPad("--------------------",20) + Title .= StrPad("--------------------",18) + Title .= StrPad("--------",8) Title .= "`n" While A_Index < NoOfItemsToShow { - Offer := TradeUtils.StrX( html, "data-username=""", N, 0, "