- Hourly: $30.00 - $66.00
- Expert
- Est. time: 1 to 3 months, Less than 30 hrs/week
The task is to create interactive, engaging, and educational video content, both long- and short-form, for an educational platform designed for college students. We will provide you with written content and the key concepts we want to teach for each video, and you will develop videos without changing the key concepts or the outlined content. There can be some artistic license to cut some things for time, but the key concepts must be clearly communicated as we see fit. Because this is designed for a college-age audience, we want these videos to be in a format that they will find engaging (ex. Youtube, TikTok, Reels, etc) but still communicate the concepts that we provide. We will provide brand guidelines with the color palettes and font formats we will need you to adhere to as much as possible. Our expectation of the workflow for this process is the following: - We provide you with the brief for the video - You will then create a high-level script or concept for how you plan to transform it into a video that clearly communicates the concepts and content - We will provide feedback or edits if, for example, we feel like the video isn't going to clearly communicate what we expect it to - You will create the video, and we will review and give final approval or provide further feedback for edits We will require that: - Applicants reside inside the United States - Applicants sign NDA's - Applicants submit a portfolio of work for us to review prior to engaging - Applicants complete a Test Assignment to ensure that they are a good fit with the workflow, and that their work is up to our standard - Applicants agree to never upload any content we provide into any AI of any kind in the process of producing our videos
- Fixed price
- Intermediate
- Est. budget: $300.00
Seeking a skilled freelancer to create a Facebook lead ad for my poop scooping business. The ad should effectively target potential customers and drive conversions. Responsibilities include designing the ad, setting up targeting options, and optimizing for performance. Experience with Facebook Ads and lead generation is essential.
- Fixed price
- Expert
- Est. budget: $250.00
Project Overview: I am a retail trader looking for an experienced NinjaTrader 8 (NinjaScript/C#) developer to build a custom chart tool to streamline my daily chart preparation. Currently, I manually manage roughly 100 multi-part support and resistance zones on a 5-minute ES chart. Each zone is made up of a combination of separate user-drawn objects: a filled Rectangle, an internal Text block, an external Text block (e.g., "SELLERS 1st Test"), and directional Arrows. Because NinjaTrader 8 does not support multi-object selection and dragging, maintaining these daily and adjusting them for quarterly contract rollovers is a manual bottleneck. I need a programmatic tool (a collapsible WPF sidebar panel) that interacts locally with the active chart's ChartControl.DrawObjects collection to mathematically translate their X (Time) and Y (Price) anchors simultaneously. This ensures the macro only modifies objects drawn on the main chart where the sidebar is active, and will not interfere with other separate charts in the workspace. This is a math-based translation project, not an object-classification database. Key Technical & Architectural Requirements: 1. Daily X-Axis Time Shift Matrix Trigger: A large button labeled [ SHIFT FORWARD 24 HOURS ] on the custom sidebar. Operation: When executed outside market hours, the script must loop through all active user-drawn objects on the chart except for infinite Horizontal Lines (Draw.HorizontalLine). Logic: Add exactly 24 hours to the Start Time and End Time properties of every object. This must seamlessly slide the entire visual layout forward by one day, preserving all exact spatial relationships between text, boxes, and arrows. Text Re-centering: When this nightly shift occurs, any manual text positioning adjustments done during the trading day must be cleared. The internal text must automatically re-center itself inside its parent rectangle for the start of the next day. All custom text phrases, colors, and arrow quantities must be perfectly preserved. 2. Quarterly Y-Axis Contract Rollover Adjuster Trigger: An input box on the sidebar where I can type a custom numerical value (e.g., 58.25 or -58.25) and click an [ APPLY ROLLOVER OFFSET ] button. Operation: The script must loop through ALL user-drawn objects on the chart without exception (including horizontal lines, rectangles, arrows, and text). Logic: Add or subtract the user-specified value to/from the Start Y and End Y price properties of every object. This must instantly teleport all historical levels vertically to match the new contract price scale. Instrument Continuity: Note that when NinjaTrader rolls the chart over to a new contract month, the platform natively copies all existing drawing objects to the new instrument chart at their legacy Y-values. This script must simply intercept those existing objects on the active chart after the rollover has occurred and shift their Y-values by the user-defined point offset. It does not need to duplicate or recreate shapes across instruments. 3. User Interface & Safety Settings Native WPF Sidebar: A clean, native-looking WPF sidebar panel on the right side of the chart window that can be expanded or minimized. Confirmation Prompts: The Rollover execution button must trigger a confirmation box (e.g., "Are you sure you want to adjust all levels by X points?") to prevent accidental misclicks. Undo (Ctrl + Z) Grouping: All batch coordinate loops must be safely wrapped inside a NinjaScript Undo Group. If a shift is executed on the wrong chart or night, pressing Ctrl + Z on the keyboard must instantly reverse the macro and return all objects to their original positions. (This allows the rollover adjuster to be fully tested by the client at any time, well ahead of the actual calendar rollover date). Global Object Support: Some objects (Rectangles and Horizontal Lines) have their "Attach to" property set to "All charts". The script must safely update these global objects without duplicating them or breaking their visibility on secondary charts in the workspace. 4. Version Compatibility & Bug-Mitigation Requirement Environment: I am currently running NinjaTrader version 8.0.28.0 (64-bit). The final script must compile perfectly here, but also remain functional without breaking changes if I upgrade to modern 8.1.x builds. Critical Rendering Fix: Note that many of the rectangles on my charts are explicitly set to "Attach to All Charts." In recent NinjaTrader 8.1.x updates, a known platform rendering bug frequently causes legacy version (8.0.28.0) rectangles with global attachment properties to disappear or fail to load from old workspace files. The Solution: To future-proof this project, the script must NOT rely on hardcoded class filtering for rectangles. Instead, iterate through the global collection using generic IDrawingTool interfaces. The time-shift and price-shift loops must modify the underlying anchor coordinates generically so that the macro functions seamlessly on both version 8.0.28.0 and modern 8.1.x builds without dropping global shapes. Project Timeline & Escrow Milestones (Fixed-Price Contract): This project will be managed and funded through a strict three-phase milestone structure. Do not apply if you cannot deliver editable source code. Milestone 1 (30% of Budget) – Prototype Development:The developer delivers a working mock-up indicator providing the basic WPF sidebar UI, proving the generic IDrawingTool loop successfully executes the global 24-hour time shift on a test chart using sample data provided. Milestone 2 (40% of Budget) – Advanced Logic Integration:Integration of the Y-axis contract rollover point adjustment, confirmation boxes, independent text re-centering logic, and full Ctrl + Z Undo Group integration. Milestone 3 (30% of Budget) – Final Review & Source Code Delivery:Following 48 hours of live testing by the client on sample data to ensure no bugs, rendering issues, or chart loop lag, the developer delivers the raw, fully commented .cs C# source code file. Intellectual Property & Ownership Terms (Strict Work-For-Hire): This project is a proprietary, custom tool intended solely for my private trading use. This is a strict "Work for Hire" agreement. Upon final payment milestone release, 100% of the intellectual property, copyright, and ownership rights to the raw C# / NinjaScript source code will transfer exclusively to me. The developer agrees not to resell, distribute, publish, or reuse this specific tool, its interface layout, or its exact underlying script architecture for any other commercial purposes, products, or clients. How to Apply: Please respond with your experience coding custom drawing tools or layout engines in NinjaTrader 8. In your application, please briefly explain how your code will target the DrawObjects registry to perform the time adjustments cleanly without duplicating globally attached shapes.
- Hourly: $70.00 - $125.00
- Expert
- Est. time: Less than 1 month, Less than 30 hrs/week
Seeking a current or former Employee Benefits Advisor, Benefits Consultant, or Account Executive with experience supporting self-funded employer health plans. We are conducting industry research to better understand advisor workflows, renewal processes, stop-loss interactions, population health reporting, and employer decision-making. Interview topics include: * Annual renewal process * Stop-loss carrier interactions * Pharmacy trend reviews * Population health reporting * Employer meetings * Current software and tools * Data sources used * Workflow challenges and frustrations Requirements: * Current or recent employee benefits consulting experience * Experience with self-funded employer groups * Familiarity with stop-loss renewals * Comfortable participating in a 45–60 minute video interview This is a paid research interview. No sales presentation. No product demo. No preparation required.
- Hourly
- Intermediate
- Est. time: 3 to 6 months, Less than 30 hrs/week
B2B Lead Generation Specialist – Supply Chain / Reverse Logistics / Overstock Inventory We are a liquidation and reverse logistics company that helps brands, manufacturers, distributors, and warehouses move: • Overstock inventory • Slow-moving inventory • Customer returns • Box-damaged products • Seasonal inventory • Aging inventory We are looking for someone to build and operate our outbound lead generation process. This role is NOT generic lead scraping. We need someone who can identify businesses likely experiencing inventory pain and generate qualified conversations. Daily Goals • Research 100 companies/day • Find decision makers • Build qualified lead lists • Conduct outreach • Generate 5 qualified supplier opportunities/day • Pass qualified conversations to ownership team Target Companies Manufacturers Brands 3PL warehouses Distributors Retail distribution centers Warehouse operators Consumer goods companies Ecommerce brands Decision Makers VP Operations Supply Chain Director Warehouse Director Inventory Manager Reverse Logistics Manager CFO Controller Operations Director Owner / Founder Tools Preferred Clay Apollo LinkedIn Sales Navigator Google Sheets AI enrichment tools CRM systems Cold outreach systems Ideal Candidate You understand B2B prospecting. You know how to identify business pain points. You think critically. You build systems. You care about quality over volume. Supply chain, warehousing, inventory management, liquidation, or logistics experience is a major plus. To Apply Please include: Relevant experience Tools you use Examples of similar work Daily lead volume you can realistically achieve Your process for finding qualified opportunities Start your application with: "Cash Flow + Warehouse Space" Those are the two biggest problems our customers are trying to solve.
- Hourly: $6.00 - $18.00
- Expert
- Est. time: 1 to 3 months, Less than 30 hrs/week
We need an experienced B2B cold caller to contact small U.S. product sellers and introduce a potential listing/partnership opportunity. The work involves calling and emailing potential business partners, explaining a simple marketplace/listing partnership opportunity, qualifying whether they are a good fit, and booking interested sellers for a follow-up call with our team. The exact brand, website, and product category will be shared with shortlisted candidates. The outreach is to legitimate U.S.-based physical product businesses, not consumers. Responsibilities: - Research and contact potential seller/partner businesses - Call business owners or sales managers during U.S. business hours - Introduce a marketplace/listing partnership opportunity - Qualify interest, service area, product fit, and capacity - Track all outreach activity clearly in a spreadsheet or CRM - Book follow-up calls with interested businesses - Send short follow-up emails when needed Ideal candidate: - Strong spoken English - Experience with B2B cold calling, appointment setting, or partner outreach - Comfortable speaking with small business owners - Organized and reliable with outreach tracking - Experience with home improvement, outdoor products, construction, local services, e-commerce, marketplaces, or physical product businesses is a plus Project structure: This will start as a small paid test project of 10-20 hours. If results are good, it may become ongoing part-time work. Please apply with: - Your B2B calling experience - Examples of industries you have contacted before - Your hourly rate - Your availability during U.S. business hours - Approximate number of calls you can complete per hour or per day - Any experience with marketplace, reseller, dealer, or supplier outreach
- Fixed price
- Intermediate
- Est. budget: $350.00
Project Details - 2 to 3 hours on site - Interview style filming with a teleprompter - Two camera setup - Capture B roll of the business location - Professional audio required - Simple corporate style production Requirements - Experience filming interviews and business content - Own camera gear and audio equipment - Ability to operate a teleprompter - Reliable and professional communication - Must deliver footage promptly after the shoot - Comfortable representing our production company professionally while on site Compensation - $300 to $400 flat rate depending on experience and equipment - Most shoots average out to around $100 per hour To Apply Please send: - Portfolio or demo reel - Camera gear list - City you're based in - Brief description of your experience filming interview style content Additional Information: This project is being completed on behalf of an established production company. The selected videographer will be representing our brand while on site and is expected to maintain a professional appearance and communication style when interacting with the client. All project communication, scope changes, and deliverable discussions will be managed through our team. A contractor agreement will be required before the project begins. We're looking for someone dependable, detail oriented, and capable of producing clean, professional footage with minimal oversight.
- Hourly
- Expert
- Est. time: Less than 1 month, Less than 30 hrs/week
Important: This engagement requires an attorney's independent legal judgment and manual review. Applicants who rely on AI-generated legal analysis or outsource work to non-attorneys will not be considered. Job Description: We are seeking a licensed U.S. immigration attorney with substantial H-1B experience to perform a comprehensive quality control (QC) review of a completed H-1B petition packet before submission. This is a legal review assignment requiring careful, manual analysis. We are specifically looking for an attorney who will personally review the materials and provide professional feedback. No AI-generated reviews, automated review tools, or outsourced work will be accepted. Scope of Work The selected attorney will: -Review the complete H-1B petition package for accuracy, consistency, and completeness -Verify that forms, support letters, exhibits, and evidence are aligned -Identify inconsistencies, omissions, or potential USCIS concerns -Review specialty occupation and beneficiary qualification arguments -Flag issues related to prevailing wage, position duties, employer information, or supporting documentation -Provide a written list of recommended corrections and improvements -Answer follow-up clarification questions as needed Qualifications -Active U.S. attorney license in good standing -Significant experience preparing and reviewing H-1B petitions -Familiarity with recent USCIS adjudication trends and RFEs -Strong attention to detail -Ability to complete a thorough manual review within the agreed timeline Requirements When applying, please include: -Your state(s) of bar admission -Years of employment-based immigration experience -Approximate number of H-1B petitions reviewed or filed -Your typical turnaround time for a QC review -Confirmation that you will personally conduct the review and will not use AI tools or delegate the work
- Hourly: $50.00 - $100.00
- Entry Level
- Est. time: Less than 1 month, Less than 30 hrs/week
You must be NY LICENSED. I have an existing dental malpractice case for myself and my deceased husband, who was a paralegal.( I am not a paralegal) One of the defendants lawyer and claims adjuster wishes to speak and possibly offer a settlement. I need an attorney who can make that phone call and take the possibility of a settlement to a well drafted one, that yields a check. Payment will be made for the actual phone call and preparation for the phone call, with a substantial added bonus upon success. I will be generous.
- Hourly
- Intermediate
- Est. time: Less than 1 month, Less than 30 hrs/week
I am seeking a clean, sophisticated, and modern logo for Studio Exchange Salon Suites. I need a clean design that translates easity from digital to print to signage.