Edouard Poitras

Results 9 comments of Edouard Poitras

Currently this is being emulated by using a Above/Below criteria with a technical indicator and a cloned one of Shift(ti, 1).

I'm also looking for a working example of a distributed GraphEngine with multiple servers.

Hey @TaviTruman, thanks for the quick reply. I've tried your configs and am still scratching my head :) To simplify things, I have three servers in the cluster (127.0.0.1:700[0-2]). I've...

Hey @TaviTruman, thanks again for your time. I created a new repository to create a working minimal cluster example: https://github.com/edouardpoitras/TrinityResearch It's basically the DistributedHashtable sample with a few code tweaks...

@TaviTruman excellent! Looking forward to it :+1:

Amazing @TaviTruman - giving it a shot now. I noticed that the projects use GraphEngine v4.0 - that doesn't seem available in the repo. I tried changing the references to...

Any progress on this? I'd love to be able to see a working example of a GraphEngine cluster.

I'm also running into this issue with 3.9.12. Fix was to revert to 3.9.10. Randomly seg faults at different times in my test suite. Seems to be related to the...

If you're just using static methods and aren't making use of the instance variable 'self', then you can try removing it as a parameter entirely: ```python import gossip class MyClass(object):...