it would be great if PP-preferences could include a set of default values for the 10 parameters of the JSON quote provider–there is a lot of fields and they are typically very techy.
Also, being able to set a preferred quote provider in the first place would be great.
Currently I perform both of this by programmatically editing the XML file. It works, but it is brittle and breaks on occasional schema changes.
Default values won’t help much since there is no JSON standard. Every JSON source can decide what ever they want as values. But the PopUp over the “i” gives you an idea:
(sorry, had to delete some images due to forum restrictions for new users)
Excactly because there is no standard is why I would consider it helpful to have them in Help→Preferences…, so that each user can configure defaults if needed. If someone uses a JSON source at all, chances are that there is a preferred one (maybe custom-made) which requires the same params over and over again:
Editing programmatically means going through the XML-serialized PP database (~88MB in size, ~1.7 million lines) by (Python-)code to synchronize a large number of positions with my actual portfolios. Manual copy/edit is just not an option for me:-(