Bitcoin Forum
June 25, 2024, 11:31:16 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Economy / Trading Discussion / Re: Grid Trading Bot for Ltc, Btc and other coins on: January 27, 2014, 08:40:04 AM
Great news guys !!!

Due to the latest volatility we had good profits on the Grid EA Smiley
Now the profits are not as big as many of you expect but for those who know these numbers are very profitable in long run

so let's see the update

LTC/USD  - "conservative mode" for 16 days 5 trades GridSize = $0.9

NMC/USD - "medium mode" for the last 10 days - 14 profitable orders, that is good so far for this pair, GridSize = $0.1

PPC/USD - "aggressive mode" for the last 7 days - 40 profitable orders, GridSize = $0.07 (changed it from $0.03 due to the high volatility)

Overall Profit of Portfolio so far: 5.6%

Conclusions:
When the price will move lower and lower we need to increase grid size so we have enough funds to maintain the DrawDown
2  Economy / Trading Discussion / Re: Grid Trading Bot for Ltc, Btc and other coins on: January 21, 2014, 10:12:18 AM
Just an update on my bot

I've written it in php and now I placed it on 3 "pairs" and 3 different types of modes: conservative, medium, aggressive
Info: profitable orders - orders which were open on one level and close at 3 levels away in profit

LTC/USD  - "conservative mode" for 10 days no trade - it could be because there is not much volatility and the grid size is too big for this pair, but we stick to rules and let it run Smiley  GridSize = $0.9

NMC/USD - "medium mode" for the last 3 days - 4 profitable orders, that is good so far for this pair, GridSize = $0.1

PPC/USD - "aggressive mode" for the last 24h - 2 profitable orders, GridSize = $0.03, with this grid-size on profit I usually get 1.5% - 0.4%(fee) = 1.1% pure profit (3*$0.03/$6), and for now I think this is the lowest acceptable level, we need also to keep in mind that in case of a big down move here we could consume all of our funds to buy ppc


Conclusions:
In future will be much easier to use only 2 variables for this bot:
ProfitPercent - Profit generated from 1 profitable trade for only 1 Size of Order, starting from 0.5% for aggressive mode (note: keep in mind that to this value needs to be added every-time 0.4% transaction fee), this will also help to have less orders if price jumps quickly up, if price jumps quickly down we could use another value for ProfitPercent, but this is another story
Amount Per Level - basically the order size in $
3  Economy / Trading Discussion / Re: Warning: Your Cryptsy estimated balance might be too high. on: January 13, 2014, 02:02:11 PM
I made a thread in alt discussion asking the same. I feel like i have about 1000% the balance i should. i should have less then 1 btc yet it says i have 12.98 atm. It adjusts by little bits and since my balance was at 1.3 at its peak i thought a decimal error was putting it to 13 but that wouldn't explain your balance. this is wierd

EDIT: Someone posted in my thread mentioning the pennies estimate being off. I searched and found another person who had the same issue. Do you hold any pennies? I'm holding around 2.5bil

if you have so many try to withdraw btc and see what happens
4  Economy / Trading Discussion / Re: BTC-e day trading strategies on: January 12, 2014, 10:14:25 PM
Why not just buy on BTC-e and sell on Mtgox immediately?

that is an old issue and story Smiley MTGox takes very long to send you the money . I guess you are not the first who thought of that, I checked that as well and by feedback of others on this forum it takes too long to get the money from MTgox, sometimes even months
5  Economy / Trading Discussion / Re: BTC-e day trading strategies on: January 11, 2014, 07:50:25 PM
In case you want to use java: I released some of my API implementations as opensources already (not yet complete, though):

https://github.com/ReAzem/cryptocoin-tradelib

If you are interested in some form of a collaboration, let me know.


cool
thank you very much, will definitely take a look

as I know java should work fine on MAC, but C# will be only on Win, so for sure will talk to you as soon as have something nice ready Smiley

6  Economy / Trading Discussion / Re: BTC-e day trading strategies on: January 11, 2014, 05:24:11 PM
No Fibonacci. I used Java.


Did not used Java for some time, I will make it either in php for localhost or C#,  maybe java as well Smiley

7  Economy / Trading Discussion / Re: Multiple accounts on BTC-e.com ? on: January 11, 2014, 04:50:36 PM
Having Multiple accounts and trading ALT's with multiple accounts there is no any problem, Problems comes whenever you try something with Fiat, Deposit and Withdrawl could be affacted.

was thinking about the same - when you try to deposit/withdraw fiat could be the issue

and as daybyter mention this is necessary for proper Algorith testing so the funds are not messed between each other

8  Economy / Trading Discussion / Re: BTC-e day trading strategies on: January 11, 2014, 04:43:21 PM
When you want to turn yout strategy into a standalone software, let me know. I work on similar stuff and already got something running.

