Search content
Sort by

Showing 20 of 68 results by Wiss
Post
Topic
Board Trading Discussion
Re: Candles in Tradingview
by
Wiss
on 01/07/2018, 15:51:55 UTC
yes thank I have seen that now too!

another question:

In order to sort these data -> I have to consider the timestamp for the order --> but I get a couple of data in the same millisecond:

28:15 FINE    Added : BTC-ETH Time : 17:28:15.437 Price: 0.07071695 Nounce:17117
01-07 17:28:15 FINE    Added : BTC-ETH Time : 17:28:15.437 Price: 0.07071695 Nounce:17117
01-07 17:28:15 FINE    Added : BTC-ETH Time : 17:28:15.437 Price: 0.07071695 Nounce:17117
01-07 17:28:15 FINE    Added : BTC-ETH Time : 17:28:15.437 Price: 0.07071695 Nounce:17117
01-07 17:28:15 FINE    Added : BTC-ETH Time : 17:28:15.437 Price: 0.07071695 Nounce:17117
01-07 17:28:15 FINE    Added : BTC-ETH Time : 17:28:15.437 Price: 0.07071695 Nounce:17117
01-07 17:28:15 FINE    Added : BTC-ETH Time : 17:28:15.437 Price: 0.07071695 Nounce:17117
01-07 17:28:15 FINE    Added : BTC-ETH Time : 17:28:15.437 Price: 0.07071695 Nounce:17117
01-07 17:28:15 FINE    Added : BTC-ETH Time : 17:28:15.437 Price: 0.07071695 Nounce:17117
01-07 17:28:15 FINE    Added : BTC-ETH Time : 17:28:15.437 Price: 0.07071695 Nounce:17117
01-07 17:28:15 FINE    Added : BTC-ETH Time : 17:28:15.437 Price: 0.07071695 Nounce:17117
01-07 17:28:15 FINE    Added : BTC-ETH Time : 17:28:15.420 Price: 0.07071699 Nounce:17117
01-07 17:28:15 FINE    Added : BTC-ETH Time : 17:28:15.420 Price: 0.0707174 Nounce:17117


which data set should I take when this happens?
Post
Topic
Board Trading Discussion
Re: Candles in Tradingview
by
Wiss
on 28/06/2018, 20:52:56 UTC
Here an other example (ETH/BTC on bittrex exchange time +2h):

28-06 22:47:03 FINE    Added Streamdata: Time : 22:47:02.00000267 Price: 0.07155973 Name: BTC-ETH Nounce:35404 Ordertype: BUY Filltype: null
28-06 22:47:05 FINE    Added Streamdata: Time : 22:47:05.00000080 Price: 0.07155974 Name: BTC-ETH Nounce:35406 Ordertype: BUY Filltype: null
28-06 22:47:10 FINE    Added Streamdata: Time : 22:47:10.00000110 Price: 0.07155976 Name: BTC-ETH Nounce:35411 Ordertype: BUY Filltype: null
28-06 22:47:11 FINE    Added Streamdata: Time : 22:47:11.00000110 Price: 0.07155976 Name: BTC-ETH Nounce:35412 Ordertype: BUY Filltype: null
28-06 22:47:19 FINE    Added Streamdata: Time : 22:47:18.00000830 Price: 0.07155973 Name: BTC-ETH Nounce:35419 Ordertype: SELL Filltype: null
28-06 22:47:19 FINE    Added Streamdata: Time : 22:47:18.00000830 Price: 0.07155974 Name: BTC-ETH Nounce:35419 Ordertype: SELL Filltype: null
28-06 22:47:22 FINE    Added Streamdata: Time : 22:47:21.00000783 Price: 0.07155976 Name: BTC-ETH Nounce:35421 Ordertype: BUY Filltype: null
28-06 22:47:22 FINE    Added Streamdata: Time : 22:47:21.00000703 Price: 0.07141003 Name: BTC-ETH Nounce:35421 Ordertype: BUY Filltype: null

this is to complete stream of the 1 min candle of 22:47:000 - 22:47.999

Tradingview shows a candle with the following value:
Open -->0.07155973 (correct)
High --> 0.07155976 (correct)
Low --> 0.07141003 (correct)
Close -->0.07155976 (NOT CORRECT)
because there was one additional tick with an price of 0.07141003 so the close must be 0.07141003

