maciejg
maciejg
About
- Username
- maciejg
- Joined
- Visits
- 62
- Last Active
- Roles
- Administrator
- Company Name
- Algodab.com
- Posts
- 11
Comments
-
I would like to ask about the languages supported.
-
This is a piece of JavaScript code to check an individual stock that we're tracking /* * add your own code here */var SPCE= Positions.get("SPCE");if (SPCE!== null) { if (SPCE.currentPrice >= 62.0) { Annotate.flag("SPCE&q…
-
This is a test. (Image) Grafana dashboard, but technically there is no reason why any other dashboard that connects to InfluxDB wouldn't do
-
This is the screenshot of the editor section: (Image)
-
(Quote) # Python script test#NBEV = Positions.get('NBEV')if NBEV is None: Alert.error("NBEV not found in the grid")else: want = 3.55 * NBEV.currentPrice message = '{} price is too low: ${}\nNeeds to be: ${}'.format(NBEV.symbol, NB…
-
Can this be installed on Windows 10 Home?