Peter Malkin

Results 12 comments of Peter Malkin

Thanks for your attention! Although your fix is a good thing to have in the postinst script, the problem I believe lies in a different place. ++ mktemp + TEMP_DEB=/tmp/tmp.CKTygFMdII.deb...

Still happening. The workaround does not help [hadoop@ip-172-31-43-32 ~]$ aws codeartifact login --tool pip --repository ceti --domain ceti-repo pip was not found. Please verify installation. [hadoop@ip-172-31-43-32 ~]$ pip3 install pip...

I had to change my boostrap script to the following to work around the issue: /usr/bin/python3 -m pip install pip --upgrade --no-warn-script-location PATH=$PATH:/home/hadoop/.local/bin aws codeartifact login --tool pip --repository myrepository...

Yes, I am. As a matter of fact, I am currently working on a faster miner for BIS crypto currency. But as far as trading - I was working on...

Sorry, pal, never used a mac in my life :(

Havent been using 2.0. Is it needed? Ping me if you have something in mind

I see. Thanks for doing this. As you can see, I based the bot on oandapy.py - which was the REST-level wrapper around their 1.0 API. So may be its...

No, no bug here. Look, you launch the bot by executing python main.py Therefore main.py is the entry point. Strategy initialization happens in main.py on line 32: https://github.com/PeterMalkin/oandapybot/blob/master/main.py#L32 As you...

Oh, no worries at all. Happy to help if I can

You would need to implement your strategy to have the StopLoss and TakeProfit plugged in correctly. Right now those are not used. But if you were to plug them in,...