the strange thing is that tradingview considers the 0.07141003 as low but not as close!

Post
Topic
Board Trading Discussion
Re: Candles in Tradingview
by
Wiss
on 28/06/2018, 18:01:37 UTC
ok thx i checked my implementation once more and I implemented it exactly like you mentioned but there is still a problem - i get the following data:

28-06 19:54:41 FINE    Added Streamdata: Time : 19:54:40.00487 Price: 0.07151 Name: BTC-ETH Nounce:26450 Ordertype: BUY Filltype: null
28-06 19:54:41 FINE    Added Streamdata: Time : 19:54:40.00487 Price: 0.07150999 Name: BTC-ETH Nounce:26450 Ordertype: BUY Filltype: null
28-06 19:54:41 FINE    Added Streamdata: Time : 19:54:40.00487 Price: 0.07150999 Name: BTC-ETH Nounce:26450 Ordertype: BUY Filltype: null
28-06 19:54:41 FINE    Added Streamdata: Time : 19:54:40.00487 Price: 0.07131646 Name: BTC-ETH Nounce:26450 Ordertype: BUY Filltype: null


in this special case the milliseconds are exactly the same - tradingview ignores the last 3 updates and shows an price at 0.07151 in my view the price should be 0.07131646 (and this causes my problem at the open and close)

any ideas on this?
Post
Topic
Board Trading Discussion
Re: Candles in Tradingview
by
Wiss
on 28/06/2018, 09:17:21 UTC
ok thx I have the stream and all data but I can not build exact the same candle like in trading view - I have problems of close and open

take first buy/sell trade price, this is candle open price
take last buy/sell trade price, this is candle close price
take maximum of trades prices, this is candle high price
take minimum  of trades prices, this is candle low price

So you mean that I dont have to consider if it is a sell or buy right? I will consider all datas....
Post
Topic
Board Trading Discussion
Re: Candles in Tradingview
by
Wiss
on 28/06/2018, 09:03:54 UTC
any candle on tradingview --> if you open for example ETH/BTC on the exchange bittrex the last candle on 09:00 (exchange time) is the following:

Open: 0.07137
High:  0.0714
Low:   0.7096
Close: 0.7096

how is this calclulated?

I get the data stream from bittrex and see all the filled sells and buys but I don't know which data I have to consider in order to have the correct candles like in tradingview.
Post
Topic
Board Trading Discussion
Re: Candles in Tradingview
by
Wiss
on 28/06/2018, 08:47:31 UTC
really?

What I understoood is that it is a BID Candle or a ASK Candle (so I have to consider that trade type) or?

What I read is that the candle is a BID candle so I have to consider just the SELLS or?
Post
Topic
Board Trading Discussion
Candles in Tradingview
by
Wiss
on 27/06/2018, 17:12:05 UTC
Hello,

I am trying to calculate based on ticks data of bittrex candles. I would like to have the same candles like in trading view:

What is the correct calculation?

I get all buys and sells during a minute.

a.) do I have to consider all price update?
b.) or just Sell or Buys and build on that my candles?

If b.) which should I take in order to have the same pattern like in tradingview - Sell or Buy?

thx
Post
Topic
Board Trading Discussion
Bittrex API Market Data
by
Wiss
on 23/06/2018, 19:04:25 UTC
Hello,

I am implemented a bot with Bittrex and calculate based on the tick data my 1 minute candle. I am currently testing my implementation and verify these data against tradingview. I see currently the following differneces on 1 Min candle. Here an example:

I am calculating the candle 12:00:00 - 12:00:59 (so the 1 min candle at 12:00)

i get the following data during this 1 Minute

10 at 12:00:10
20 at 12:00:40

this data is fine for me because based in this value the open is 10  and the close is 20

at the following candle 12:01:00 - 12:01:59 i get no data from bittrex

Tradingview does not show an candle for this if you get at 12:02 an update from bittrex it shows the candle for 12:02 but the candle on 12:01 is missing.

What do you think about this beviour? Is this correct? Because this effects all indicators when you miss out one candle or?

The next strange behaviour is that when bittrex send the same price tradingview ignores that here an example:

20 at 12:01:10
20 at 12.02:50

it does not show a candle as well in tradingview.

