I'm seeking a talented programmer to develop an algorithm capable of filtering all 5000 stocks in the Indian market and various cryptocurrencies based on specific technical indicators. This project focuses on key metrics: 'Volume' and 'Value per Minute'.
Key Requirements:
- Proficiency in algorithm development and stock market analysis
- Experience with programming languages such as Python, R, or similar
- Familiarity with technical indicators, particularly 'Volume' and 'Value per Minute'
- Understanding of the Indian stock market and cryptocurrency landscape
Your task will be to build a robust algorithm that can efficiently sift through vast data sets, providing insights and filtering stocks and crypto according to the specified criteria.
CONDITIONS;
Refresh time – 10s/ 20s/ 30s/1min - auto cronjob 10 sec
Data Source API – Tradingview/Fyer
Script – Cryptocurrency (Perpetual) and / Stocks Listed in NSE (Result should be displayed in two different windows separately) - buttons for Crypto & stocks, open in popup tab separately
Conditions for NSE STocks: [login to view URL]
If satisfy all condition
1min volume * price > 4cr = value > 4cr
1min volume > avg volume of last 2k bars * 8
1min high > 1min opeo * 1.003
Or
If satisfy all conditions [login to view URL]
1min volume * price > 6cr
1min volume > avg volume of last 2k bars * 5
1min high > 1min opeo * 1.003
Previous days High > previous days low * 1.06
Previous days close * Volume > 10cr
Conditions for Crypto Currency:
If satisfy all condition
1min volume * price > 10cr (in INR)
1min volume > avg volume of last 2k bars * 8
1min high > 1min opeo * 1.005
Display Screen Explanation:
Time: hh:mm:ss
Symbol name:
LTP
% change
Relative Volume ( Current Volume)/ Avg 2k volume bars.
All the results should be stored in the newest to oldest format..