Bitcoin Forum
May 09, 2024, 06:51:51 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: BTC-e day trading strategies  (Read 2393 times)
eronyx (OP)
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
December 20, 2013, 12:33:44 PM
 #1

Hello Everyone

I am an experienced MT4 programmer and from time to time trader. Recently I noticed that Btc-e provide MT4 real accounts so I thought it will be a great idea to develop some robots, back-test them and go with the one which are working best, besides that you are actually buying crypto currency there is hard to go bankrupt - you could only loose investments if not invested properly.

From some feedback https://bitcointalk.org/index.php?topic=361466.0 on this forum I found that there are not really happy clients of real accounts, and from my experience I know MT4 can be very easy manipulated in background, either providing wrong data or delaying the price,m or giving a bigger price and so on.

My Goal:
Long-term profits from crypto using automated robots

My idea:
Will start developing some strategies on MT4, use that for backtest and forward test, then will re-write them into stand alone Software using BTC-e API

Strategies to try:
grid - trading : has some potential since we will buy some real stuff, and on 1:1 leverage we can hold them longer time
EMA crossover : this one could be a very good risk:reward strategy from other posts which I saw on forum
Volume trading : has really good potential since we can see the order books
others to come ...

Notes:
Since BTC-e charges 0.2% per transactions that means it will be 0.4% per one "trade" = buy + sell, this is kind of a big "spread" but in the same time the lowest one on crypto currencies

Anyone willing to share their experience feel free !
1715237511
Hero Member
*
Offline Offline

Posts: 1715237511

View Profile Personal Message (Offline)

Ignore
1715237511
Reply with quote  #2

1715237511
Report to moderator
1715237511
Hero Member
*
Offline Offline

Posts: 1715237511

View Profile Personal Message (Offline)

Ignore
1715237511
Reply with quote  #2

1715237511
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715237511
Hero Member
*
Offline Offline

Posts: 1715237511

View Profile Personal Message (Offline)

Ignore
1715237511
Reply with quote  #2

1715237511
Report to moderator
1715237511
Hero Member
*
Offline Offline

Posts: 1715237511

View Profile Personal Message (Offline)

Ignore
1715237511
Reply with quote  #2

1715237511
Report to moderator
cyhiggi
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
December 20, 2013, 12:36:25 PM
 #2

how much for the script ?
eronyx (OP)
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
December 20, 2013, 01:02:53 PM
 #3

how much for the script ?

I am not selling anything - I am just trying to make it work Smiley and will be more then happy to share the results with public

Look at this Fibo on H4 chart - one way or another the price moves around those levels and this is interesting to exploit

https://i.imgur.com/zWaAfKv.png

Smiley
eronyx (OP)
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
December 27, 2013, 08:55:34 AM
 #4

Update on Fibonacci Levels and how they prove to work on Bitcoin as well

Daily Chart

750 Level looks to be an important one  (50% retracement + 61.8% retracement)

https://i.imgur.com/cWrsGaK.png

H4 Chart we can see it closer

https://i.imgur.com/KVH4uxN.png

good luck trading Smiley

eronyx (OP)
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
January 03, 2014, 06:39:51 PM
 #5

Fibonacci Levels prove that they work in bitcoin trading on BTC-e as well

$750 level looks to be an important one and we saw that we had a breakout of that level all the way to $830 and we could go more uptrend

updated image:
https://i.imgur.com/xHvuGtw.png
eronyx (OP)
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
January 08, 2014, 02:31:46 PM
 #6

update on the charts

these levels are so powerful !!!

made some good money on those

https://i.imgur.com/cxyuvle.png
eronyx (OP)
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
January 10, 2014, 11:17:10 AM
 #7

A very nice resistance levels for couple of days

https://i.imgur.com/7Xes2JA.png

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
yahma
Newbie
*
Offline Offline

Activity: 43
Merit: 0


View Profile
January 10, 2014, 07:06:04 PM
 #8

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?
daybyter
Legendary
*
Offline Offline

Activity: 965
Merit: 1000


View Profile
January 10, 2014, 08:51:50 PM
 #9

When you want to turn yout strategy into a standalone software, let me know. I work on similar stuff and already got something running.

VOC_Bitpirate
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
January 10, 2014, 10:51:02 PM
 #10

Hi,

I am a bit of a noob, but I was thinking the same thing, it would be awesome if you could create a tool that would automatically trade for you based on some kind of algorith, / technical analysis.

Curious to hear about your progress
2tights
Sr. Member
****
Offline Offline

Activity: 308
Merit: 251

I like big BITS and I cannot lie.


View Profile WWW
January 10, 2014, 11:27:16 PM
 #11

Hi,

I am a bit of a noob, but I was thinking the same thing, it would be awesome if you could create a tool that would automatically trade for you based on some kind of algorith, / technical analysis.

Curious to hear about your progress

These are out there and being used by many people.
eronyx (OP)
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
January 11, 2014, 04:41:47 PM
 #12

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
eronyx (OP)
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
January 11, 2014, 04:43:21 PM
 #13

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?
daybyter
Legendary
*
Offline Offline

Activity: 965
Merit: 1000


View Profile
January 11, 2014, 05:15:08 PM
 #14

No Fibonacci. I used Java.

eronyx (OP)
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
January 11, 2014, 05:24:11 PM
 #15

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

daybyter
Legendary
*
Offline Offline

Activity: 965
Merit: 1000


View Profile
January 11, 2014, 06:27:19 PM
 #16

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.

eronyx (OP)
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
January 11, 2014, 07:50:25 PM
 #17

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

daybyter
Legendary
*
Offline Offline

Activity: 965
Merit: 1000


View Profile
January 11, 2014, 08:10:19 PM
 #18

If you want to discuss things, you can add me on skype. Nick is daybyter.

crazy.frankie
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
January 11, 2014, 09:42:06 PM
 #19

Guys, take me with you  Roll Eyes

eronyx (OP)
Newbie
*
Offline Offline

Activity: 31
Merit: 0


View Profile
January 12, 2014, 10:14:25 PM
 #20

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
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!