
Closed
Posted
I need a complete procedure for importing a text file into MATLAB. The file contains a time series of stock trades with OHLC data and several indicators. Requirements: - Procedure to import a txt file - Data columns are labeled in the first row - Data includes: - Open, High, Low, Close (OHLC) - Moving Average (MA) - Relative Strength Index (RSI) - Bollinger Bands (BB) - Other proprietary indicators - Develop a buy/sell formula based on thresholds
Project ID: 40421823
31 proposals
Remote project
Active 5 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
31 freelancers are bidding on average $23 USD/hour for this job

Hello, I understand you need a complete MATLAB workflow to import a text file with OHLC data, indicators, and custom signals, plus a buy/sell rule based on thresholds. My approach is to build a robust import routine that reads the header, validates column names (Open, High, Low, Close, MA, RSI, BB, other indicators), and stores data in a time-stamped table for easy testing. I will implement a modular pipeline: data import and validation, feature extraction (including MA, RSI, Bollinger bands, and any proprietary indicators), a configurable rule engine for buy/sell decisions, and a dry-run tester with basic performance metrics. The solution will support easy parameter tuning and be ready for integration with genetic algorithms or an ANN if you want later optimization. The goal is a clean, well-documented MATLAB script or function set you can reuse for new files and different thresholds, with clear error handling for malformed rows and missing data. What is your preferred data validation strategy (strict row-level checks, missing data handling policy, and how to treat outliers) and do you want the rule engine to support multi-indicator conditions or single-threshold signals only?. Best regards,
$25 USD in 20 days
6.9
6.9

Hello!, I am a Florida-based senior software engineer with over 15 years of experience in algorithm development, data analysis, and financial modeling. I carefully read your project description on MATLAB data import and trading formula development, and I believe I can deliver exactly what you need. To ensure I fully understand your requirements, could you please clarify the following questions? 1. What specific format does the text file use, and is there any particular structure that needs to be adhered to during the import process? 2. Are there specific trading strategies or formulas you want to implement after importing the data, or should I propose some based on the time series analysis? My expertise includes time series analysis, genetic algorithms, and model optimization, which I believe aligns perfectly with your project goals. I’m committed to not just meeting your expectations but exceeding them by providing a clear, structured approach to the development process. With a thorough understanding of your needs, I will create a robust MATLAB procedure that efficiently imports your time series data and integrates any trading formulas you wish to implement. Let’s connect to discuss this further. I'm excited about the possibility of working together! -James
$50 USD in 5 days
5.2
5.2

Hi i am an experienced Matlab script file coder and data uploader to matlab. with PhD in applied mathematics.I can help in your project
$20 USD in 40 days
5.2
5.2

Hi. I’ll deliver a complete, ready‑to‑run MATLAB procedure for your stock trade text file. What you get: - `readtable`‑based importer (handles headers, any delimiter). - Extract OHLC, MA, RSI, Bollinger Bands, your proprietary indicators. - Configurable buy/sell formula with thresholds (e.g., Close > MA, RSI range, band conditions). - Output table with trade signals + optional CSV export. Deliverables: Single `.m` script + short documentation. Tested on your file format. Share a sample file (first 5 rows) – I’ll tailor thresholds to your strategy. Doan
$20 USD in 40 days
4.8
4.8

Dear Sir/Madam, I can help you import the TXT file into MATLAB and process all OHLC and indicator data correctly. I have experience with MATLAB and financial data analysis. I will provide clean MATLAB code for importing the file, reading all columns, and creating a simple buy/sell strategy using RSI, MA, Bollinger Bands, and your custom indicators. The code will be easy to understand, editable, and fully runnable. Let’s connect in the chatbox to discuss the project further, including the budget and timeline. I am ready to work with you, please connect in the chatbox for further discussions. Thank You. Dr. Divya.
$15 USD in 40 days
4.2
4.2

Hi, I’m an experienced MATLAB and financial data analysis developer with strong experience importing stock market time series, cleaning OHLC data, handling labelled TXT files, and building indicator based buy/sell logic. I can create a complete MATLAB procedure that imports your TXT file, reads the first row as column labels, maps Open, High, Low, Close, MA, RSI, Bollinger Bands, and proprietary indicators, then prepares the data for signal generation. I have done similar trading analysis work before, including MATLAB import scripts, table and timetable formatting, missing value checks, threshold based trading formulas, MA/RSI/BB signal rules, charting, and backtest ready buy/sell outputs. For your project, I’ll provide clean, reusable MATLAB code with configurable thresholds so you can adjust RSI levels, moving average rules, Bollinger Band conditions, and proprietary indicator triggers without rewriting the script. I can also include comments explaining each import step and the buy/sell formula logic. Best regards, George
$20 USD in 40 days
3.6
3.6

Hi Mate , Good evening! I am an expert mobile coder with skills including Financial Modeling, Data Analysis, Artificial Neural Network, Time Series Analysis, MATLAB, Model Testing & Optimization, Genetic Algorithms and Algorithm. Please send a message to discuss more about this project. A fast response is appreciated
$50 USD in 23 days
0.0
0.0

