Posted By: weltmeister
Enable Glypher's debugging tooltip which will give some cryptic information on it's decision making process. Post a screenshot tohttp://up.norganna.org/of the tooltip so we can figure it out.
if (make > 0 or hardminstock) and ((make + currentAuctions) < minstock) then make = (minstock - currentAuctions) endBy the time Glypher has gotten to this line, it's already determined how many it wants to make based upon sales ("make"), and if it's profitable (this block of code is wrapped within the profitability logic). currentAuctions is actually your current stock - it's an old variable name from before I took over Glypher maintenance.make = floor(bcSold/history * stockdays + .5)Where bcSold is the quantity sold during your "Considered Sales" (which is called "history" here).Due to this, I would increase your Considered Sales to the number of days your sales has been much better, and continue increasing it over time. All of your configurations seem a bit low, but I'm guessing that might be to avoid a "runaway Glypher".My sales over the past couple of days have been much better.Posted By: chikchik
Yes, but..So, setting my Considered Sales to 31 should pick up any sales in the past month.Posted By: chikchik
having your Considered Sales will make your average daily sales 1/31. If you've just recently started ramping up your glyph business, you should set your Considered Sales to reflect the number of days since you started ramping up, and increase your Make New to create enough glyphs that you will jump start your sales history by the time you run out. For example, if you have your considered sales set to 14, and days to stock set to 2, your Make New should be set to at least 7 to assure that you'll make more ((7/14*2+.5) <- see next line).<br />
If I sold 1 of 2 Circle of Healing in the past 3 days, shouldn't Glypher suggest that I make one in my MinStock is set to 2, MakeNew is set to 1?
Circle of Healing Tooltip
(sales over your considered sales period / considered sales period) * days to stock + .5Note: Josquin is the only alt listed in the AltList, MuleAli is an alliance toon.
I'm not sure how my Valuation Method changes the "make" suggestions.Posted By: chikchik
I have the Valuation Method set to:
100 Current Model <- set to Glypher<br />51 Sales History
22 Market Price
TotalWeight = 173 (100+51+22)
GlyphWorth = (priceCurrentModel * (100/TotalWeight)) + (priceMarket * (22/TotalWeight)) + (priceSales * (51/TotalWeight))You might consider leaving hardminstock on until you've got some solid sales history.The two glyphs shown in the ATSW window are the only suggestions with hardminstock turned OFF.Posted By: chikchik
I'm not sure why this is happening. Recording sales is a function of Beancounter - I'm not familiar with any issues it may be having recently.I also noticed that the BC data is 3 days old even though there have been sales since May 1st.Posted By: chikchik
It looks like you're new here. If you want to get involved, click one of these buttons!