Topics
Replies
eynt
04 Jun 2020, 09:16
RE:
Thank you
Please understand the following problem:
My chart has many indicators, and one of them calls the function LoadMoreHistory many times (on a loop until a specific data is reached). As a result, on each call of the LoadMoreHistory ALL of my indicators are refreshing and reloading themselfs again. This cause the load of the chart to last very long time, even minutes.
What do you suggest to solve this issue?
@eynt
eynt
26 May 2020, 08:45
RE:
Than you
In order to close the position I need to use ClosePosition which takes a parameter of type Position which does not has a constructor and therefor even if I have all the data from the files I can't create a new position instance in order to close the open position.
@eynt
eynt
22 May 2020, 12:14
RE:
Thank you
Unfortuanatlly I did not completly understood the way the SyncObjectsInstance works and therefor do not know how to add the ScrollXBy/ScrollXTo. Perhaps you show me the modifications I need to add to the SyncObjectsInstance itself so it not only sync objects but scrolling as well. I'm pretty sure it's a small change and I could take if from there.
@eynt
eynt
04 Jun 2020, 09:25
RE:
Thank you.
What if each symbol loads an indicator (base on its symbol and a specific time frame. How can I access that from the
Symbol_Tick?
@eynt