Myron Dsilvahodleranalytics.hashnode.net·Aug 13, 2022FeaturedStock Portfolio Analysis using PythonIntroduction We all have a variety of stocks in our stock portfolio. Each individuals stock portfolio is different as it depends on an investors risk appetite, his likeness for that stock and that company, the stocks sector (industry the company oper...Discuss·26 likes·690 readsPython
Jesús Lópezsotastica.hashnode.net·Nov 3, 2022Summarise Time Series data with the DataFrame.resample() function❌ Don't think of a for loop if you want to summarise your daily Time Series by years. ✅ Instead, use the function resample() from pandas. Let me explain it with an example. We start by loading a DataFrame from a CSV file that contains information on ...Discuss·14 likes·384 readsPandasPython
Guillermo Nicoraguillermonicora.hashnode.net·Jul 10, 2022Finance with Python: Buy an ETF from ArgentinaIn this article I wanted to combine my interest in finance with the programming language that I like the most (Python). The idea is to be able to analyze a type of financial asset, called an ETF, which can now be purchased with Argentine pesos throug...Discuss·8 likes·114 readsBusiness and Finance
Mohamadreza Bagheri KabouraghforARTMIS A.I artmis.hashnode.net·Apr 3, 2023Market Data Analyzing ModelLSTM seq2seq VAE import sys import warnings if not sys.warnoptions: warnings.simplefilter('ignore') In [2]: import tensorflow as tf import numpy as np import matplotlib.pyplot as plt import seaborn as sns import pandas as pd from sklearn.prepro...Discussstockmarket
Mohamadreza Bagheri KabouraghforARTMIS A.I artmis.hashnode.net·Apr 3, 2023Stock Market Changes Analyzing ModelPart One Models Deep Learning Model LSTM LSTM 2-Path LSTM Bidirectional GRU GRU Bidirectional GRU 2-Path Vanilla Vanilla Bidirectional Vanilla 2-Path LSTM Seq2seq LSTM Bidirectional Seq2seq LSTM Seq2seq VAE GRU Seq2seq GRU Bidirectional...Discussstockmarket
Manu S Raomanusrao.hashnode.net·Mar 28, 2023Creating your own Stock Market Heatmap using DjangoIn the world of finance, the ability to visualize market data can be a powerful tool for investors and traders. One popular way of representing financial data is through a heatmap, which can easily display large amounts of information in a visual for...Discuss·79 readsWeMakeDevs
Barry Ugochukwuwritemlcode.hashnode.net·Mar 22, 2023How to Predict Stock Prices like a Pro using Reinforcement Learning in PythonFirst of all... In our article Predictive analytics meets Reinforcement Learning, we discussed how the combination of predictive analytics and reinforcement learning is a winning combo for solving business problems. Today we going down to get our han...DiscussReinforcement Learning
David de Estebanestdav.hashnode.net·Mar 16, 2023Managing price data on Mongo DBWhile working on a charting app called UniCharts, I was faced with the question of how to store raw price data from cryptocurrency pairs, and how to read it in the most efficient way. I tried different options and obtained very poor results in terms ...Discuss·27 readsMongoDB
BigBullforMetaAlgo Technologies Official Blogmetaalgotechnologies-1678006542220.hashnode.net·Mar 13, 2023A layman's View into Likhitha Infrastructure LtdCompany Overview Sector - Infrastructure Industry - Construction Website BSE Profile Market Cap - 970 Cr Financial Indicators Compounded Sales Growth Compounded Profit Growth About Likhitha Infrastructure Limited was established as...Discuss·51 readsFinancestockmarket
Nikhila2zalgotrading.hashnode.net·Feb 15, 2023Checking for Awesome Oscillator Buy Sell Signals - Python CodeFind out what is Awesome Oscillator The below code checks for Awesome Oscillator signals constantly and gives But and Sell Signals as and when they occur. df should contain the live data feed close, low, high and open prices with the timeframe for wh...DiscussTools Used in Technical Analysis, Top 7 Technical Analysis Tools, What are the 4 basics of technical analysis?, What are the 4 types of indicators?
Akarsh Vermaakarsh.hashnode.net·Feb 12, 2023Algorithmic Trading : An IntroductionAlgorithmic Trading Algorithmic trading, also known as algo trading, is the use of computer programs to follow a defined set of instructions for placing trades. It is a form of automated trading that allows traders to execute orders with speed and pr...Discussalgo trading
Sumit Sharmaeasyway.hashnode.net·Jan 28, 2023Stock Analysis for Jan'23Bandhan Bank Pros Net profit of Rs 209.27 Crore in latest quarter Delivering average RoEs of 14.8% over last 5 years (11.9% over last 3 years) Pan-India presence and focus on diversification of its book Risk-reward is favourable at current valuat...Discuss·1 like·42 readsstockmarket
Prateekpjoshi-1667040575837.hashnode.net·Jan 2, 2023NoCode Solution to Track Stock Prices Using n8n and Google SheetsWhat is n8n? n8n is a NoCode automation tool that can be easily customized to fit your specific needs. n8n also allows you to self-host and even add your own functions and apps. It is a great alternative to Zapier which is quite a popular automation ...Discuss·156 readsautomation