From f1713e74010af9d7801f2497b8b86aee584dec2b Mon Sep 17 00:00:00 2001 From: Manuel Schermuly Date: Fri, 28 Oct 2016 08:05:52 +0200 Subject: [PATCH] added currency stock to currency search --- trade_data/TradeMacro.ahk | 26 +++++++++++++++++++------- trade_data/TradeMacroInit.ahk | 18 ++++++++++++++++-- 2 files changed, 35 insertions(+), 9 deletions(-) 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, "