290 questions with no answers
0
votes
0
answers
696
views
Drawing Candlestick and volume chart using Matplotlib's bar chart with skip weekend
As I was trying to print out a stock candlestick chart using Matplotlib, I noticed they've moved their candlestick_ohlc to another library (mpl_finance) that should be installed and imported ...
2
votes
0
answers
2k
views
Is there a method for building Kline trading data using live ticker information from an exchanges' API?
I have built a Python spot trading bot and intend to use it with KuCoin exchange. The bot requires historical OHLCV data for each coin on a 5m interval for the last 50 datapoints. My intention is ...
1
vote
0
answers
2k
views
how to reduce product stock in laravel?
I just learned about laravel framework and I have a project to make ecommerce. But there are constraints when reducing product stocks, is there anything that can help me when customers add quantity in ...
2
votes
0
answers
349
views
Total profit and loss calculation from option trading with options events with the Robinhood API data
I'm writing an Chrome extension to calculate total profit and loss from Robinhood trading history.
Found out that total profit/loss calculation for options trading is more complicated than what I ...
2
votes
0
answers
272
views
I can't retrieve simple stock data using quandl in Python
In Jupyter Notebook I have run a simple Python script which installs quandl, imports quandl, and retrieves my API key (which is definitely correct). However, when I try to access stock data for Apple ...
0
votes
0
answers
23
views
Magento Configurable product dropdown show text out of stock for child product M2
I would like to show a text on the dropdown on my configurable products for my child products. Now its not possible to select the product but for good sake I would like to display the text out of ...
1
vote
0
answers
51
views
How can I adjust the hover effect to show price and indicator info directly on the stock chart when using Vite.js?
I referred to this example on CodePen using react-financial-charts library, specifically attached here: https://codesandbox.io/p/sandbox/react-financial-charts-demo-forked-zw4o4?file=%2Findex.js. ...
0
votes
0
answers
188
views
is there a way to list all the the tickers that Yahoo Finance supports?
I am currently building a stock trader and I am making the part where you have to enter a ticker to trade. The Database that I am using is from Yahoo Finance but I need to see if the user's input is ...
1
vote
0
answers
77
views
Neural Network to Predict Max Sharpe Ratio Stock Portfolio Allocations
I am looking into building a neural network that takes in stock price data as well as other techincal indicators then outputs weights for each stock. I am stuck on how I would create the training data ...
0
votes
0
answers
183
views
I'm trying to use the pandas read_html() function to scrape data but need to pass in a username and password
I'm somewhat new to programming. The basic idea is that I'm working on a project and need to send a request to a website and scrape some data from it. However, the website I'm trying to retrieve data ...
0
votes
0
answers
293
views
Get stock list from Chartink screener in Google sheet
I am trying to get stocks list from Chartink.com screener in Google sheet.
But I am not able to do so, Kindly help.
A1 is https://chartink.com/screener/macd-cross-51432
B1 is (+{cash}+(+latest+macd+...
0
votes
0
answers
173
views
Difference between calculated ema through various python libraries, formulas available and the ema from various trading sites
I have used probably all available python libraries to calculate the exponential moving average(ema) of stocks. I have used ta-lib, pandas_ta etc. for this. But there is always a mismatch between the ...
1
vote
0
answers
144
views
Why is Zerodha throwing Invalid params error in GTT?
I am trying to place GTT order in Python without KiteConnect but constantly getting 'Invalid order params' error.
Please tell what I am doing wrong as GET request is working perfectly but not POST.
...
1
vote
0
answers
53
views
Changing PHP Code To Sort WP-E-Commerce Products By Their In Stock Status And Move Out Of Stock Products To The End
The below code allows you to sort products, using the wp-e-commerce wordpress plugin by category and product title.
Trying to adapt and change this code, so that the products, when viewed by their ...
0
votes
0
answers
1k
views
How to handle multiple expiry dates of the same barcoded items in inventory
I have made a Software for Retailer Shops and I have a problem in handling the expiry dates of the products. The problem is each product of the same brand have the same barcode so they have the same ...