xjustin wrote: > In my code, you can see the method > updaetIndicatorsExectue(OptimizerRunner, > LinkedList<Strategy>, QuoteHistoryBars , > MidPointHistory ) > which wraps updaetIndicatorsExectueGridified, which executes > List<Strategy>, after upadting indicators. > My system has both TA and FA indicators and not all indicators need to > be updated according to strategy parameters. > So I put strategy-parameter dependent part into one methods.
Did you put the data locally to each node or did you let GridGain serialize the whole market snapshots over the nodes? What is your time ratio? (1 thread locally / X remote nodes ) In the case you let GridGain serialize the whole data, how much time it took to serialize it? -- Florent, --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JBookTrader" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jbooktrader?hl=en -~----------~----~----~----~------~----~------~--~---