Can I change this in tradingview that they show me this candle? Should I change my implementation to this beheviour?

thx!


Post
Topic
Board Trading Discussion
Searching API for full Binance and Bittrex Data
by
Wiss
on 17/06/2018, 20:51:23 UTC
Hello,

I would like to get from all Coins of Binance and Bittrex the Open, Low, High and Close every minute. Binance limits API requests - and Bittrex throttle the throughput - do you know where to get all datas?
Would be great if it is for free :-)

Thx
Post
Topic
Board Trading Discussion
Tom Demark TD Sequential
by
Wiss
on 14/04/2018, 21:53:59 UTC
Hi,

Short questions - does anybody understand this trading strategy.

I understood that:

1.) the priceflip must happen
2.) then the TD Setup starts with 9 falling elements
3.) then the TD Sequential Buy Countdown starts with 13 elements (can be interrupted)

but where happens the entry for an long trade? after 3? and where is then the exit?

thx
Post
Topic
Board Trading Discussion
Which Trading Strategy?
by
Wiss
on 14/04/2018, 21:41:09 UTC
Hi,

Which trading strategy are you using in your trades?

TD Sequenctial, BB, etc.

DO you have any recommendations?

Thx!
Post
Topic
Board Altcoin Discussion
Re: Guide: How to redeem and sell bitcoin diamond (bcd) from ledger nano s (Segwit)
by
Wiss
on 13/01/2018, 15:23:00 UTC
did you find a solution for your problem? could you claim for tokens?
Post
Topic
Board Trading Discussion
Pattern Recognition Lib
by
Wiss
on 28/11/2017, 17:29:52 UTC
Hello,

I would like to implement an trading bot which includes price chart pattern recognition  - for example I want to identify when the RSI is below 30. Do you know if there exists an library where these indicators will be calculated? Does there exists such a lib for node.js, java, etc.?

Thx
Post
Topic
Board Trading Discussion
Re: Technical Tools for Trading - Wish List
by
Wiss
on 16/11/2017, 18:28:27 UTC
Thanks a lot for your feedback - yes i also miss these functions...

Some more wishes?
Post
Topic
Board Trading Discussion
Technical Tools for Trading - Wish List
by
Wiss
on 16/11/2017, 10:03:09 UTC
Hello,

In the last days I searched for technical tools in order to support me during the trading activities. First of all my problem is that on the exchange you can not set an stop loss and take profit order - which increases my risk. The other thing is that I spend a lot of time on order to actualize my charts in order to search for patterns. But this is just my view.

Where do you whish support during your trading activities? Where do you whish technical support or an automatism? Where do you spend a lot of time?

Please take this as an whish list :-)

thx
Post
Topic
Board Trading Discussion
Trading Bot- Database
by
Wiss
on 16/11/2017, 09:58:17 UTC
Hi,


I want to implement a trading bot - therefore i am looking for an API where you can get values of candles. I have checked the bittrex API - but there you just get the current price of an trading pair. Do you know where I can get the actual price and the candle data?

Thx!

Regards
Post
Topic
Board Trading Discussion
Re: StopLoss-Orders: useful or not to hedge portfolio risks? Your experiences?
by
Wiss
on 14/11/2017, 15:41:18 UTC
Stop loss orders are must things while trading with high volume. If you don't set them, you can lose everything in 1 night only. This help you to protect your capital.

and how are you handling this? so far as I know there exists no stop loss and take profit order on the exchanges - are you monitoring all the time your position?
Post
Topic
Board Trading Discussion
Re: Beware!!! Bittrex will take out your stop-loss order...
by
Wiss
on 14/11/2017, 15:37:29 UTC
must have been a bug or?
Post
Topic
Board Trading Discussion
Re: What is the best Bitcoin Trading BOT?
by
Wiss
on 07/11/2017, 10:02:01 UTC
but in todays life we have face recognition - which is similar to mattern matching -so i don't understand why this should not be possible on the trading market. Als this patterns which will be defined by TA can be implemend in a system? or? where are here the challenges?
Post
Topic
Board Exchanges
Re: Best Exchanges
by
Wiss
on 07/11/2017, 09:59:38 UTC
in which exchange can i make good stop loss orders and take profit orders. On Bittrex the amount is blocked with one order. so you can not set 2 orders. Which exchange supports this?