Kiril

Results 13 comments of Kiril

I can use creds from env files and enter via pma to database. I can create entity and update schema inside of php container, so mysql works. But symfony app...

Sure I had checked it. Trying to init database for symfony from php container. ``` root@33c2370b0890:/var/www/symfony# sf doctrine:database:create [Doctrine\DBAL\Exception\ConnectionException] An exception occured in driver: SQLSTATE[HY000] [2002] Connection refused [Doctrine\DBAL\Driver\PDOException] SQLSTATE[HY000]...

So, I understand my mistake and adjust database in .env. After execute `docker exec -it gtrader_php_1 bash` and inside of container ``` root@809c749d8270:/gtrader# php artisan bots:run [ErrorException] array_merge(): Argument #1...

Hi. Thanks for quick response. I did update, but still get error ` root@f6ac683d451b:/gtrader# su -c "php artisan bots:run" gtrader ` ` [ErrorException] array_merge(): Argument #1 is not an array...

Yes. Now it works and I just need to adjust correct API. Thanks. `Wrong API interface`

> Basically the logic is: the strategy emits a signal (either short or long) which you can display on the chart using the Signals indicator. How I can recognize the...

SPA I mean - single page application.

Did you think about to clear data in inputs into neural network, I mean remove extremums as first step? This is the first step in usual data mining process. Maybe...

Ah yes, this is very close is what I mean. Like this way how you implement the system.

Is this looks like successful strategy? ![screenshot-30-15-07](https://user-images.githubusercontent.com/3836872/28753880-d847758e-7564-11e7-8750-d96cdea4f9c1.png) I don't know if "Balance" indicator is implemented correctly. I try to understand logic, but I can't handle app architecture in general.