How do I reduce calculation time?

Forums ProRealTime English forum ProBuilder support How do I reduce calculation time?

Viewing 8 posts - 1 through 8 (of 8 total)
  • #93642

    See attached. I get this every time I change my indicator. I only want this to calculate on the current days data so the rest of the chart does not matter.

     

    Thanks.

    #93644
    #93670

    https://www.prorealcode.com/documentation/calculateonlastbars/

    Thanks for the answer. What if I only want to start calculating from the start of the day? That code specifies 200 bars but there might be more in my day profile.

    Thanks.

    #93709

    Maybe if you can provide a link to where I can find the code for the indicator in the library or the actual code of the indicator then it might be easier to see if your request is possible. It might be possible using MTF and GRAPHONPRICE using a dummy strategy but without the code it is difficult to be certain.

    The other option is to work out how many candles there are in a day for the time frame that you use and then only load the indicator for that number of bars so you have the last 24 hours only. As I don’t know the workings of the indicator or what time frame you use it on it is not possible to know if this will actually work or give accurate results.

    #93744

    Here is the code. I’m still learning so please excuse the poor coding skills.

     

    I basically pull statistics from a SQL database and then hard code them into the indicator (which I will update weekly.)

     

     

    #93771

    To be honest with you it isn’t what I would call a slow to draw indicator in the first place! However try this little modification that speeds it up a little:

     

    1 user thanked author for this post.
    #93778

    @Grantx are you doing a load of other stuff (games maybe?) on your PC at the same time as you get the Caculating message?

    If Yes or I could be, then maybe not enough CPU power left to do a fast Calc (without screen message) while loading Indicators??

    Just thoughts / ideas anyway.

    #93818

    @Vonasi thanks. That made the difference. I am not seeing that message anymore.

    @GraHal nothing else besides Chrome and the PC is well specced so it should handle this simple code with ease.

     

    Thanks for the help.

    1 user thanked author for this post.
Viewing 8 posts - 1 through 8 (of 8 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login