Setting directory for MarketReports
I did a search but could not find an answer to my question. The MarketReports folder is saved under users/roaming etc. Is there any way to set that folder to something else? I cant seem to find out how to do it. Also I have made a python desktop that monitors the p&l for bets the current day, its pretty basic but works pretty well. But I need to set the MarketReports to be something else than deep in users directory of Windows. Happy to share the code, but a bit uncertain about the code share rules of these forums.
- firlandsfarm
- Posts: 3494
- Joined: Sat May 03, 2014 8:20 am
You can change it in the BetAngel.exe.config file in your Bet Angel Program file ... the line of code is "<add key="ConfigName" value="Bet Angel Professional"/>" but it might be just as easy to directly address it in the Roaming directories.tradewiz wrote: ↑Sat Dec 13, 2025 9:43 pmI did a search but could not find an answer to my question. The MarketReports folder is saved under users/roaming etc. Is there any way to set that folder to something else? I cant seem to find out how to do it. Also I have made a python desktop that monitors the p&l for bets the current day, its pretty basic but works pretty well. But I need to set the MarketReports to be something else than deep in users directory of Windows. Happy to share the code, but a bit uncertain about the code share rules of these forums.
Thank you I got it to work! I made a script that reads MarketReports and reports to a web page (which can easily be done public with cloudfare) if someone wants it I am happy to post it but as I said I am not sure of the posting rules for code. It charts todays cum p/l best venues, win rate etc.
