The Freelancer.com Bid Ranking Guide
Find out which factors affect your Freelancer.com ranking, and learn how to improve your visibility.
EN I would like to order an autopilot program (sources in C required) for the STM32F103 or STM32F401 or STM32F411 platform. The autopilot's task is to swim to the target in a straight line (I don't care what algorithm will be used) by controlling the model of a two-engine boat (in my model it is controlling 550 class motors with XXD HW30A 30A Motor ESC regulators) GPS with built-in RadioLink Mini M8N GPS TS100 compass. If you need an external compass, I'm open, if you can't use the built-in Radiolink, eg Gyroscope, Accelerometer, GY-511 compass. I want the program to calculate the route based on the GPS indications and the gyroscope and / or accelerometer and / or compass. The destination point is entered by means of 2 strings long and lat. I don't need mo...
...developer/company with in-depth knowledge and the experience of the JSPRIT routes planning and optimization algorithm www.graphopper.com. The existing opensource version of it does not have all required by us functionalities. We need to have JSPRIT algorithm enhanced by multi pallets load functionality in (2D). Currently there is an option to check number of homogenous pallets load (pieces) into the truck as well as to check its weight or sq meters. But all these are homogenous parameters. In real business life scenarios often there are different sizes of pallets which are loaded onto the same truck. Therefore JSPRIT would need to be associated/linked with another bin packing algorithm which would check during every truck loading if another pallet would still be p...
Implement an algorithm for selecting the leader (coordinator) based on the bully algorithm. Use of the mechanism of sockets. Description: The program must have work in console. 3 computers (or more) must be connected to a network or to a single router. On all 3 computers, the program must operate. At the interfaces must be a message that the computer is a leader and who is not, and any additional information (eg .: -why this computer is a leader, or -why this computer is no longer a leader or -time embodiment algorithm, or -time transmission of information, or -whatever, the more the better) PL: Zaimplementować algorytm wyboru lidera (koordynatora) w oparciu o algorytm bully (tyrana). Wykorzystać mechanizm gniazd Opis: Program może działać w k...
Java implementation of Lyra2 algorithm. C source:
Implement an algorithm for selecting the leader (coordinator) based on the bully algorithm. Use of the mechanism of sockets in C or .NET Description: The program must have a windowing interface, not the console. 3 computers (or more) must be connected to a network or to a single router. On all 3 computers, the program must operate. At the interfaces must be a message that the computer is a leader and who is not, and any additional information (eg .: -why this computer is a leader, or -why this computer is no longer a leader or -time embodiment algorithm, or -time transmission of information, or -whatever, the more the better) PL: Zaimplementować algorytm wyboru lidera (koordynatora) w oparciu o algorytm bully (tyrana). Wykorzystać mechanizm gniazd ...
Poszukuję osoby do zaprojektowania płytki elektrycznej PCB wraz z miniprocesorem. Chodzi o układ sterowania, regulator grzewczy, sterowaniem algorytmem PID. Układ ma być jak najmniejszy. I`m lookind a person who will make a project of electric PCB with micro procesor. It will be a controler of heating instalation. Control with algorithm PID. The PCB should the the smallest as it is possible.
The role is of high priority fo...of the internet market including job sites, blogging and social networking. · Able to analyse web pages and make detailed SEO recommendations · Working knowledge of HTML, CSS · Proficiency with SEO and keywords research Tools, Google Analytics, Microsoft Word, and Excel · Enthusiasm for and a commitment to keep up to date with current SEO strategies and algorithm changes · Detail-oriented with strong organizational and reporting skills · Self-motivated, disciplined, and able to work effectively as part of a global team · An experienced SEO looking for an opportunity to prove your ability on a global stage. Your CV (english) please send to this address e-mail: @
Witam, Potrzebuję implementacji algorytmu CRF (chodzi o klasyfikację za pomocą Conditional Random Fields na potrzeby przeszukiwania stron internetowych). Chodzi mi o to żeby algorytm był napisany w C# .NET i był częścią działającej aplikacji internetowej, która ukazywałaby jego działanie. Przykładowy algorytm w C++ znajduje się tutaj: Aplikacja ta może być maksymalnie prosta wizualnie i funkcjonalnie oraz może w dużej mierze opierać się na powyższym przykładzie. Więcej informacji tutaj: pozdrawiam
Witam, Potrzebuję implementacji algorytmu CRF (chodzi o klasyfikację za pomocą Conditional Random Fields na potrzeby przeszukiwania stron internetowych). Chodzi mi o to żeby algorytm był napisany w C# .NET i był częścią działającej aplikacji internetowej, która ukazywałaby jego działanie. Przykładowy algorytm w C++ znajduje się tutaj: Aplikacja ta może być maksymalnie prosta wizualnie i funkcjonalnie oraz może w dużej mierze opierać się na powyższym przykładzie. Więcej informacji tutaj: pozdrawiam
Witam, Potrzebuję implementacji algorytmu CRF (chodzi o klasyfikację za pomocą Conditional Random Fields na potrzeby przeszukiwania stron internetowych). Chodzi mi o to żeby algorytm był napisany w C# .NET i był częścią działającej aplikacji internetowej, która ukazywałaby jego działanie. Przykładowy algorytm w C++ znajduje się tutaj: Aplikacja ta może być maksymalnie prosta wizualnie i funkcjonalnie oraz może w dużej mierze opierać się na powyższym przykładzie. Więcej informacji tutaj: pozdrawiam
Potrzebuje rozwiazac takie zadanka. Algorithms must be written in pseudocode 1. Show the computation of the subset sum algorithm on the following data: the elements' weights are 8,5,10,3,6,8,2; the capacity of the bin is 20. Just draw an appropriate array and fill it like we did in class. Before doing that permute the elements in your own way (leave 2 as the last item). If the answer is positive list the elements whose weights sum up to the capacity of the bin. 2. When playing a game you are at position 0 initially. You can perform three types of moves, improving your position by 1, 2 or 3. Write a dynamic programming algorithm that computes in how many ways you can improve your position from 0 to n. For example, if n = 3, you can make it in 4 ways: 1+1+1 or...
...candies, the only "fuel" accepted by our sweet man. Tchesio's capacity is c candies, and his fuel consumption is f candies per mile (independent of the amount of sweets he just consumed). Assume that the lengths of consecutive intervals are given in an array A[n]. (a) Design a best strategy for Tchesio that tells him how many candies he should consume at each stopover (b) Give an algorithm that checks if Tchesio can successfully reach the end of the route. 6. You are given a family of n intervals on the line. The i'th interval is specified by two integers: the starting point S[i] and the ending point E[i]. Your task is to assign colors 1,2,3,... to intervals in such a way that: - if two intervals intersect then they are assigned a different color (i...
Write a program that implements the divide and conquer algorithm for finding two closest points on the plane. Details: input, to be read from the standard input stream: line 1: integer n, 2 <= n <= 1 000 000 line 2: integers x1, y1, -1 000 000 000 < x1,y1 < 1 000 000 000, separated by a space, specifying coordinates of point 1 line 3: similar, coordinates of point 2 ... line n+1: coordinates of point n output to the standard output stream: integer z, value of which is the square of the distance between the closest points Sample input: 3 1 1 -2 0 3 –2 Output: 10 Other requirements: For sorting (the initial phase of the algorithm) make your own implementation of mergesort. Programming language: C or C++. The program should run under ...
Write a program that implements the divide and conquer algorithm for finding two closest points on the plane. Details: input, to be read from the standard input stream: line 1: integer n, 2 <= n <= 1 000 000 line 2: integers x1, y1, -1 000 000 000 < x1,y1 < 1 000 000 000, separated by a space, specifying coordinates of point 1 line 3: similar, coordinates of point 2 ... line n+1: coordinates of point n output to the standard output stream: integer z, value of which is the square of the distance between the closest points Sample input: 3 1 1 -2 0 3 –2 Output: 10 Other requirements: For sorting (the initial phase of the algorithm) make your own implementation of mergesort. Programming language: C or C++. The program should run unde...
...Keyword Scout: A tool to identify high-traffic keywords, allowing sellers to optimize their listings and understand keyword competition. Product Tracker: Enables users to track specific products over time, monitoring changes in price, sales volume, and inventory. Supplier Database: A resource to connect sellers with suppliers/manufacturers for their desired product. Market Opportunity Score: An algorithm that assesses the viability and competition of potential product niches, helping sellers make informed decisions. Intuitive Filters: Allow users to sort and filter products based on various parameters such as category, sales rank, price, reviews, etc. Integration with Amazon API: Seamlessly fetch and update data for accuracy and real-time analysis. Niche Hunter: Helps ident...
I am writing a journal, and I have encountered practical issues when testing a C++ algorithm to improve the ITS-G5 protocol for vehicle response time and enhance the C-V2X protocol to reduce latency. I want to present the results under a scenario involving 20 vehicles, including data on throughput, latency, etc., with simulations and graphs using omnet++
I am looking for a skilled freelancer who can create a YouTube bot for me. Here are the specific...looking for a skilled freelancer who can create a YouTube bot for me. Here are the specific requirements for the project: Features: - The bot should be able to increase views and likes on YouTube videos. Target Number of Views: - I would like the bot to achieve between 1,000 and 10,000 views. Algorithm Detection Bypass: - It is important that the bot is able to bypass YouTube's algorithm detection. Ideal Skills and Experience: - Experience in creating YouTube bots - Knowledge of YouTube's algorithm and how to bypass detection - Familiarity with increasing views and likes on YouTube videos If you have the necessary skills and experience to complete this pro...
Fluid Mechanics Engi...coding skills - Experience in predictive modeling and algorithm development would be beneficial Project Description: We are seeking a highly skilled Fluid Mechanics Engineer with expertise in flow dynamics to assist us with a project that involves machine learning and Python coding. The specific area of fluid mechanics that requires assistance is flow dynamics. Additionally, the project will involve utilizing machine learning techniques for data analysis and interpretation. Therefore, proficiency in data analysis and interpretation using machine learning algorithms is crucial. The ideal candidate will have an advanced level of Python coding expertise and a strong background in fluid mechanics. Experience in predictive modeling and algorithm development...
This project needs to be completed using Java and is an individual project. the packet scheduling algorithm – Generalized Processor Sharing (GPS). GPS cannot be directly applied in a real network for ordering packets for transmission because it assumes a fluid packet/traffic model. Real-world packets consist of bits/bytes, and they must be transmitted atomically, i.e., a packet must be transmitted as a single entity. Packet-by-packet GPS approximates the GPS scheduler closely using a virtual time-based implementation. Refer to the paper for details on GPS/PGPS: Abhay K. Parekh and Robert Gallager, ``A generalized processor sharing approach to flow control in integrated services networks: the single node case,'' IEEE/ACM Trans. on Networking, Vol. 1, No. 3, pages 344-...
I am looking for a social media expert who can help me with content creation and promotion on Facebook. Platforms: - Facebook Content Needed: - Posts Goal: - Product Promotion Ideal S... Goal: - Product Promotion Ideal Skills and Experience: - Experience in creating engaging and persuasive posts for Facebook - Knowledge of effective promotional strategies - Understanding of targeting and reaching the desired audience - Ability to craft compelling product descriptions and offers - Proficiency in using Facebook's advertising tools - Strong understanding of Facebook's algorithm and best practices for maximizing reach and engagement. If you have the skills and experience to create compelling posts that will effectively promote my products on Facebook, ple...
I am looking for a skilled Matlab developer who can help me optimize my code for a multi-objective whale optimization algorithm. Skills and Experience: - Strong proficiency in Matlab programming - Experience with optimization algorithms, particularly multi-objective algorithms - Familiarity with whale optimization algorithm is a plus Project Details: - The project involves editing existing Matlab code to optimize it for a multi-objective whale optimization algorithm. - The current runtime of the code for a typical optimization problem is unknown. - The goal is to improve the efficiency and performance of the code to achieve faster optimization results. If you have experience with optimization algorithms and are proficient in Matlab programming, please reach out. Th...
Remote support for Advanced C++ project - I am looking for a freelancer who can provide remote support for my advanced C++ project - The specific help I need includes importing and executing an existing C script - The project needs to be completed today, so the freelancer must be available immediately - The freelancer should have experience in debugging, code optimization, and algorithm design - The complexity level of the project is advanced, so the freelancer should have a strong understanding of C++ programming at an advanced level.
Hello everyone, I am looking for an experienced programmer to complete a project for me involving Python based coding for Algorithmic trading strategy to execute the same on cloud using a broker API. My preferred programming language for this project is Python. I do have a specific trading algorithm that I want to implement, so it will require no refinement. As for the broker API, it needs to be executed with Kotak Neo. The project should be completed in a timely manner and with accuracy. If you feel you have the skills to do the job, please let me know. I'm eager to find a qualified programmer who can help me get this project completed. Thank you and I look forward to hearing from you soon.
I am looking for a freelancer to help me upload promotional videos on YouTube. The purpose of these videos is to drive traffic to my website. Skills and Experience: - Experience in video uploading and optimization on YouTube - Familiarity with YouTube's algorithm and best practices for increasing video visibility and engagement - Knowledge of SEO and keyword research for creating effective video descriptions and tags - Ability to follow specific requirements for video descriptions and tags provided by me Requirements: - The videos will be provided by me, so the freelancer will not need to create them - I will provide specific requirements for the video descriptions and tags, so the freelancer will need to follow them accurately Overall, I am looking for a skilled and experi...
BID ONLY WHAT YOU ARE EXPECTING TO BE PAID! Dear freelancers, I am looking for someone to write a CLI program on Prolog. You need to make the game so, that I can play against the computer and you can use the minimax algorithm if you want. Thank you in advance!
...numpy python, doesn’t rely on 'black-box' libraries. I am seeking an experienced python developer to help adapt my existing algorithm to scale when working with large amounts of data. Currently, my data set consists of more than 200TB, and I need to make use of the Dask framework in order to enable better scalability. My goal is to take my current algorithm and transform it into a scalable system that is able to handle such a massive amount of data quickly and efficiently. This means that the developer will need to engage in optimization and debugging to ensure the best performance for my algorithm. Ultimately, I am looking to improve the scalability of my algorithm so that it can meet the demands of my current dataset with no issues. ...
...opportunities for improvement - Implementing on-page optimization techniques to enhance the visibility and relevance of my listing - Monitoring and tracking the performance of the listing, making necessary adjustments to improve rankings and increase sales Skills and experience required: - Proven track record in Amazon SEO and improving listing rankings - Strong knowledge of Amazon's search algorithm and ranking factors - Experience in conducting keyword research and implementing SEO strategies on Amazon - Proficiency in competitor analysis and identifying opportunities for optimization - Excellent analytical and problem-solving skills - Strong communication skills to provide regular updates and recommendations for improvement If you have a passion for SEO and a proven tra...
I'm looking for someone to create a MATLAB code to carry out binary non dominated whale optimization algorithm . I have specific requirements for the code and I am looking for an experienced freelancer to create it in an efficient manner. The code should be suitable for generators maintenance scheduling problem. If you believe you have the expertise to develop this code, please contact me and let's discuss the project further.
I have crafted a Python-based trading algorithm to execute my trading strategy, and I'm seeking expert guidance to resolve any errors, ensure its precise functionality, and establish seamless synchronization with Interactive Broker's TWS API. The average trade volume per day for the algorithm is less than 100 trades. Assistance with backtesting the enhanced algorithm is not required. Skills and experience required for this project: - Strong proficiency in Python - Experience with algorithmic trading and the TWS API - Knowledge of optimization techniques for faster execution - Understanding of risk management strategies in trading algorithms
Proszę, Zarejestruj się lub Zaloguj, żeby zobaczyć szczegóły.
I have an NLP model using Random Forest for data classification. I need that: 1. Analyze the dataset, understand if it is necessary to do any balancing techniques or increase the amount of data. 2. Validate the existing model, the techniques used and points for improvement according to analysis 1. 3. Create 2 other models to perform tests (example:...any balancing techniques or increase the amount of data. 2. Validate the existing model, the techniques used and points for improvement according to analysis 1. 3. Create 2 other models to perform tests (example: KNN + RF) 4. Comparative analysis between models. 5. Support for questions and possible code corrections NOTE: Much of the code is implemented. What will be necessary is to adjust the algorithm part only and create analyzes f...
Single object, single track look for 3-4 scenarios where there is only one car in a specific region. E.g. in the ego lane. Goal: Implement a real simple algorithm to initiate a track and remove the ground plane You need to decide how to update the track: In case of having a point cloud you might use a simple clustering algorithm like dBScan and use the center for tracking Track using Lidar only Track using Radar only Track using both by using sensor fusion (kalman filter) Use in both cases only x and y position Use a simple state space (x, xdot, y, ydot, L, W) C = [1 0 0 0 0 0;0 0 1 0 0 0]
Project Title: Image processing using Matlab In this project, I need assistance with algorithm development using Matlab and Mathematics. Specific Tasks: - Develop algorithms - Implement models and simulations using Matlab and Mathematics Existing Data: - Yes, I have existing data that needs to be worked with Timeline: - The task needs to be completed within a month. Ideal Skills and Experience: - Proficiency in Matlab and Mathematics. - Strong background in algorithm development. - Electrical Engineering - Image Processing - Computer Vision
Project Title: Stable Diffusion / Style Transfer: Expert Required to Improve Existing Algorithm We need the algorithm to stablize on one style instead of changing & to eliminate the flicker. Primary Goal: - The primary goal of this project is to achieve both stable diffusion and style transfer. Desired Outcome: - The desired outcome of the project is to improve an existing algorithm for stable diffusion and style transfer. For video & Live-stream 1080p / 720p / 4k. Freelancer Experience: - We require an expert level of experience in the freelancer to successfully accomplish the project goals. Skills and Experience: - Strong knowledge and expertise in stable diffusion and style transfer algorithms. - Proficiency in programming languages such as Python, C++...
Project title: Clock algo Description: I am looking for a developer who can implement a Least Recently Used (LRU) clock algorithm in C++ for an operating system application. Skills and experience needed: - Strong proficiency in C++ programming language - Familiarity with clock replacement algorithms, specifically LRU - Experience working with operating systems and understanding of their functionality - Knowledge of data structures and their implementation - Ability to optimize code for efficiency The ideal candidate should have a good understanding of operating systems and be able to efficiently implement the LRU clock algorithm in C++ to improve the performance of the system.
SEO Optimized Content Wri...Ability to meet tight deadlines and deliver high-quality work Responsibilities: - Conduct keyword research and identify relevant keywords for each piece of content - Create engaging and informative articles, blog posts, and web copy that incorporate the identified keywords - Optimize content for search engines, focusing on improving keyword rankings - Stay updated with the latest SEO trends and algorithm changes to ensure content remains optimized If you have a list of specific keywords to be used, please provide them. However, if you need assistance with keyword research, I can help you with that. Please provide samples of your previous work and include your rate per word or per project. Looking forward to working with a talented and reliable content ...
I am looking for a freelancer who can help me with a personal project. I need assistance with the detection of exudates and microaneurysms in retinal images through segmentation. The ideal candidate should have experience in image processing and computer vision. Specific requirements: - Develop an algorithm for the segmentation of exudates and microaneurysms in retinal images - The freelancer will need to find the images for testing the algorithm - The project should be completed within a timeframe of 3-4 weeks Skills and experience required: - Strong background in image processing and computer vision - Familiarity with segmentation techniques - Experience in medical imaging is a plus Here is the article that I need to reproduce, I need to perform the same tests as the art...
I'm in need a Math Functional algorithm solution...I will share the details file over chat. Thanks!
Biomechanics Work[ 3 weeks tim...details.] - Tflite Openpose [ to know the angles and all] - Some Algorithm to detect which part of the body [ Upper /Lower is moving first] - Analysis of Takeaway [ I would need your guidance here] as I don’t know this thing very well. Only then I can implement this to code. - If correct, okay , else , show video [ From where are we going to get this LIVE video] - Text to speech conversion. Supporting Tools ioS App. Inference Cloud Solution: [Endpoint] onApp. AWS [Sagemaker, Ec2] with GPU atleast “ml.g5.2xLarge” Inferencing Cost/Hr = $1.515 for above mentioned GPU. Hosting Cost/Hr = NONE Inference time = Can’t be decided as of now. Proposed Solution: Create a App which can show 5 [scroll view] Analyze videos above by a ML ...
I'm in need a Math Functional algorithm solution...I will share the details file over chat. Thanks!
I am looking for a freelancer to develop a computer vision algorithm using OpenCV and Python for PPE detection. The project requires detecting safety helmets and safety vests in images or videos. Ideal skills and experience for the job include: - Strong knowledge of computer vision and image processing techniques - Proficiency in OpenCV and Python - Experience in object detection and classification algorithms - Familiarity with training and fine-tuning deep learning models - Ability to work with large datasets and perform data augmentation The PPE detection system should be highly accurate in identifying safety helmets and safety vests. The freelancer may need to source a specific dataset or use a rough idea of what dataset to use to train and test the model. The final solution s...
I am looking for a skilled programmer with experience in algorithmic trading to help code my specific trading algorithm. Skills and Experience: - Strong proficiency in Python programming language - Knowledge of algorithmic trading strategies and techniques - Experience in developing and implementing trading algorithms Project Details: - The project involves coding a specific trading algorithm using Python. - The algorithm will be used for algorithmic trading in the financial markets. - The expected timeline for completion is within a month. If you have the necessary skills and experience in algorithmic trading and Python programming, please reach out to discuss the project further.
...Trading Algorithm Development for High-Risk Stock Trading Skills and Experience: - Strong knowledge and experience in algorithmic trading development - Proficiency in programming languages such as Python, Java, or C++ - Familiarity with stock market data analysis and trading strategies - Experience in developing high-frequency trading algorithms - Ability to handle high-risk trading environments and implement risk management measures - Understanding of market volatility and ability to adapt algorithms accordingly Project Requirements: - Develop an algorithmic trading algorithm specifically for the stock market - Implement a high-risk trading strategy that aligns with the client's risk tolerance - Use historical stock market data to backtest and optimize the algor...
I am looking for a social media manager to handle the promotion of my book on Twitter. The main focus of this project is to promote the book and increase its visibility on the platform. Skills and experience required for this job: - Proven experience in managing social media accounts, particularly on Twitter - Strong knowledge of Twitter's algorithm and best practices for engagement and promotion - Excellent writing skills and ability to create compelling and engaging content - Familiarity with the book industry and ability to tailor social media content to target book readers and enthusiasts - Ability to create and schedule social media posts once a week - Experience in tracking and analyzing social media metrics to measure the success of promotional efforts If you have a p...
...am looking for a developer to modify VueTube and make it a multiuser site and app. The following modifications are needed: - Adding user registration and login functionality, with a preference for social media login, specifically Facebook login. - A user can create channel just like youtube - Implementing a notification system to enhance user experience. - Improving the video recommendation algorithm to provide more accurate and personalized recommendations. I need work done on both frontend (android, IOS, webiste) and backend (website) This github project is here: Ideal Skills and Experience: - Experience with Vue.js and its ecosystem, as VueTube is built on Vue.js. - Proficiency in frontend development technologies such as HTML, CSS, and JavaScript
I need someone to work on the facial recognition software in...already done it for eyes and mouth, I need someone to train a head-tilt recognition model and add it to the existing programming. Conditions: 1- I will require graphs and tables in the result section showing accuracy with head-tilt added to the equation. 2- The complete system should show an Accuracy higher or equal to 90%. 3- I would require the description of head-tilt, how it's working, which algorithm we used etc. as I would need that. 4- Make the system rotation invariant. 5- I would need your help with mathematical equations of how the complete system works after adding the head tilt to the equation. 6- Help me with the bugs to get it running on my PC. Please bid with the exact amount you expect to be paid f...
...-title -description of your features exploaitory data analysis unitarian, bivariate and multi variate analysis -detection outlier and its treatment features engineering , features scaling: standardization, normalization, robust scaling, ect encoding : one hot encoding , label encoding ect… implementation of machine learning algorithms: 3 to 4 algorithms need to be applied conclusion : which algorithm is better etc comment it out your work( the findings from the objectives)...
..."auto-score" feature for simplified scoring. This feature should automate scorekeeping to some extent for user convenience. 4. International Match Scores: Integrate a feature to display international cricket match scores and updates. Fetch real-time data from a reliable source or API. 5. Local Rankings: Calculate and display local cricket rankings for teams and players. Consider using a scoring algorithm to determine rankings. 6. Local Ground Management: Include features for managing local cricket grounds. Allow users to add and update information about local grounds. 7. Local Tournament Fee Management: Implement a system for managing tournament entry fees. Enable tournament organizers to collect and track fees. Additional Information: The app should have an intuit...
“I am seeking an evaluation and optimization of my trading strategy. I have meticulously compiled daily high and low predictions for Tesla stock, generated by my proprietary algorithm based on specific dates. In this strategy, I initiate a short position when the price dips to a predetermined percentage below the anticipated high, with a profit-taking target set at 0.3% from the entry point and a stop loss at 3% from the entry. Conversely, I enter a long position when the price rises to a predefined percentage above the expected daily low. Here, my profit target is 0.3% from the entry, and the stop loss is set at 3% from the entry. Each trade is executed with a capital allocation of $25,000. I am also seeking optimization for the entry thresholds above and below, as well as...
Hi, I am looking for a vanilla js developer to work on a handsontable. Handsontable documentation here - The task is to create js functions to enable a custom filtering algorithm:: Details below. I am sharing a dataset in the files attached section You will require to do the following actions: 1. Load the data with default filters (screenshot attached, can share code if needed) 2. Disable default filters on the skills column (screenshot attached) 3. Create a custom function that calculates all the unique skills in the skills column (to be done) 4. Render a replica of the default filters where one can select a skill and the columns get filtered with the multiple selected skills (to be done). a) This will require to add an event listener that will create a dropdown;
Find out which factors affect your Freelancer.com ranking, and learn how to improve your visibility.
Services is a new and improved product here on Freelancer.com. Find out everything you need to know!