Show Posts
|
Pages: [1] 2 3 4 »
|
1
|
Economy / Trading Discussion / Re: Candles in Tradingview
|
on: July 01, 2018, 03:51:55 PM
|
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?
|
|
|
2
|
Economy / Trading Discussion / Re: Candles in Tradingview
|
on: June 28, 2018, 08:52:56 PM
|
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!
|
|
|
3
|
Economy / Trading Discussion / Re: Candles in Tradingview
|
on: June 28, 2018, 06:01:37 PM
|
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?
|
|
|
4
|
Economy / Trading Discussion / Re: Candles in Tradingview
|
on: June 28, 2018, 09:17:21 AM
|
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....
|
|
|
5
|
Economy / Trading Discussion / Re: Candles in Tradingview
|
on: June 28, 2018, 09:03:54 AM
|
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.
|
|
|
6
|
Economy / Trading Discussion / Re: Candles in Tradingview
|
on: June 28, 2018, 08:47:31 AM
|
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?
|
|
|
7
|
Economy / Trading Discussion / Candles in Tradingview
|
on: June 27, 2018, 05:12:05 PM
|
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
|
|
|
8
|
Economy / Trading Discussion / Bittrex API Market Data
|
on: June 23, 2018, 07:04:25 PM
|
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!
|
|
|
9
|
Economy / Trading Discussion / Searching API for full Binance and Bittrex Data
|
on: June 17, 2018, 08:51:23 PM
|
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
|
|
|
10
|
Economy / Trading Discussion / Tom Demark TD Sequential
|
on: April 14, 2018, 09:53:59 PM
|
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
|
|
|
13
|
Economy / Trading Discussion / Pattern Recognition Lib
|
on: November 28, 2017, 05:29:52 PM
|
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
|
|
|
15
|
Economy / Trading Discussion / Technical Tools for Trading - Wish List
|
on: November 16, 2017, 10:03:09 AM
|
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
|
|
|
16
|
Economy / Trading Discussion / Trading Bot- Database
|
on: November 16, 2017, 09:58:17 AM
|
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
|
|
|
19
|
Economy / Trading Discussion / Re: What is the best Bitcoin Trading BOT?
|
on: November 07, 2017, 10:02:01 AM
|
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?
|
|
|
20
|
Economy / Exchanges / Re: Best Exchanges
|
on: November 07, 2017, 09:59:38 AM
|
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?
|
|
|
|