Skip to content
#

strategies

Here are 43 public repositories matching this topic...

Superalgos
WenceslaoGrillo
WenceslaoGrillo commented May 29, 2020

Some suggestions to make it easier to run the backend without the front end. Some of these suggestions might be *ix only:

  • a command line parameter to indicate that the back end should start with everything that is pending without waiting for a front end to be available in the browser.
  • some instruction to make it work as a daemon (Linux) or service (Windows) to gain independence from the te

This library for Android will take any set of events and batch them up before sending it to the server. It also supports persisting the events on disk so that no event gets lost because of an app crash. Typically used for developing any in-house analytics sdk where you have to make a single api call to push events to the server but you want to optimize the calls so that the api call happens only once per x events, or say once per x minutes. It also supports exponential backoff in case of network failures

  • Updated Jan 13, 2020
  • Java
PyTrader-python-mt4-mt5-trading-api-connector-drag-n-drop

End-to-End solution connecting Metatrader4 & Metatrader5 💹 with Python with a simple drag and drop EA. Fully tested bug free & efficient solution for live & paper trading Full Documentation ready.

  • Updated Oct 21, 2020
  • Python
sakshi2912
sakshi2912 commented Oct 23, 2020

The current implementation can be run only on Windows.
The problem arises when the optionicon.ico file has to be read by Tkinter.
Linux, however can not use .ico , instead it would require .xbm or .xmp.

Add conditional statements to determine if the OS is windows or Linux and add appropriate statements under each.
You are welcome to add the same functionality for Mac OS as well.

You can f

Improve this page

Add a description, image, and links to the strategies topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the strategies topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.