Pages:
Author

Topic: Free Auto Trading Bot Poloniex and Bittrex integrated - page 2. (Read 6876 times)

newbie
Activity: 59
Merit: 0
I think this is a general problem in atb(auto trading bot) projects, when the market catches upside down, the decisions the boat will make or the way the orders work is in the wrong direction. In a day when the market is full of greens and in a day when there are really good sales and purchases, these atb are good with good capital. but what happens to the performance of the atb when the market turns red when the situation is reversed? for example, how did your atb perform transactions when yesterday's bitcoin and other coins started dropping? Can you share a few examples of the your atb's processes yesterday?





To solve this problem i added stop loss property and improved it.
sr. member
Activity: 476
Merit: 300
I think this is a general problem in atb(auto trading bot) projects, when the market catches upside down, the decisions the boat will make or the way the orders work is in the wrong direction. In a day when the market is full of greens and in a day when there are really good sales and purchases, these atb are good with good capital. but what happens to the performance of the atb when the market turns red when the situation is reversed? for example, how did your atb perform transactions when yesterday's bitcoin and other coins started dropping? Can you share a few examples of the your atb's processes yesterday?



newbie
Activity: 59
Merit: 0
SMS integration soon
newbie
Activity: 59
Merit: 0
Bugs fixed
newbie
Activity: 29
Merit: 0
too bad ....

i wish you good luck selling the bot, meanwhile i found gekko https://github.com/askmike/gekko also a bot you can install @home for automated trading (and more ..)
newbie
Activity: 59
Merit: 0
Bot is not for free anymore. Contact me if you want to buy
newbie
Activity: 59
Merit: 0
Hi people. I thought people would support this kind of free projects. But i saw people always want to get. Not give. So not any donation.

I decided to sell the bot and delete from github.

Have a nice day
full member
Activity: 434
Merit: 100
Really nice bot with good design.. Hope it's what I have been looking for.
full member
Activity: 260
Merit: 102
Does it still make sense to let run a bot on Poloniex? The service of polo seems to be in serious trouble. Or are there still positive experiences?

On the contrary, people have been having negative experiences with bittrex api due to their connection problems lately... I've heard several bot users complain about this. So yes, Polo is rumoured bad but I for a fact know that bittrex is not so good either. Yet, I am conifdent they are going to upgrade their servers according to their needs, soon.
full member
Activity: 168
Merit: 100
$dbh->prepare('SELECT * FROM users WHERE username = "'.$_POST['username'].'" AND password = "'.$password.'"');

Thank you for comment. Users install it to their server. So it can be close system.

But i am open for suggestions for SQL injection

I believe in PHP you can use '?' in the prepare statement part and later user bind to assign either a string or integer to each item.  For instance your line would become


Code:
$select = $dbh->prepare('SELECT * FROM users WHERE username = ? AND password = ?);
if (!$select->bind_param ("ss", $_POST['username'], $_POST['password'] ) do_error_handling_and_exit();
if (!$select->execute ()) do_error_handling_and_exit();



Thank you. Still waiting for comments from other users. I started to work for bittrex.

Bittrex is a good plateform, good luck Wink
newbie
Activity: 59
Merit: 0
Git Updated:

Buy types updated. Dump changed to Price (-). Pump changed to Price (+). Volume (+) and Volume (-) added.

So you can add rules according to volume change.
newbie
Activity: 59
Merit: 0
Hi, i like this project and i have read a part of the code. Good the folder on github, very clearly.
Tomorrow i want try it.
Can i use it in my local machine ?
Thank you in advance for the reply.


Hi, thank you. Localhost may cause some problems on cronjob. So, server is better.
member
Activity: 72
Merit: 10
Hi, i like this project and i have read a part of the code. Good the folder on github, very clearly.
Tomorrow i want try it.
Can i use it in my local machine ?
Thank you in advance for the reply.
hero member
Activity: 909
Merit: 508
Does it still make sense to let run a bot on Poloniex? The service of polo seems to be in serious trouble. Or are there still positive experiences?
newbie
Activity: 29
Merit: 0
Thank you. Still waiting for comments from other users. I started to work for bittrex.

if you got this working for bittrex that would be great!

Bittrex bot is in progress but i think it won't be for free. Because nobody donated this one. Sad

i think people are willing to donate, after they have seen a working version of the bittrex bot (at least, i would...)
newbie
Activity: 59
Merit: 0
Thank you. Still waiting for comments from other users. I started to work for bittrex.

if you got this working for bittrex that would be great!

Bittrex bot is in progress but i think it won't be for free. Because nobody donated this one. Sad
newbie
Activity: 29
Merit: 0
Thank you. Still waiting for comments from other users. I started to work for bittrex.

if you got this working for bittrex that would be great!
newbie
Activity: 59
Merit: 0
$dbh->prepare('SELECT * FROM users WHERE username = "'.$_POST['username'].'" AND password = "'.$password.'"');

Thank you for comment. Users install it to their server. So it can be close system.

But i am open for suggestions for SQL injection

I believe in PHP you can use '?' in the prepare statement part and later user bind to assign either a string or integer to each item.  For instance your line would become


Code:
$select = $dbh->prepare('SELECT * FROM users WHERE username = ? AND password = ?);
if (!$select->bind_param ("ss", $_POST['username'], $_POST['password'] ) do_error_handling_and_exit();
if (!$select->execute ()) do_error_handling_and_exit();



Thank you. Still waiting for comments from other users. I started to work for bittrex.
s2
full member
Activity: 198
Merit: 123
$dbh->prepare('SELECT * FROM users WHERE username = "'.$_POST['username'].'" AND password = "'.$password.'"');

Thank you for comment. Users install it to their server. So it can be close system.

But i am open for suggestions for SQL injection

I believe in PHP you can use '?' in the prepare statement part and later user bind to assign either a string or integer to each item.  For instance your line would become


Code:
$select = $dbh->prepare('SELECT * FROM users WHERE username = ? AND password = ?);
if (!$select->bind_param ("ss", $_POST['username'], $_POST['password'] ) do_error_handling_and_exit();
if (!$select->execute ()) do_error_handling_and_exit();

newbie
Activity: 29
Merit: 0
sounds interesting, will give it a try.
can i use it as a testing demo on my local server ?
Pages:
Jump to: