$Palantir (PLTR.US)$ This will be up by 26 dollars by close of tonight.
4
1
$Palantir (PLTR.US)$ Purchasing 50k.
2
$Tesla (TSLA.US)$ once again, and you can check on this platform or LinkedIn or wherever, I am going to predict it crosses 200. by today or at the very latest Friday, but it's not going down.
1
$Micron Technology (MU.US)$ The reason it is dropping and not rising is because of the Yen and MU is Japanese, another aspect to trading.
$Bitcoin (BTC.CC)$ import hashlib
import datetime
class Block:
def __init__(self, index, previous_hash, timestamp, data, nonce=0):
self.index = index
self.previous_hash = previous_hash
self.timestamp = timestamp
self.data = data
self.nonce = nonce
self.hash = self.calculate_hash()
def calculate_hash(self):
return hashlib.sha256((str(self.index) + self.previous_hash + str(self.timestamp) + self.data + str(self.nonce)).encode()).hexd...
import datetime
class Block:
def __init__(self, index, previous_hash, timestamp, data, nonce=0):
self.index = index
self.previous_hash = previous_hash
self.timestamp = timestamp
self.data = data
self.nonce = nonce
self.hash = self.calculate_hash()
def calculate_hash(self):
return hashlib.sha256((str(self.index) + self.previous_hash + str(self.timestamp) + self.data + str(self.nonce)).encode()).hexd...
1
$Tesla (TSLA.US)$ $Bitcoin (BTC.CC)$ What would happen if someone found a backdoor to the blockchain system Bitcoin uses, and deciphered the Genesis block. #Hashcash #Ptpmimic #Pi
$Bitcoin (BTC.CC)$ What would happen if someone found a backdoor to the blockchain system Bitcoin uses, and deciphered the Genesis block. #Hashcash #Ptpmimic #Pi
2
$Tesla (TSLA.US)$ So many starting traders that can access any brokerage and get started in five minutes are following the trend of buying excess amounts of put options, believing the stock will drop and they will make money. The reality is buying puts still is purchasing 100 shares min. and in the short term it could cause the stock to rise. Look at the put technicals and run it through A.I.
1