Hi, I’ve reviewed your project and I’m confident I can help you deliver a clean, scalable, and efficient solution. I’m a No-Code & Automation Engineer with a strong background in APIs, cloud systems, and workflow design. I specialize in building end-to-end automations, integrating services, and streamlining processes to reduce manual work and improve performance. I’ve worked with tools like Zapier, Make, Airtable, and AWS to create reliable systems—from simple automations to complex multi-step workflows with error handling and scalability in mind. My approach is straightforward: understand your requirements, design a clear system, and deliver a solution that is maintainable and built for real-world use. I value clear communication, fast turnaround, and delivering results that actually make a difference. If you share a bit more detail, I can outline a quick plan for your project. Looking forward to working with you. Best regards, Yurii
$15 USD in 40 days
0.0
0.0

Hi, how are you doing? I have worked on MATLAB data imports and time-series processing for stock data, including labeled headers, OHLC, MA, RSI, BB, and custom indicators, and I can build a clean TXT import procedure plus a straightforward buy/sell rule based on defined thresholds. I’ll deliver a compact, well-documented script that reads the first row as headers, parses numeric columns, handles missing values, and returns a ready-to-use table plus a simple decision function. Let me know further if interested
$25 USD in 5 days
0.0
0.0

Hi, I can provide a clear, end-to-end MATLAB workflow to import your TXT data and turn it into a practical trading signal model. What I’ll deliver: Robust import procedure Use readtable with auto-detection of delimiters and headers Validate/rename columns (OHLC, MA, RSI, BB, custom indicators) Handle missing values, datatypes, and timestamps Convert to timetable for time-series operations Clean, reusable MATLAB script Fully commented, modular code Ready to plug in new files without edits Optional visualization (price, MA, RSI, BB overlays) Buy/Sell signal logic (rule-based model) Example strategy combining indicators: Buy when RSI < lower threshold (e.g., 30) AND price crosses above MA AND near lower BB Sell when RSI > upper threshold (e.g., 70) AND price crosses below MA AND near upper BB Parameterized thresholds so you can tune easily Signal column added to dataset (+1 buy / -1 sell / 0 hold) Basic backtesting framework Evaluate signals on historical data Returns, drawdown, and simple performance metrics Questions: What delimiter/format is your TXT file using? Do you have a timestamp column? Preferred RSI/BB/MA periods? Any specific proprietary indicator rules to include? I’ll ensure the solution is clean, flexible, and ready for real analysis. Ready to start immediately.
$20 USD in 40 days
0.0
0.0

Hello, I'm a developer with seven years of experience working with MATLAB, data import workflows, and financial time-series analysis. This project is 100% possible because MATLAB can reliably import labeled .txt files using readtable, map OHLC and indicator columns, clean/validate the data, and apply threshold-based buy/sell logic. I can create a complete step-by-step import procedure and develop a clear buy/sell formula using Open, High, Low, Close, MA, RSI, Bollinger Bands, and your proprietary indicator thresholds. I can start anytime and work full-time. I look forward to working with you. Regards, Osama
$20 USD in 40 days
0.0
0.0

Hi, This is a clear MATLAB data workflow project. I’d build a clean import procedure that reads the TXT file using the first row as column labels, detects or defines the delimiter, converts OHLC and indicator columns into a structured table/timetable, and validates missing or malformed values before any trading logic runs. From there, I’d create a buy/sell formula using configurable thresholds for MA, RSI, Bollinger Bands, and your proprietary indicators. The logic would be written clearly so you can adjust thresholds later without rewriting the script. I’d also include a simple test/backtest section so you can verify signals against historical OHLC data and see where buy/sell points are triggered. The goal is not just importing the file, but giving you a reusable MATLAB procedure for testing trading rules safely and consistently.
$20 USD in 40 days
0.0
0.0

Dear , We carefully studied the description of your project and we can confirm that we understand your needs and are also interested in your project. Our team has the necessary resources to start your project as soon as possible and complete it in a very short time. We are 25 years in this business and our technical specialists have strong experience in Algorithm, Data Analysis, Genetic Algorithms, MATLAB, Financial Modeling, Model Testing & Optimization, Artificial Neural Network, Time Series Analysis and other technologies relevant to your project. Please, review our profile https://www.freelancer.com/u/tangramua where you can find detailed information about our company, our portfolio, and the client's recent reviews. Please contact us via Freelancer Chat to discuss your project in details. Best regards, Sales department Tangram Canada Inc.
$25 USD in 5 days
0.0
0.0

Hi, good day. The primary technical challenge for this MATLAB import is the handling of heterogeneous data types and non-standard text formatting, specifically ensuring that the datetime stamps and indicator floating points are parsed into a synchronized timetable for vectorised analysis. Having developed several algorithmic trading backtests in MATLAB, I specialize in "High-Performance Data Ingestion" and logical indexing to create efficient, non-looping trade signals. My technical solution involves three big steps: first, utilizing the detectImportOptions and readtable functions to automatically map the labeled headers to a structured table; second, converting the result into a timetable to enable time-based alignment of the OHLC and proprietary indicators; and third, implementing a "Logical Matrix" formula that evaluates your RSI, MA, and Bollinger thresholds across the entire series simultaneously. I understand this project perfectly and suggest we communicate for further discussions.
$20 USD in 40 days
0.0
0.0

