Hi
When I download the quotes from Yahoo everything is fine. However, when the scripts converts these quotes to the Quotes.csv file, then every name of the shares containin a dot e.g. DANSKE.CO is being converted to DANSKE,CO. I suspect it has to do with my decimal seperator set to , in the psConfig. Could you help me out how to solve this issue? Thanks.
Comments
THis is a known limitation in current scripts. Could you please try this fix - for each symbol that has this problem, could you please specify FactorHistory, FactorIntraDay
For example in psConfig.txt Yahoo list now you might have symbol: change this to: Having factor changes how decimal separator is applied - instead of beeing applied to file, it is applied to amount after adjusting for a factor.
Let me know if you still have issues after this adjustment.