1 (edited by geektrader 2023-09-02 01:53:48)

Topic: [Bug] Can´t remove data under "My data"

Hi Mr. Popov,

in Expert Advisor Studio v23.8.16 nothing happens if clicking "remove" on any symbol under "My data".

Additionally, if uploading new history data for a symbol that already exists in "My data", the new data is only used one time, afterward it´s using the old data again. Seems like a big bug to me.

Can you please fix this?

Thank you :-)

Re: [Bug] Can´t remove data under "My data"

Thank you for the report!

The problem was that EA Studio requested Data Source information in a way that allowed the browser to cache it.
I explicitly set it to request Data Source info without caching.
Now it works as expected.

Please reload EA Studio with Ctrl + F5.