I'm a licensed professional electrical engineer with 6+ years of specialized experience in MATLAB programming, data processing, financial data analysis, and algorithm development, and I will create a complete MATLAB procedure for importing your stock trade text file with OHLC data and indicators, plus developing a buy/sell trading formula based on specified thresholds. I have extensive MATLAB expertise in text file import and parsing using readtable, textscan, or importdata functions, time-series data handling and datetime conversion, financial data analysis and indicator processing, threshold-based decision logic and trading algorithms, and data visualization with plotting and performance metrics. I will develop a complete MATLAB solution including robust text file import procedure handling labeled first-row headers and multiple data columns (OHLC, MA, RSI, BB, proprietary indicators), datetime column parsing and conversion to MATLAB-readable format, data validation checking for missing values, outliers, or formatting issues, buy/sell formula development using threshold-based. To ensure accurate implementation, I need clarification on sample TXT file format showing actual data structure and delimiter (comma, tab, space), time column format (e.g., 'YYYY-MM-DD HH:MM:SS', Unix timestamp, Excel serial date). I can start immediately and deliver within a day. Best Regards, Tahir Saleem
$16 USD in 25 days
0.0
0.0

Hello there, we are a senior Full Stack Web and Mobile App Developers and we can do this project in no time. Thanks Ashish Kumar.
$20 USD in 40 days
0.0
0.0

Hello Sir, I can help you with this project in just one hour (if you provided me with the trading formula). Contact me to discuss the project in more detail. Carlos
$15 USD in 40 days
0.0
0.0

With my background in algorithm development and artificial neural networks, I am confident in delivering the complete solution you need for importing your stock trade data into MATLAB. My knowledge base includes not just the technical skills of importing text files and labeling columns, but also interpreting and utilizing OHLC and various proprietary indicators like the Moving Average (MA), Relative Strength Index (RSI), and Bollinger Bands (BB) - which will be valuable in creating your buy/sell formula based on thresholds. Beyond these requisite technical skills, I bring a unique perspective to this project. As a full-stack AI engineer with extensive experience building scalable APIs and integrating machine learning models, I am adept at leveraging data pipelines and modern web technologies, all of which are fundamental to your project's success. In conclusion, my commitment to delivering the best work to my clients coupled with my deep comprehension of the task at hand make me an ideal fit for this project. I can start working immediately, ensuring that your time series of stock trades are analyzed effectively to provide actionable insights. Let's discuss further on how we can collaborate for your long term success!
$20 USD in 40 days
0.0
0.0

Hi, As an Astronautical Engineer with a professional focus on high-fidelity numerical analysis and deterministic software development, I am uniquely prepared to architect your MATLAB data import and trading logic Why My Engineering Fits This MATLAB Workflow - I specialize in the implementation of advanced numerical filters and estimation algorithms, such as Multiplicative Extended Kalman Filters (MEKF). I will develop a robust, modular procedure to import your OHLC and indicator data. - I will develop your buy/sell formula using a clean, vectorized approach, ensuring that your thresholds for RSI, Moving Averages, and Bollinger Bands are executed with zero logic drift. - You will receive a complete, step-by-step procedure with extensive inline comments and a technical summary explaining the methodology and assumptions, mirroring the standards of my professional research inquiries. Proposed Plan - Utilizing readtable or importdata functions to create a repeatable script that handles headers and varied data types from your .txt source. - Structuring the OHLC and technical indicators into a synchronized MATLAB Timetable for optimized calculation speed. - Coding the conditional buy/sell logic based on your specific RSI, MA, and BB thresholds. - Generating a sample plot showing the trade signals overlaid on the price action to verify the formula's accuracy. Best regards, Batuhan Akkova
$20 USD in 40 days
0.0
0.0

Hi! I am a Certified Data Analyst with extensive experience in managing complex time-series data and operational workflows. Given my background in developing risk models and performance tracking systems, I can provide you with a precise, end-to-end procedure for importing your OHLC and indicator data into MATLAB with full structural integrity. I specialize in transforming raw datasets into actionable logic, and I am ready to develop a reliable buy/sell formula based on your specific thresholds for RSI, Bollinger Bands, and other proprietary metrics. My professional experience in industrial environments since 2018 ensures a meticulous approach to data cleaning and formula testing, guaranteeing that your final calculations are both accurate and easy to trace. I am based in Argentina and am accustomed to the rigor required for financial and operational analysis, making me a perfect fit for this technical task.
$20 USD in 10 days
0.0
0.0

Plainview, United States
Member since May 6, 2026
$15-25 USD / hour
$10-30 USD
$30-250 USD
$750-1500 AUD
$30-250 USD
$30-250 USD
$250-750 USD
₹600-1500 INR
€8-30 EUR
€8-30 EUR
₹600-1500 INR
$25-50 AUD / hour
$15-25 USD / hour
$30-250 USD
₹1500-12500 INR
₹12500-37500 INR
₹12500-37500 INR