GithubHelp home page GithubHelp logo

albertosantini / argo Goto Github PK

View Code? Open in Web Editor NEW
268.0 40.0 99.0 5.31 MB

Quest in pursuit of the Golden Fleece in Forex chaos

Home Page: https://argo.js.org

License: MIT License

JavaScript 98.70% HTML 0.75% CSS 0.54%
trading forex fxtrade oanda

argo's Introduction

Hi there ๐Ÿ‘‹

She sat behind the black pieces and said carefully in Russian, "Would you like to play chess?" 

-- Walter Tevis, The Queen's Gambit, 1983

argo's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

argo's Issues

Problems on Mac

I had a small problem starting Argo on Mac. I got error "env: node\r: No such file or directory"

The problem appears to be dos line endings on the javascript file.

The solution for Mac users is to run dos2unix on the argo-trading file in /usr/local/..../bin/

More details are here

This may apply to Unix installations as well.

Error when stop loss and take profit are expressed in pips

Hi Alberto,

When you open order dialog and choose vm.measure = pips the api returns error because of in-appropriate stop or take profit.

I noticed that in client/app/charts/order-dialog.js you have initialised vm.measure = "price", however, in the template this value can be either "price" or "pips".

I think that order-dialog.js needs to be re-written around line 109 to 123 or around line 55 to 67 such that when vm.measure = "pips" then take profit, stop loss and trailing stop are calculated in price and send to putOrder instead of in pips. The calculation will be slightly different for JPY crosses.

Would you do this or you want me to send you a PR for this?

Thanks

SO.

installing argo

Hi Albertosantini

I have fork and cloned the argo repo locally and trying to do "npm install" from within the directory where I cloned the repo into. I am getting an error stating the rebuild failed at "[email protected] install script". Its like its a problem with the node-svm package.

Can you please guide towards a solution so I can grunt serve this tool locally and take a look at your work?

Thanks

SO

$ argo-trading : No such file or directory

hello

I have installed Argo using npm install -g argo-trading - and it installs like normal npm applications.

But when I try to run it, using argo-trading I just get:

No such file or directory

Other node apps such as grunt and yo are working.

Any idea what I am doing wrong?

Im using Ubuntu 15.04

Interest in contributing to this project

Hi Alberto,

I really like this project and will like to learn from it by taking the time to contribute to it.

What aspects of this project do you think will benefit from contribution from others?

Happy if you let me know.

Cheers

SO

Does not start on Mac

$ npm install -g argo-trading
$ argo-trading
env: node\r: No such file or directory

I'm a beginner in Angular and would like to learn from you projects, some guidelines to start the system?

Electron

The stand alone app will not run without electron but electron fails to install on my linux mint 32bit i686 architecture (complains about not being able to make some directories, even when npm install -g electron is run as a superuser).

SyntaxError: Unexpected end of JSON input after token input

Hello, I just installed argo-trading via npm as described on a VPS I own. I executed argo-trading and get connected to the machine at port 8000. page displays and I enter the token for the practice environment, but the page stucks "loading" and on the console I see the error: SyntaxError: Unexpected end of JSON input

I already tested the token by interfacing directly to Oanda APIs and it works fine.
I use npm-3.10.8 on a CentOS 7.2 linux box.

thanks so far for the support

TradingView?

Hi there, this project looks a little slim, but looks promising. I was wondering if you could contact [email protected] to see if they would allow you some kind of solution that you could add to this project. This will allow a very similar experience to TradingView itself, but with much more and unrestricted broker integration.

I lost my Token

Sorry, for my newbie question but where i can find access token?

2017-06-23 0 20 14

Error messages upon launching on GNU/Linux

After installing with "npm install -g argo-trading", the application won't work because /usr/bin/algo-trading has the problem with Windows termination character. I didn't check /usr/bin/algo-trading-standalone, but at this point I have reason to believe it may be affected as well. After manually fixing the problem with the script, I get the following error message when launching algo-trading:
`[dario@quadcore ~]$ argo-trading
module.js:442
throw err;
^

Error: Cannot find module '../src/server/app'
at Function.Module._resolveFilename (module.js:440:15)
at Function.Module._load (module.js:388:25)
at Module.require (module.js:468:17)
at require (internal/module.js:20:19)
at Object. (/usr/bin/argo-trading:3:1)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:458:32)
at tryModuleLoad (module.js:417:12)
at Function.Module._load (module.js:409:3)
`

I am using Parabola GNU/Linux.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.