did you use also Fibonacci?
and on what programming language you developed that?
9  Economy / Trading Discussion / Re: BTC-e day trading strategies on: January 11, 2014, 04:41:47 PM
The problem with Fibonacci's are setting the start & ending points (0/100 levels) are more of an artform than exact science.  What is your idea/method for automatically determining good start/end points for the fibo?

the start point is to have 2 Fibonacci - on on longer period and one on smaller - then we can use the confluence areas as good points, so far I use it only for manual trading since they are quite hard to automate, but working on it Smiley
10  Economy / Trading Discussion / Re: BTC-e auto trading + MT4 for backtests = Holy Grail? or long term investment on: January 10, 2014, 11:17:10 AM
A very nice resistance levels for couple of days



Since today is Friday if nothing will happen in the next hours I think the same will be over weekend and then we will see nice movements as those levels break Smiley
11  Economy / Trading Discussion / Re: Grid Trading Bot for Ltc, Btc and other coins on: January 10, 2014, 11:05:58 AM
K started beta for the bot

Called it AutoCoinBot Smiley, although now it is still not auto 100%, for the testing purposes I made a php script running on local server. I decided to go with a fixed amount of $ for each level - it is easier to track the profit and closing partial of order for profit when price rises.

here is an image of what I have so far



Red levels are the prices and amount I bought there (which means the order is still open - in reality I have that amount in my LTC balance)

Yellow levels are the so called pending orders, if the price will go there it will buy that amount for me

Blue level is where the price is now so I can check visual where it is

Now I am waiting for the price to either go up or down for at least $5 in order to see how all this works

Conclusions> There is a minimum amount for one trade(e.a. 0.1 LTC) and in future this has to be considered when using fee reduction algorithm(more details later). Since this is a long term strategy I do not expect to make a lot of money in the next week - but at least it will provide me the feel if I am in the right direction as backtests show. This strategy is somehow "bullet"-proof because in the end you will end everytime with either $ (more then you had) or coins. It is not like your balance will drop suddenly and you will not have anything
12  Economy / Trading Discussion / Re: Multiple accounts on BTC-e.com ? on: January 10, 2014, 07:52:47 AM
No problem with multiple accounts on one IP. Not sure if multiple can be verified for fiat withdraws, but you can trade cyprtos.


cool- thx for your input
13  Economy / Trading Discussion / Re: Bitcoin Trader that works Offline and is FREE on: January 10, 2014, 07:50:50 AM
Setup a free AWS EC2 instance.


is that from amazon? how it works?
14  Economy / Service Discussion / Re: how to set a stop loss on btc-e? on: January 09, 2014, 05:48:49 PM
thanks guys for the info, anyway I am now a little confused,  which one is the better one to use between meta trader and QT bitcoin trader? Smiley I'm not sure what you mean by "they can hunt my SL"? thanks!

hunting means they will move artificially either the spread or the price o it hits your stop loss and then will move back the price where it was.

I think the best for your purposes is to use QT
15  Economy / Trading Discussion / Re: Multiple accounts on BTC-e.com ? on: January 09, 2014, 04:42:49 PM
As far as i know most people prefer depositing coins, wire transfer takes so long..

thx for your input - thought so - it is easier to deposit coins for multiple accounts Smiley
16  Economy / Trading Discussion / Re: Multiple accounts on BTC-e.com ? on: January 09, 2014, 12:49:26 PM
No problem having multiple accounts, you just need to have a seperate e-mailadres  for each one Smiley

what about deposit? did you deposit USD from the same source or limiting to BTC/ Ltc?
17  Economy / Trading Discussion / Multiple accounts on BTC-e.com ? on: January 09, 2014, 09:53:48 AM
Dear members

did anyone of you tried to have multiple accounts on btc-e.com?

if yes what was the procedure, different IP?

I just want to test few trading strategies and algorithms and do not want to mess between them on the same account

18  Economy / Service Discussion / Re: how to set a stop loss on btc-e? on: January 09, 2014, 09:13:43 AM
If you are going to use MT4 take care because sometimes they can hunt your SL, e.a. specially drive price in that direction in order to close your order and then come back, there are some hidden features available to brokers which have it on MT4 manager

I think the best is to create some kind of bot using the API or that QT thing
19  Economy / Trading Discussion / Re: Question? (Bitcoin Chart - MACD) on: January 09, 2014, 08:36:56 AM
What does it mean when divergence moves up and moves down? I'm new to trading and reading charts, hope my question is explained well enough to get the answers I need. Feel free to correct me where I'm wrong. 😊

http://bitcoincharts.com/charts/btceUSD#rg180ztgSza1gEMAzm1g10za2gEMAzm2g25zxzi1gMACDzvzcv


I think this will answer it better for you Smiley
http://www.investopedia.com/terms/m/macd.asp
20  Economy / Trading Discussion / Re: Bitcoin Trader that works Offline and is FREE on: January 09, 2014, 08:21:52 AM
it's either you place it when you open your PC or you need a VPS with a bot for that

You can not place something offline to wait for a specific price to sell, this already is called online, or I am missing something
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!