Find Jobs
Hire Freelancers

Create a tiny PHP Script for Data Analysis from a .CSV

€30-250 EUR

Cancelled
Posted over 7 years ago

€30-250 EUR

Paid on delivery
Dear Freelancer, i am looking forward to receiving your proposal for the following project: We do already have a small php script that creates a big file with data from all available currencies on a trading platform that looks like this: date; high; low; open; close; volume; quotevolume; weightedaverage; currency 01-03-2016 08:05:00; 0.00013114; 0.00013114; 0.00013114; 0.00013114; 0.00207504; 15.82313617 0.00013114; 1CR Your tasks would be these: 1) Adapt the script so that it saves these exact same information, but instead of saving it into one big csv file, it should save the data into one small csv file for each currency. the files should be named like this CURRENCYPAIRNAME_DATEOFDATAMINING - ex. [login to view URL] into the directory "separate_currency_csv" on the server. 2) Write an additional small php script that analyzes the data from all the currency csv files in the directory "separate_currency_csv": GUI: In the browser we should have 3 textfields to type in numbers: - "TradingVolumePerCurrency" ... Is an amount between 0.00 and 1000.00 bitcoin - "ProfitTakingFactor" ... Is a Percentage between 0.00 and 100.00 (please show that as info next to the field) - "Tradinginterval") ... Is the Interval in minutes which has to be divideable through 5 ... means that the minimum tradinginterval is 5 and it can only be traded in timeframes of a multiple of 5 ... ex. 15 minutes ,60 minutes but not 17 or 63 minutes (please show that as info next to the field) And 1 button: - "Run Analysis" ... starts the script WHAT THE SCRIPT DOES: Go through all lines of data in all the .csv files in the directory "separate_currency_csv" and only use the value from the column "close" to calculate anything. this has to be done separately for every single currency and the taken profits from every single currency have to be added up into $totaltakenprofitsinbtc 0) consider that the script holds an amount of of that currency .. this is considered the tradingvolume of that specific currency that is beeing processed right now consider that a "trade" has happened before you start with processing line one ... trade: means just reset $valuechange to 0 and add the value of $valuechange to $totaltakenprofitsinbtc consider that this script should simulate that it is been run only once every $tradinginterval minutes ... this means that a trade can only be made at exactly these times and not in between (like for example: trading can only be done exactly every 35 minutes) 1) in the variable $valuechange add the differences of the closevalue from previous line to closevalue from currentline [currentlineclosevalue - previouslineclosevalue] (of course this can as well become negative numbers) ... for the first line do [currentlineclosevalue - 0] calculation 2) when $valuechange >= $profittakingfactor, then execute a trade ... in other words when the value of that currency has gone up in % >= than specified profittakingfactor then execute a trade (means reset $valuechange = 0 and add the value of $valuechange to $totaltakenprofitsinbtc) THE RESULTS IT SHOWS: Take Profit Earnings: 0.13 bitcoin Data for the server will be given to you after we have assigned the project to you. Thanks and cheers, Robert
Project ID: 11095287

About the project

