bwentzloff / trading-bot

Code seen in Cryptocurrency Trading YouTube video here: https://youtu.be/fpqzXgZjSqM
400 stars 262 forks source link

No trading despite what is being shown #27

Open Bobpick opened 6 years ago

Bobpick commented 6 years ago

I have some bitcoin moved to the Margin Trading section of Polo. I ran the program for 8 hours. It shows profits and losses, but there is no action on any of the coins I selected (BTC_LTC).

What would be the right way to log the activity to verify it is indeed working, and from the raw code as provided, how can I get the trades to actually start showing up?

bwentzloff commented 6 years ago

As I said in the video, the lines of code that actually buy and sell on Poloniex are commented out when you first checkout the code.

I did this as a safety precaution so that when people initially checkout the code and are unsure of what they’re doing yet, they don’t end up entering a lot of trades they didn’t want to.

On Oct 20, 2017, at 2:44 PM, Bobpick notifications@github.com wrote:

I have some bitcoin moved to the Margin Trading section of Polo. I ran the program for 8 hours. It shows profits and losses, but there is no action on any of the coins I selected (BTC_LTC).

What would be the right way to log the activity to verify it is indeed working, and from the raw code as provided, how can I get the trades to actually start showing up?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bwentzloff/trading-bot/issues/27, or mute the thread https://github.com/notifications/unsubscribe-auth/AAHH67b5xvz7bCS0YnwPDp9JsEp0skJVks5suPg7gaJpZM4QBJI2.

Bobpick commented 6 years ago

In the video you say to integrate from trading-bot-part-2.py into bottrade.py, but it is not explained how to do so. I keep getting an error that prices is not defined (or words to that effect). any suggestion?

ElanJM commented 6 years ago

try add in prices = []

i already add in all of the code needed and i already have no problem running it, but then after 2 hours of running it profit and losses are shown but nothing happens to the poloniex, even tho i already change what needed to be changed. Please Help