Show Posts
|
Pages: [1] 2 »
|
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
|
|
|
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!
|
|
|
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
|
|
|
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
|
|
|
Hi,
Which trading strategy are you using in your trades?
TD Sequenctial, BB, etc.
DO you have any recommendations?
Thx!
|
|
|
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
|
|
|
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
|
|
|
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
|
|
|
Hi,
Based on the trading signals i want to create the stop loss order. How can I create such an order:
If i create a sell limit order which is below (270$ ) the current price (290$) - then the order will be executed immediatly with the lower price - so I lossed the gap with the current price ($20)
What is the right way in order create an order to save/secure my trades? So to be me precise = how can I create a sell order which will be executed when the price is below the entered price? Which means when the price dropps to $270 i want to sell my coins.
Thx
|
|
|
Hi,
How can i set a stop loss order in kraken. com I want to sell ETH when the price comes to $270 - how can i set this on kraken.com.
When i set a normal sell order with a limit price - then the order will be executed immedatly - with the lower price.
What is the correct order for this?
Thx
|
|
|
I have the following trading Signal for Ethereum - can you help me for the interpretation?
ETHUSDT Buy: 315 Stop-Loss: 270.00 Take-Profit: 350.00/390.00
Ok the buy price is clear for me :-)
Why is the stop loss price below the buy price? Why isn't it at 315 so i will not loose anything? Why are there 2 take profit prices? 350 and 390?
Thx
|
|
|
Hello,
Could you tell me your experience or oppinion regarding this plattform?
in general i think that makes sense to have an asset mix...or?
thx
|
|
|
Hi,
one short questions regarding tax policy in Germany.
The following example: Month 1: Buy 1 BTC via Fiat Month 2: Trade 1 BTC to 200 NEO Month 3: Trade 200 NEO to 1,2 BTC (because of profit the value increases to 1,2)
Do i have to pay taxes until now?
Month 4: Sell 1,2 BTC to fiat
Here i have to pay for sure taxes for the 0,2 BTC profit or?
So may general question is do i have to pay taxes because of profit for coin2coin trading? or is it just necessary when I trade to fiat?
|
|
|
Hi, Where do you get your trading information? Which websites are you using? Which people do you follow on twitter? Do you have any suggestions? WolfofPoloniex Tuur Demeester http://www.investopedia.com/Thx
|
|
|
Hi,
I am looking for persons in order to follow for trading activites. I have currently Demeester and The Wolf - do you have any other suggestions? Whom are you following in order to get knowledge and marcet information?
Thx
|
|
|
does anybody know why this coin is flying since last weekend? Thats amazing! But what is the reason for that?
What is your expectation regarding the value? will in increase? is it a good point to invest?
|
|
|
Hello,
Which exchange Trader has an app where you can trade directly on the phone? Kranken has no app or?
Thx
|
|
|
Hi,
Can anybody tell me a business model where Blockchain is in use (except in Finance Industry) and the startup or company has already customers and revenues? Do you have any example? Which industry is most developed in this area?
2nd Question Does anybody know in which business areas blockchain will be most used? Inssurance? ...?
|
|
|
Hello,
I want to model the following scenario - a small market place I have 2 nodes in my network - the seller and the buyer. I want to model the market place in that why - that the buyer node asks every seller node for their offer - the buyer node decided (based on some rules) which offer he will accept.
My questions is regarding the "asking each buyer node" for their offer. How does the smart contract of the buyer knows whom he should contact in the network? I want to avoid to hard code the adresses in the Smart Contract :-)
Thx
|
|
|
Hi,
Is it possible so see the source code of an smart contract in the Ethereum Blockchain? How can i read this - when i see a contract on etherscan.io i can not see them - just the adress.
Or do i need mist in order to read it?
Thx
|
|
|
|