Bitcoin Forum
July 05, 2025, 08:32:31 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  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
2  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!


3  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
4  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
5  Economy / Trading Discussion / Which Trading Strategy? on: April 14, 2018, 09:41:09 PM
Hi,

Which trading strategy are you using in your trades?

TD Sequenctial, BB, etc.

DO you have any recommendations?

Thx!
6  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
7  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
8  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
9  Economy / Exchanges / Kraken Stop Loss Order - How to create on: October 27, 2017, 10:03:02 AM
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
10  Economy / Exchanges / Kraken Stop Loss Order on: October 24, 2017, 07:59:15 PM
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
11  Economy / Trading Discussion / Trading Signal Interpretation on: October 24, 2017, 12:47:59 PM
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
12  Alternate cryptocurrencies / Service Discussion (Altcoins) / iconomi - What is your opinion? on: October 12, 2017, 10:28:40 AM
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
13  Economy / Trading Discussion / Tax Trading Coin to Coin on: October 12, 2017, 10:09:52 AM
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?
14  Economy / Trading Discussion / Where to get trading information on: October 09, 2017, 09:52:47 PM
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
15  Economy / Trading Discussion / Trading Mentor on: October 03, 2017, 03:07:51 PM
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
16  Alternate cryptocurrencies / Speculation (Altcoins) / ETH is flying on: March 13, 2017, 01:01:23 PM
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?
17  Alternate cryptocurrencies / Service Discussion (Altcoins) / ETH Trader with App on: February 27, 2017, 09:57:50 AM
Hello,

Which exchange Trader has an app where you can trade directly on the phone?
Kranken has no app or?

Thx
18  Economy / Economics / Blockchain Business Model on: February 26, 2017, 05:05:21 PM
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?
...?
19  Alternate cryptocurrencies / Altcoin Discussion / Ethereum Smart Contract Design Market on: November 06, 2016, 10:59:36 AM
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
20  Alternate cryptocurrencies / Altcoin Discussion / Ethereum Smart Contract on: November 04, 2016, 03:28:53 PM
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
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!