Mt4 shift ema jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 mt4 shift ema jobs found, pricing in USD

    I'm in need of a complex script that combines SMC schools, ICT schools, and commercial use elements into a single Tradingview indicator. Here are more details on what I'm looking for: - The script should include various elements from SMC and ICT schools, as well as classic trading methodologies fo...documentation Experience with liquidity tables and Vortex editing would be an advantage. Please only apply if you are confident in your ability to meet these requirements. For clear information Smc and ict also automatic fibonacci +trend channel + trend lines with SR liens + stock and crypto and forex liquidity table+ dashboard table with major information from rsi and Vortex also macd and Ema 50 also Ema 200 + trend status with multiple frames all in one with contr...

    $1107 (Avg Bid)
    $1107 Avg Bid
    48 bids

    I am on the hunt for an expert in recruitment, specifically for contract roles. As the idea...understanding of what this entails is vital. Dive straight in, bid now! Types of profiles to hire : Normal process:- (1.5k INR per Joining) Profile:- Customer support executive Salary:- 13-15k CTC Details:- 6 days working, no cabs, day profile, 8.5 hours shift. Perks:- 2.5 Day leaves in kitty per month, yearly appraisal, yearly bonus, quarterly bonus, quarterly incentives etc. Job Location:- Jaipur Premium process:- ( 2.5k INR per Joining) Profile:- Customer support executive Salary:- 15-20k CTC Details:- 6 days working, no cabs, day profile, 8.5 hours shift. Perks:- 2.5 Day leaves in kitty per month, yearly appraisal, yearly bonus, quarterly bonus, quarterly incentives etc. Job L...

    $21 (Avg Bid)
    $21 Avg Bid
    9 bids

    We are currently in need of a highly skilled and experienced senior software developer to create complete cloud-based HRMS attendance and payroll software. Key Features: - Time Tracking: Essential for accurately recording hours worked. - Leave Management: Allowing HR to monitor and control employee leave effectively. - Shift Scheduling: Facilitating efficient scheduling and management of employee shifts. - Payroll Functionality: A critical component, ensuring accurate and timely processing of employee salaries and wages. It's beneficial if you have experience in creating applications that may need to potentially interact with existing payroll or HR systems in the future. However, specific integration with these systems at this point is undecided. Your experience in dealing w...

    $737 (Avg Bid)
    $737 Avg Bid
    23 bids

    ...include: Example-if i select a product we are making that day it automatically populates how many people required for that product and when box is clicked it shows the names of people available that day. The names we can enter and remove has needed if employees leave or new employees arrive. - Employee Names: I want to record the names of each staff member in my organization. - Shift Management: I want to assure every shift for specific products has appropriate manning. Ideal Candidate: A freelancer who has experience with HR data management and Excel roster creation would be ideal for this task. They would have knowledge of how to efficiently categorize and track staff members across 1-3 departments, each with 10-20 employees. Bonus qualification: If you've pre...

    $286 (Avg Bid)
    $286 Avg Bid
    31 bids

    ...include: Example-if i select a product we are making that day it automatically populates how many people required for that product and when box is clicked it shows the names of people available that day. The names we can enter and remove has needed if employees leave or new employees arrive. - Employee Names: I want to record the names of each staff member in my organization. - Shift Management: I want to assure every shift for specific products has appropriate manning. Ideal Candidate: A freelancer who has experience with HR data management and Excel roster creation would be ideal for this task. They would have knowledge of how to efficiently categorize and track staff members across 1-3 departments, each with 10-20 employees. Bonus qualification: If you've pre...

    $87 (Avg Bid)
    $87 Avg Bid
    39 bids

    Company Description UrbanRoof Pvt. Ltd. is a leading service provider specializing in waterproofing, repair, and rehabilitation of buildings and constructions in Pune, Mumbai, Bangalore, and Delhi. Urbanroof is on a mission to revolutionize the way property owners approach structural issues in their constructed properties by encouraging them to shift from a reactive "Cure-based" approach to a Proactive “Preventive one”, similar to how we prioritize maintaining our bodies through exercise, a healthy lifestyle, and proper Chief Marketing Officer will be responsible for market planning, market research, public relations, marketing management, and sales. Their day-to-day tasks will include developing marketing strategies, conducting market research, managing publ...

    $653 (Avg Bid)
    $653 Avg Bid
    8 bids

    ...refactoring and debugging. Check this: 1. Compile the code and fix bugs. 2. Modify the project. a. Create individual componemts. a. server b. client c. Frontend etc. and refactor. Simplify the code. 3. Test and release. - Compile the code and perform minor tweaks and optimizations to address any bugs that may arise. - After the initial debugging, the focus will shift to modifying the project. It involves breaking down the existing code into individual components such as server, client, frontend, etc. - In this modification phase, the main goal is to enhance the functionality of the project while simplifying the code structure. The final phase will encompass thorough testing of the revamped code for any bugs and glitches. Upon completion of the testing phase

    $155 (Avg Bid)
    $155 Avg Bid
    53 bids

    ...hosted on GitHub. Check this: 1. Compile the code and fix bugs. 2. Modify the project. a. Create individual components. a. server b. client c. Frontend etc. and refactor. Simplify the code. 3. Test and release. - Compile the code and perform minor tweaks and optimizations to address any bugs that may arise. - After the initial debugging, the focus will shift to modifying the project. It involves breaking down the existing code into individual components such as server, client, frontend, etc. - In this modification phase, the main goal is to enhance the functionality of the project while simplifying the code structure. The final phase will encompass thorough testing of the revamped code for any bugs and glitches. Upon completion of the testing phase

    $153 (Avg Bid)
    $153 Avg Bid
    43 bids

    I'm looking for an Android developer with specific skills and experience to help me develop a social media app. Key Requirements: - Android Native K...You'll be responsible for the entire development process, from UI/UX design to API integration and bug fixing. - E-commerce Features: The app will require e-commerce capabilities, including shopping cart, user profiles, and payment gateway integration. This is a long-term project, so I'm looking for someone who can commit to working on it consistently. Ideally, you should be available during USA shift hours. Your prior experience in developing social media apps, handling e-commerce features, and working with Kotlin will be highly valued. Please provide examples of your previous work that align with these requirements ...

    $8 / hr (Avg Bid)
    $8 / hr Avg Bid
    28 bids

    ...i_length = (defval=20, title="Length", minval=1, maxval=20, group=GP1) i_ma_smoothing = (defval="SMA", title="Smoothing", options=["RMA", "SMA", "EMA", "WMA"], group=GP1) var string GPS = "Scaling" i_scaling = (defval=false, title="Scale Bars", group=GPS) i_scaling_factor = (defval=10, title="Scaling Factor", step=1, group=GPS) ///////////////////////////////////////////////////////////////////////////////// HELPER FUNCTIONS // Moving average helper function ma_function(source, length) => switch i_ma_smoothing "RMA" => (source, length) "SMA" => (source, length) "EMA" => (source, length) => (source, length) //////////...

    $107 (Avg Bid)
    $107 Avg Bid
    9 bids

    ...includes the following, - 12hr chart & 5 day chart both with the same indicators but 5D has conditions that need to be meet prior to the other chart. - "_CM_2EMA-Trend", I use the 9EMA and 21EMA but want the ability to change them, the indicator needs to cross to determine an entry. I also have it set up to that it changes colour, yellow for when the 9EMA is above the 21 EMA and purple when the 9EMA is below the 21 EMA, the colour in between the lines is the same but more transparent. I can provide a screen shots and the full training system in full documentation for further details. The 5D has the following conditions. - 5D - Stoch must have crossed or pointing up for a long and crossed and pointing down for a short trade. I manually put vertical bars...

    $699 (Avg Bid)
    $699 Avg Bid
    27 bids

    *Job Opportunities:* *Skills Required:* 1. English - Good Written Communication Skill 2. eCommerce - Shopify Website Order Management Skills 3. Very much Dedicated & Good Behavior is important. *Work Details:* International eCommerce Website complete Ord...important. *Work Details:* International eCommerce Website complete Order & Operation Management, Communication with Different Stakeholders, Organized Reporting, IT System Support. Work Day: 5 Days, Monday to Friday Salary: 15 K BDT per month (On Probation - After successful probation period - 20K BDT) Starting Date: Immediately *Working Time: 7 PM to 4 AM [Completely Night Shift Work] - Only apply if you can work on Night Shift.* *You have to work with USA Team, You will work with the Operation Manager as...

    $30 - $250
    Sealed NDA
    $30 - $250
    4 bids

    ...too, posting events and ads by payment, and uploading videos for ads. Key Features: - **Push Notifications:** Implement push notifications to keep users engaged and informed about app updates. - **Integration of Google Maps for Offers:** Utilize Google Maps API to display location-based offers, enhancing the user experience. - **Use of Phone Number as Primary Authentication Method:** I'd like to shift from an email-based authentication system to a phone number and OTP system. This is to streamline the user experience and improve the security of the app. Subscription Model: - I'm planning to implement a **Free Trial with Monthly Subscription** model. The app should be able to handle this tiered subscription effectively. Ideal Skills and Experience: - Proven experience...

    $475 (Avg Bid)
    $475 Avg Bid
    137 bids

    As the project's owner, I require a dedicated developer to convert a program written in Angular into AngularJS. The current application exhibits no specific functionalities with user authentication, CRUD operations or third-party integrations. As such, your main task will revolve around ensuring a successful shift to AngularJS. The most crucial aspect of this application to maintain throughout the migration process is its functionality. As such, you should focus your efforts on ensuring that once the conversion is complete, all functionalities operate as initially intended. To be considered for this project, please highlight your: * Relevant Experience: Using AngularJS for past projects or similar roles. This project is ideal for freelancers who are proficient in AngularJS ...

    $1162 (Avg Bid)
    $1162 Avg Bid
    78 bids

    I have a site which i want to shift on shopify but i dont want to use tools like udesly as editing the site on shopify itself is difficult later on. I want you to recreate the website as shopify elements.

    $97 (Avg Bid)
    $97 Avg Bid
    31 bids

    Creating a Google Web App using App Script with a login function and the ability to submit a shift plan and save it in a sheet. Parts of the code already exist.

    $167 (Avg Bid)
    $167 Avg Bid
    121 bids

    Hello We need an expert to optimize performance of our website wordpress : - Core Web Vitals Mobile : - First Contentful Paint 15,5 s - Largest Contentful Paint 27,5 s - Total Blocking Time 1 330 ms - Cumulative Layout Shift 0.157 - Speed Index 26,1 s Desktop : - First Contentful Paint 7,4 s - Largest Contentful Paint 8,7 s - Total Blocking Time 190 ms - Cumulative Layout Shift 0.099 - Speed Index 10,7 s

    $145 (Avg Bid)
    $145 Avg Bid
    186 bids

    Hi, Please apply only individual. Agency can apply but budget should not be more than mentioned. Role : GCP Engineer (OTP) Exp : 7 + yrs SHIFT: IST Cloud Storage Buckets, BigQuery (SQL, Data Transformations and movement) Airflow (python, DAGs), DBT IAM Policies PyCharm Databricks (pySpark), Azure DevOps Clear and confident communication

    $1424 (Avg Bid)
    $1424 Avg Bid
    8 bids

    I'm experiencing challenges with my website's performance as it pertains to the Core Web Vitals- Largest Contentful Paint (LCP), First Input Delay (FID), and Cumulative Layout Shift (CLS). I specifically need assistance in addressing the slow-loading content issue. Required Expertise: - Proven experience working with projects. - Sound understanding of Core Web Vitals. - Familiarity with addressing issues related to LCP, FID, CLS. Please include examples of your past work related to NextJs and website optimization (+90 in mobile). Your application will be considered only if you have more than 2 NextJS apps with +90 score in Google speeds. Our web app URL will be shared only via PM.

    $186 (Avg Bid)
    $186 Avg Bid
    120 bids

    This should be simple for an experienced dev. Need portfolio of flutter dev to apply. Existing code base in place. I am currently in search of a proficient Flutter developer to incorporate a series of changes, mainly focusing on my existing project's UI. Key tasks include: - Updating the color scheme: A primary focus would be to shift the interface to a darker theme. Besides, I am interested in integrating elements of a custom color scheme, which I will provide. - Rearranging the layout: The current layout needs some reorganization. It may involve adding/removing sections based on our requirements. The positioning of various elements within the interface also needs tweaking. This is not just about modification; the potential candidate needs to evaluate the backend code t...

    $16 / hr (Avg Bid)
    $16 / hr Avg Bid
    172 bids

    ... "VOTE FOR EMA" "VOTE FOR KAPOMI" is a call to action logo for people to vote for the city and Kapomi the leader. I'm in need of a designer to create a unique and symbolic logo. The design should be a literal representation incorporating the map of EMA, which is a geographical location. The odea is to encourage people to vote for the city and the candidate. I want to see a creative blend of both. Tect would basically be Vote for Ema Vote for KAPOMI Map of Ema (attached) Fingerprint showing a checkbox denoting voting for Ema the city would be welcome. A human head showing KAPOMI would also be great. Kapo.i js abalck man so a black deoictiin The idea is to call attention to th3 public to viote fir the city and the candid...

    $15 (Avg Bid)
    Guaranteed
    $15
    34 entries

    ...iOS, and Android platforms. The primary objective is : Guided meditation sessions are becoming increasingly popular worldwide. In addition, many people prefer to meditate collectively in a group. However, this may necessitate travelling to a retreat or a yoga center. The Sahaja Yoga center mentions that collective meditation helps you obtain a stronger experience of vibrations, a quicker, easier shift into the state of thoughtless awareness, clearing out obstacles, deeper meditation, longer-term evolution of the self and complete harmony with yourself, the people around you, and the universe. You become a balanced and integrated personality with fewer conflicts pulling you in different directions. Create a virtual, immersive environment where a user can experience meditation eith...

    $1430 (Avg Bid)
    $1430 Avg Bid
    8 bids

    ...blocking, spam tagging, and effective circumvention strategies. The idal candidate will be responsible for ensuring that each agent meets hourly targets (4-hour, 8-hour, weekly, and monthly quotas), while maintaining high-quality standards and adherence to outbound campaign management protocols. The successful candidate will also excel in workforce management and be committed to working the night shift from 10 PM to 6 AM EST, Monday to Friday. Responsibilities: Manage and optimize outbound call campaigns to achieve maximum productivity and results. Utilize expertise in Vicidial to understand call algorithm blocking, spam tagging, and implement effective circumvention strategies. Monitor and analyze call center metrics to identify areas for improvement and implement strategies to...

    $10 / hr (Avg Bid)
    $10 / hr Avg Bid
    17 bids

    Seeking a skilled lighting designer to create a multi-faceted lighting design for my medium-sized bedroom. This design should highlight the bed area, creating a comfortable environment that can shift from a bright, energetic ambiance during the day to a relaxing, calm ambiance during the night. Lighting expertise and a keen eye for creative details are must-have skills for this task.

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    19 bids

    ...can-do attitude - Has excellent attendance (we will part ways as soon as I start hearing issues about power outages and nonworking or slow internet) Job responsibilities include: -Assisting customers in getting estimates -Resolving customer complaints -Responding to customer inquiries by phone/ email/ text -Assisting owner in day-to-day office tasks The position is for a 5-day, 40-hour shift. Time zone - EST NY. (GMT-4) Pay - depends on sales experience. Your Main Responsibilities: - Serve as our professional sales representative, advocating for our highly-rated moving company. - Execute effective sales techniques to contribute to overall company and customer growth. - Develop strategic sales plans that expand our company’s customer base. Key Skills Req...

    $1961 (Avg Bid)
    Featured
    $1961 Avg Bid
    18 bids

    I am looking for someone to help improve the performance of my WordPress website, DialDesk .in. The goal is to achieve a score of 90+ on Google Page Speed Insights (mobile & desktop). - Metrics: We need improvements in Large Contentful Paint (LCP), First Input Delay (FID), and Cumulative Layout Shift (CLS) as well as enhancing the overall speed of the site. - Pages: The primary focus areas are the Home page, Product pages, and Blog pages. Skills and Experience required: - Proficiency in WordPress - Experience in website performance optimization - Familiarity with Core Web Vitals - Understanding of Google Page Speed Insights The ideal candidate will have a successful track record in increasing website performance and understand the best practices in optimizing Core Web Vit...

    $92 (Avg Bid)
    $92 Avg Bid
    15 bids

    The below is the summary of the project. The HMDA is taking up the excavation works for the connectivity of service road for a width of about 25 m... with a maximum height being 20 meters and minimum being 3 meters. We propose to take up this excavation in 2 layers by Control Blasting & the edge Boulders with Chemical Blasting and by using pneumatic breakers and chiseling to have additional protection against the toppling of rocks on to the ORR, with a hard barricade of 6-8 meters on the road and we will be using excavators and dumpers to shift the excavated materials to the dump yard. The requirement is of a short video of about 1 minute duly showing the road excavation by blasting and removal of excavated materials with excavators and dumpers and shifting the materials to t...

    $396 (Avg Bid)
    $396 Avg Bid
    19 bids

    I am looking for a talented programmer who can develop a robust code to automatically vote for a specific food truck on a given webpage. ...webpage. The purpose of this workflow is to automate the voting process, thus providing support in boosting the popularity of a specific choice. Key requirements are as follows: - Proficiency in VB.Net; however, I am open to solutions in different programming languages. - Expertise in web scraping/automation tasks. - Familiarity with dynamic website layouts, as the location of the radio button may shift, although its ID will stay constant. Ideal candidates will be able to troubleshoot and resolve potential challenges during the project's execution, ensuring the functionality of the automated voting mechanism regardless of changes to the ...

    $22 (Avg Bid)
    $22 Avg Bid
    7 bids

    More details: Which platforms should the Foodtruck cashier system be compatible with? iOS, Android, Web How would you like the Foodtruck cashier system to analyze and generate reports for orders and income? Per week; Per month; Per year What payment methods should be integrated into the system? Credit/Debit Cards, Apple Pay, Google Pay, Cash Can edit the menu and the prices etc… As in SAAS so i can sell it to any foodtruck with their logo and their

    $646 (Avg Bid)
    $646 Avg Bid
    64 bids

    ...Authentication:** - Users can log in with their credentials. - Admins have additional privileges for managing the roster. 2. **Shift Assignment:** - Each team member is assigned to a preferred shift based on their time zone and availability. - Two shifts are available: Night and Day. - Night shift is assigned to members in different time zones who can provide support during IST night hours. - Day shift is assigned to members in the IST time zone. 3. **Handling Vacations and Leaves:** - Users can mark their vacation days or leaves in the system. - If a user is on leave, the system should automatically assign another available resource from the preferred shift to cover their absence. 4. **Manual Roster Adjustment:** - Bot...

    $96 (Avg Bid)
    $96 Avg Bid
    10 bids

    Hi, we are a Canadian Home improvement company operating in ontario and we are looking for call center reps with experience in cold appointment setting. (teams of people like call centers or sales group are preferred for this position) We have an easy going script and pay 4$ per appointment and a go...going script and pay 4$ per appointment and a good agent can make up to 5-6 appointments a day. The perfect profile is: - completely fluent in english. - has call center or cold appointment setting experience. - can work 8 hours a day 6 days a week. - has a good and reliable internet connection. - has a calm space to work from and access to a computer and headphone for the duration of the shift. is reliable. - goes above and beyond to attain the objective. Thank you for your...

    $778 (Avg Bid)
    $778 Avg Bid
    28 bids