31 proposals
Remote project
Active 8 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

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 €189 EUR for this job
User Avatar
Hello I'm interesting your project very well I'm a Good PHP, Java, CSV, Math, Algorithm expert. I m quite well experienced in these jobs. Let's go ahead with me I want to service for you continously. Thanks
€200 EUR in 3 days
4.9 (832 reviews)
9.2
9.2
User Avatar
Hello, and thanks for the opportunity to bid on your project. https://www.freelancer.com/u/TenStar718.html I am an expert in many different area’s of web and mobile applications based on the following languages: Web(PHP, MySql, HTML5, Java) and Mobile (Native and Hybrid). I am also an expert in many different frameworks such as CodeIgniter, Laravel, Spring and jQuery. I have over 5 years industry experience in development and graduated with a Masters Degree in IT from the Hong Kong University. My PHP L1 exam score in Freelancer places me in the top 3% of developers. Please have confidence in my skill and quality of work. I assure, I will do my best to work with you on your project to present the best possible outcome for you and your customers. I will also do my best to correct any area of work where quality comes into question, I want to have pride in my service to your company and the final product provided. While I am happy to make adjustments and alterations as your project progresses please understand that I am a dedicated freelancer and any work that is substantially different from the project description may need the awarded fee to be re-negotiated. Feel free to contact me if you have any questions, and please review my 5 star profile. I look forward to working together in partnership on your project and into the future. Regards
€210 EUR in 3 days
5.0 (245 reviews)
8.6
8.6
User Avatar
Hi Dear Robert, Good Day! This is my tentative bid. I am expert in PHP, and bitcoin website already completed lots of bitcoin website. I will gladly help you to complete your project. Let me know when you would be available for discussion. I have 10 years of experience in web development and I am expert in my domain areas like .net, MVC & PHP advance frameworks, ROR, laravel, CodeIgniter, and hands-on in all CMS like WordPress, drupal, Magento, Weebly, PHP motion, Joomla, opencart , woocommerce, big commerce etc. I have extensive knowledge of html5, css3, javascript, ajax, jquery, bootstrap, and payment integration modules. I am available 24/7, so you can contact me any time round the clock to discuss the project. Regards, SH
€210 EUR in 3 days
4.8 (167 reviews)
9.1
9.1
User Avatar
Hello Rabert, Thanks for inviting to this project. I will submit my detailed proposal soon Thanks, Sathies
€250 EUR in 7 days
4.8 (580 reviews)
9.0
9.0
User Avatar
Hello This seems like file manipulation. If you send me big .csv file, I can work on my server and send you working script. I can deliver this in ~6 hours. Thank you.
€100 EUR in 1 day
5.0 (833 reviews)
8.2
8.2
User Avatar
We can create this script for data for BITcoins at very low cost as we have a team of experienced designers and developers. We want to have long term relations with our clients that's why working at very good prices. Hope you will give us a chance to prove ourselves. Money is also not an issue we can talk about it.
€200 EUR in 7 days
4.9 (483 reviews)
8.2
8.2
User Avatar
I have read your project details, and I am interested in offering my services. I provide 100% satisfaction guaranteed on all my work. Milestone is required to begin; to be released when the job has been satisfactorily completed. I estimate a 3-4 day turnaround (including weekends) on this project. ftp details to your server will be required. Contact me at your soonest convenience so we may get your solution delivered quickly. Thanks, coderXO
€220 EUR in 4 days
4.9 (767 reviews)
8.3
8.3
User Avatar
Thanks for the invite Robert. Nice to know about your PHP script functionality and the task required. As per your need, I will accomplish these 2 tasks. 1) I will adapt your script and saves these exact same information in small csv format. 2) Will write an additional small php script that analyzes the data from all the currency CSV files in the directory "separate_currency_csv": I have 7 years of experience in PHP(v5.5, 5.6), MySQL, HTML/HTML5, CSS/CSS3, Ajax, JQuery, Bootstrap v3, JavaScript. Though your project requirements match my expertise and experience I am sure and confident that I will fulfill your requirements. I am readily available to commence this project. Please feel free to ask questions about my understanding on this project or my expertise. Awaiting your reply! Brijesh P, Web Expert.
€250 EUR in 7 days
4.7 (248 reviews)
8.1
8.1
User Avatar
Hello Robert , I do understand your requirment .I have created more than 23 PHP scripts for my client . I have good experience in PHP scripts . Recently I have made PHP script for image grab. you can see client's feedbacks for script development tasks on my profile page :- https://www.freelancer.com/projects/Graphic-Design/Modifications-Website-Builder-PHP-script/ https://www.freelancer.com/projects/php/simple-PHP-script-for-image/ I hope you would choose me for this job, looking at my expertise, and my assurance to get the job within budget and on time. Please ping me for more discussion about your task . With regards, Richestuser
€204 EUR in 4 days
4.9 (238 reviews)
7.2
7.2
User Avatar
Hello Robert as you know i have already made this script fo first phase. so i know very well about requirement what you reuired.i will do it as per your need in less time. please message me. Thanks Espsofttech
€200 EUR in 5 days
4.7 (143 reviews)
7.5
7.5
User Avatar
Hi, I can do your project in 2 days on this way: 1)first I will change your script to save in small csv files 2)second I will create html form with 3fields and button 3)I will create small php script to read csv files and calculate profit, I think is better to call that script with ajax to show progress, and can display result in html page where is form profit by currency and total in table If you have question you can contact me. Regards
€166 EUR in 2 days
5.0 (56 reviews)
6.7
6.7
User Avatar
Hello Sir, Thanks for posting your exact requirement in detail. I am interested to work on this. Please let me know when can discuss for the same. Thanks & Regards, Anshulika Bansal
€200 EUR in 3 days
4.9 (73 reviews)
5.9
5.9
User Avatar
A proposal has not yet been provided
€181 EUR in 1 day
4.9 (14 reviews)
4.8
4.8
User Avatar
A proposal has not yet been provided
€133 EUR in 3 days
4.9 (38 reviews)
5.0
5.0
User Avatar
Hello, I understand almost of the idea of the analysis, however a simple run example is welcomed, for example in a spreadsheet with few values. greetings, Ronal Garcia
€60 EUR in 5 days
4.9 (16 reviews)
4.5
4.5
User Avatar
5 Reasons why you should hire me for your custom website and Application Development. 1. Available 24/7 upon your request 2. Delivery on-time with 100% satisfaction 3. Always think beyond boundaries and provide user friendly solution 4. Provide excellence with commitment 5. Most important, Free technical support for lifetime. If you are looking for custom website development like Intranet application, web directory, online community, online portal, online connecting consumer and vendor, you search will end here. About Me: More, over the last 3 years, I have developed a wide range of websites and apps using .Net, PHP, Web based application, Desktop based software, MS Sql and MySQL including sites for start up companies and small businesses. My core competency lies in complete end-end management of a new website development project, and I am seeking opportunities to build websites from the ground up for you or your business. While working on your project, I am taking care of Clean and neat design Daily communication to show progress Unit testing with 100% results Free lifetime support for any technical issue! Thank you
€140 EUR in 6 days
4.2 (19 reviews)
4.8
4.8
User Avatar
Thank you for the Opportunity to introduce us. As per your requirement, I would like to tell you that we have a very strong experience of more than 7 years in the field of Web site Designing/Graphic Designing/UI. I would also like to mention that we have Front End Developer experts working over here and they will provide you with 100% result and satisfaction guarantee. Look forward to discussing this opportunity with you further. Thanks, Teddytech
€216 EUR in 3 days
5.0 (4 reviews)
3.3
3.3
User Avatar
Hello! I would like to work on your project. I've read the description and it's quite clear to me what you need. It is a few days work. I left the 10 days term just to be sure.
€111 EUR in 10 days
5.0 (5 reviews)
3.4
3.4
User Avatar
hi Robert, I can make your little trading simulator in php. I like your detailed and technical task description, it's always a pleasure to work with smart people like you. My approach would be showing you the demo from the day one and we fine tune it as you need (sometimes you have to "touch" the software to understand what are you really after). I also have some ideas about GUI, we can make a nice little single page app for this project. I sincerely want this project to succeed, I will not stop developing until you're 100% satisfied with the end product. I'm experienced software engineer (15+ years). Please, google Vitaliy Ryepnoy or vitdotonline, if you're interested and want to know more about me. I look forward to hearing from you soon. cheers, Vit P.S. stop, here is more, if you provide the script&data for me in any way that convenient for you (email, im, etc) I'll make a free demo for you on my own amazon infrastructure, and you decide is it worth the price I bid here.
€250 EUR in 3 days
4.8 (6 reviews)
2.9
2.9

About the client

Flag of AUSTRIA
Mieming, Austria
4.9
22
Payment method verified
Member since Apr 17, 2016

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.