DATABTC hitting the support | Upro 237% possibilityPriceline of DATAcoin / Bitcoin cryptocurrency is moving within a channel.
Previously in month of Mar 2019 the price action found the support at 0.00000427 sats and took bullish divergence and produced more than 93% profit.
This time again the price action has found another support and current support is at 0.00000098 sats and we are expecting next bullish divergence form here like it happened Mar 2019, insha Allah
This 0.00000098 sats support is our stop loss in case of complete candle stick closes below this support.
RSI was oversold and now moving up.
Stochastic has given bull cross from oversold zone.
Volume profile of complete channel is showing less interest of traders below the support.
I have defined targets using Fibonacci sequence:
Sell between: 0.00000211 to 0.00000331
Regards,
Atif Akbar (moon333)
Dataanalysis
Development Log for Neural Network PrototypeThe idea, at the core:
Port a limited RNN/LSTM Neural Network model from Python with a reduced training set and dimension size for layers to demonstrate that a fully functional (even if limited) Neural Net can work in Pine.
Limited model + having the python code on hand = Able to test and verify components in Pine at every step, in theory
The model/script I'm attempting to implement a limited subset of is detailed here:
iamtrask.github.io
A dataset in binary is required, but binary does not exist in pinescript, thus:
To do this, decimal to binary and binary to decimal functions are required. This didn't exist previously - I've written a script to accomplish just that:
Originally, this was going to have a input_dim of 2, hidden_dim of 16, but I've changed the hidden_dim to 8 (binary dimensions from 8 to 5) to reduce the dataset range to max 32 while I figure out to implement working pseudo-arrays and state updates. I've looked at RicardoSantos's scripts for Markov and Pseudoarrays, and will be using them as a reference going forward.
I've verified the output of the Sigmoid function and 1st derivative of the Sigmoid function in Python for values of (-1,0,0.5,1 ). I've yet to publish the Sigmoid script pending approval from TV moderators about including python code that is commented out at the bottom to verify the results of that script.
What I'm trying to do here with training dataset generation was unsuccessful, for multiple reasons:
Lack of formal array constructs in pine
Psuedorandom Number generator limitations
Manual state weighting and updating as per RicardoSantos's Function Markov Process is required:
What's being plotted for are the first three layers, but without the full range of the input_dimensions, hidden_dimensions:
syn_0 (blue)
syn_1 (green)
syn_h (red)
While there's more than a few technical hurdles to overcome (i.e. potential pine issues from max variables to runtime/compile limits, no real arrays, functions to do state updates RichardoSantos Markov Function style, etc), I'm fairly confident a limited working model should be possible to create in Pine.
Backtesting Became Cool Again!Hello traders
Hope you're all doing fantastic
I learned a few weeks ago that TradingView released a CSV Export feature. Basically, you can export any indicator outputs/plots and get the data in your favorite Excel/Google Sheet/Open office, etc.
Using that software is relatively easy and learning how to construct pivot tables/charts will expand your analytics beyond the realm of what you thought was even possible... #way #too bold #statement
In that video:
I exported the data provided by Backtest Premium Suite in Google Sheet
In Google Sheet, I built a pivot table and a few pivot charts (requires a few clicks only)
Allows me to get insightful analytics and understand better where I can improve (how much opportunity do I capture? for which risk? are my winners increasing faster than my losers are decreasing?...)
Thank you TradingView for enabling this feature.
All the BEST
Dave