algorithm-trading icon indicating copy to clipboard operation
algorithm-trading copied to clipboard

I don't understand why you need algo files when js would be just fine

Open totty90 opened this issue 10 years ago • 4 comments

totty90 avatar Mar 17 '15 16:03 totty90

That was a bad decision. Hard to change now :/

pinhopro avatar Mar 18 '15 08:03 pinhopro

I've noticed this and other issues. I would suggest to look into webpack + gulp to improve your code structure.

Also another tip would be to use standard names for things. For example classes are named like this: MyBot.js´ and notmy_bot.js. Also the instance of the class is like thisvar myBot = new MyBot()`.

I also don't understand the methods and properties with a ending _. I use these coding practices:

  • Private method/property: __myMethod;
  • Protected: _myMethod;
  • Public: myMethod;

totty90 avatar Mar 18 '15 09:03 totty90

Hi @hems, can you tell me what's going on about the "API" link? I didn't have any problems, could you create an issue on our frontend repository?

Regarding the algorithm trading, we're currently working on a client javascript sdk and a better interface to run algorithms that enables you running them on a local server...

cesardeazevedo avatar Sep 07 '16 01:09 cesardeazevedo

@cesardeazevedo when i click "API" on https://foxbit.exchange it just links me to a #, i didn't check the other websites. Probably not a blinktrade problem, my bad!

hems avatar Sep 07 '16 15:09 hems