Parabolic sar indicatorpekerjaan

Tapis

Carian terbaru saya
Tapis mengikut:
Bajet
hingga
hingga
hingga
Jenis
Kemahiran
Bahasa
    Status Pekerjaan
    5,000 parabolic sar indicator tugasan ditemui, harga dalam USD

    sya nak modified EA mengikut indicator , sila email sya manafida@

    $7 (Avg Bid)
    $7 Avg Bida
    1 bida

    Radiasi, Telefon Mudah Alih, Stesen Pangkalan dan Kesihatan Anda. Ramai di kalangan kita di Malaysia menggunakan telefon mudah alih untuk be...bertujuan untuk melebihmudahkan pemahaman tentang radiasi dari sistem telefon mudah alih dan juga cuba memisahkan mitos daripada fakta. Ketahuilah dari buku ini.... v Apakah radiasi? v Adakah radiasi asli berbahaya? v Adakah sebarang risiko kesihatan jika anda tinggal atau bekerja berhampiran stesen pangkalan? v Apakah kesan-kesan radiasi radio frekuensi (RF)? v Apakah Kadar Penyerapan Khusus (SAR)? v Bolehkah saya mendapat kanser dan penyakitpenyakit berkaitan yang lain daripada penggunaan telefon mudah alih? v Adakah Malaysia mempunyai piawaian-piawaian keselamatan dan garis panduan bagi stesen-stesen pangkalan telefon m...

    $492 (Avg Bid)
    $492 Avg Bida
    4 bida

    ini belum menjadi project, tapi kemungkinan besar akan menjadi projek,saya memerlukan konsultan lepasan yang bersedia membantu penyusunan KPI dan penyusunan Balanced Scorecard,dimana syarat minimalnya adalah pernah menjadi Manager di Divisi HRD/Strategic Plan atau apapun yang dimana sehari harinya bergelut dengan KPI,Balanced Scorecard dan Performance Management Terimakasih TA

    $975 - $1950
    $975 - $1950
    0 bida

    ...the ReactJS framework. This script will be built with the Basic features for any Candlstic chart inspired by the Tadingview chart platform. Features for candlesticks chart like: - Time frame series. (1,2,3,4... minutes; 1,2,3,4... Hours; 1,2,3,4... Days; 1,2,3,4... Weeks; 1,2,3,4... months; 1,2,3,4... Years). - Plotting type (Bars, Candles, Hollow candles, Area, Heikin Ashi, Renko, Range). - Indicator ( Rsi, Volume, MACD, ....And more). - Drawing Tool ( Trendline, Horizontal line, Vertical line, Channels ....And more). - Screenshot. - Save any drawing by the user for any Ticker. Ideal Skills and Experience: - Proficiency in JavaScript and ReactJS is required. - Experience in real-time data visualization. - Experience in Stock chart visualization. - Familiarity with financi...

    $19 / hr (Avg Bid)
    $19 / hr Avg Bida
    62 bida

    I urgently need an effective and efficient freelancer to convert my ThinkScript code into Ninjatrader 8. The primary focus of this job is on indicators, specifically a custom indicator. Ideal Skills: - Solid understanding of ThinkScript coding - Proficiency in Ninjatrader 8 language - Proven experience in converting codes between dissimilar platforms. Requirements: - Convert ThinkScript custom indicators to Ninjatrader 8 accurately - Ensure no loss of core functionality in the transition process - Prompt completion of the task is essential. Looking forward to work with a competent freelancer on this urgent task.

    $104 (Avg Bid)
    $104 Avg Bida
    7 bida

    Step 1: Modifying existing fractal indicator to account for EQUAL highs and lows An up fractal occurs when there is a low point with one HIGHER or EQUAL low candles on each side of it. A down fractal occurs when there is a high point with one LOWER or EQUAL low candles on each side of it. The reason for the need to create the simple fractal indicator from scratch is because the default fractals indicator doesn’t account for candles besides with EQUAL highs and lows. As you can see in the above example, there should be a fractal where I placed the red arrow based on our custom fractal indicator, because the candle in front has the same high. In the event of a case of equal highs, I want the fractal to be drawn on the first candle instead of the next on...

    $81 (Avg Bid)
    $81 Avg Bida
    3 bida

    I need an expert to refine the visual elements of my pinscript indicator. This involves making notable changes to the tp, sl, and be lines to improve their visual appeal. They currently lack impact, and I'd like them to not only be more striking but also have the ability to show or disappear when hit. Key Enhancements Needed: - Colors or Shading: I want the tp, sl, and be lines to feature different colors or shading. That way, they'll be more distinguishable and engaging similar to algopro (video included below) - Animated Effects: I would like them to appear when the signal is sent out and dissapear when the signal is hit either take profit or stop loss. - Customisable Colors: Lastly, I wish to have the flexibility to choose my colors according to my preferences. This...

    $194 (Avg Bid)
    $194 Avg Bida
    25 bida

    I am in need of a skilled developer to create a web application based on trading view charts. Important features and requirements include: Key Features: - Integration of real-time charts from trading view - Custom indicators whi...would have strong experience in JavaScript/React, and a deep understanding of trading charts, technical analysis tools, and real-time data integration. Knowledge of trading view and its features would be highly valuable. Hi Im looking for developer for webapp base on charts from trading view, i need a trading view source base with all of them charts in my web app, i need this integrate to my own indicator and have alert option in this webapp to make it like in trading view, i have alot of alerts to make and trading view max is 1000 so i need any soulotio...

    $553 (Avg Bid)
    $553 Avg Bida
    82 bida
    PineScript Code Modification 4 hari left
    DISAHKAN

    Changes to be made to existing code and expected end results requirements for successfully completing milestone This indicator is for US Stocks. Right now as the indicator is currently coded it uses the previous day’s daily bar High+Low+Close divided by 3 to get the main pivot and other levels. study(title="VPP", shorttitle="VPP", overlay = true) width = input(2, minval=1) xHigh = security(tickerid,"D", high[1]) xLow = security(tickerid,"D", low[1]) xClose = security(tickerid,"D", close[1]) vPP = (xHigh+xLow+xClose) / 3 vR1 = (vPP * 2) - xLow vS1 = (vPP * 2) - xHigh vR2 = vPP + (vR1 - vS1) vS2 = vPP - (vR1 - vS1) plot(vPP, color=#4000ff, title="VPP", style = circles, linewidth = width) plot(vS1, color=#...

    $197 (Avg Bid)
    $197 Avg Bida
    17 bida

    I am seeking a Python expert who can convert trading indicators from Pine to Python. The script can be access on TradingView using this link : The pine script is as follows: indicator('Darvas Box Buy Sell', overlay=true) boxp = (defval=5, title='Length', minval=1, maxval=500) LL = (low, boxp) k1 = (high, boxp) k2 = (high, boxp - 1) k3 = (high, boxp - 2) NH = (high > k1[1], high, 0) box1 = k3 < k2 TopBox = ((high > k1[1]) == boxp - 2 and box1, NH, 0) BottomBox = ((high > k1[1]) == boxp - 2 and box1, LL, 0) Note: I have tried partially implementing and attached the Python code (refer to the attached file - ) you should

    $28 (Avg Bid)
    $28 Avg Bida
    3 bida

    Source code: Requirement: It should connect minimum two swings, it should be a startgey which can be backtested. Condition: greater than previous 5 highs , consider this as swing. 2. Buy if lower high swings I'm looking for an expert in Pine scripting with a well-rounded understanding of principles of moving averages, RSI indicator, and Bollinger Bands. Your main job will involve: - Developing a Pine script that focuses on the trendline breakout strategy, with an emphasis on swings. - The script should specifically address the ‘swings’ component by identifying swing highs and lows. Ideal candidates will bring to the table strong coding skills, especially in Pine script, and a clear understanding of technical analysis and trading strategies. Familiarity with th...

    $219 (Avg Bid)
    $219 Avg Bida
    12 bida

    I am seeking a skilled developer with profound NinjaTrader 8 / NinjaScript software knowledge. This project involves developing a precise trading strategy with a particular focus on NT8 Strategy & Indicator. we are getting a dynamic entry order numeric values from another platform and the entry details are getting executed into NT8, an example of entry details: 1- Stop Loss 2- Entry Price 3-Take Profit 1 4- Take Profit 2 we need the strategy to automatically trigger the breakeven with offset in ticks, and to optionally triggering the auto trail we can't use predefined input values in the Breakeven as we are getting dynamic entry values not static entry values Key requirements are: - Creation of the Automatic Breakeven and Automatic Trailing strategy. - The strategy s...

    $205 (Avg Bid)
    $205 Avg Bida
    4 bida

    More details: I am looking for someone that can create a mobile dating/networking app. The following functions are needed * users can create a profile * short videos * location indicator * payment section * profile sections broken down to interest * browse features and pay features * search members function * group profiles * tag searches * event section by city Is this project for business or personal use? For starting a new enterprise What information should successful freelancers include in their application? Detailed project proposals How soon do you need your project completed? Within two months

    $4715 (Avg Bid)
    $4715 Avg Bida
    75 bida
    Tradingview simple indicator 4 hari left
    DISAHKAN

    I need a simple indicator for TradingView. I've found another indicator with the same functionality, however, every time I changed the asset, the chart was misconfigured - so I need that not to happen now. The indicator should: 1: Plot two 200-period moving averages (MA and EMA). 2: Automatically display the percentage difference between the current price and the averages - indicating one with an arrow (exactly as shown in the attached photo). *It will visually resemble the "price range" tool from TradingView.. but done automatically. **If you need it, I have the code for plotting the moving averages. And I also have the necessary calculation. Just one small part is missing.

    $27 (Avg Bid)
    $27 Avg Bida
    8 bida
    Pine Script 7 hari left

    Updated existing indicator and create new custom indicator

    $150 (Avg Bid)
    $150 Avg Bida
    1 bida

    ...industry-relevant sites contribute more to SEO success. Link Diversity: The variety of link sources, including blogs, directories, and news sites, can enhance your site’s credibility and ranking. 3. Website Traffic Overall Traffic: An increase in website visitors is a positive sign of improved SEO. Organic Traffic: Specifically, growth in organic traffic (visitors coming from search engines) is a direct indicator of successful SEO and keyword targeting. Traffic from Referring Sites: This measures the impact of backlinks. An increase in referral traffic suggests that the backlinks are driving visitors to your site. 4. Engagement Metrics Bounce Rate: A decrease in bounce rate can indicate that your site's content is relevant and engaging for visitors. Average Session Dur...

    $112 (Avg Bid)
    $112 Avg Bida
    65 bida

    I am looking for a specialist with proficiencies in Pine Script to build a custom trading strategy. Notably: - The strategy is supposed to generate both buy and sell signals based on specific technical indicators. - In particular, the indicators that I want to be incorporated into the strategy are ICT based A deep understanding of these technical indicators, and how to successfully integrate them into a Pine Script-based strategy, is critical for this job. Prior experience in creating similar strategies will be highly regarded. I would like to do backtesting with it

    $125 (Avg Bid)
    $125 Avg Bida
    9 bida

    I need an experienced android developer, specifically one who has worked with productivity-focused applications. The primary func...Comment out and write functions Main navigation screen - please insert or swipe card to begin This will trigger API for credit card pre-approval Next page Two buttons for selection Option 1 fill by gallon limit Option two fold by dollar limit amount Next page Based on previous selection Request user input for either dollar amount or gallon amount Filling page Top box should hold a status indicator Outputs listed should be gallons per minute flow rate Valve open bool relay open bool Two user input buttons Option one - to Start fill / should change to after beginning Button two stop/finish filling Final page. Thank you. You have completed filling

    $205 (Avg Bid)
    $205 Avg Bida
    42 bida

    I need an experienced android developer, specifically one who has worked with productivity-focused applications. The primary f...Comment out and write functions Main navigation screen - please insert or swipe card to begin This will trigger API for credit card pre-approval Next page Two buttons for selection Option 1 fill by gallon limit Option two fold by dollar limit amount Next page Based on previous selection Request user input for either dollar amount or gallon amount Filling page Top box should hold a status indicator Outputs listed should be gallons per minute flow rate Valve open bool relay open bool Two user input buttons Option one - to Start fill / should change to after beginning Button two stop/finish filling Final page. Thank you. You have completed filling

    $46 (Avg Bid)
    $46 Avg Bida
    9 bida

    I have a trading strategy in mind that I'd like to automate using cBot. The strategy revolves around 'Super Easy RSI ema Indicator momentum'. Here's a brief overview of what I am looking for in this project: What would happen if you traded the RSI Indicator completely backward? You never know until you try it. So, that is exactly what we did in this video. The RSI is a momentum indicator. So, that is how we used it. And the results were not only surprising... But, unexpectedly incredible. I hope you enjoy it! - Develop a cBot algorithm based on my specified RSI, EMA Indicator momentum method. - We should opt to buy when the price is above the 20 EMA and the RSI exceeds the overbought threshold. - On the flip side, we should sell when ...

    $207 (Avg Bid)
    $207 Avg Bida
    17 bida

    I'm in need of a freelancer to modify an existing indicator, this project should be completed within 1-3 days.

    $70 (Avg Bid)
    $70 Avg Bida
    8 bida

    I'm looking for an experienced developer to create a trading bot for me. This will not be just any trading bot, it will be based on the marketcypher indicator from TradingView. Here are the specific details: - The bot should interact with all asset types on the Pocketoption platform, specifically Stocks, Forex, and Cryptocurrencies. - The bot needs to generate signals for all these assets when they are above 80% on the platform. - After generating the signal, the bot should swiftly place a trade. Ideal Skills and Experience - Understanding of TradingView's marketcypher indicator - Prior experience in trading bot development - Familiarity with trading platforms, specifically Pocketoption - Knowledge of using Martingale strategy in trading bots This is a complex pr...

    $195 (Avg Bid)
    $195 Avg Bida
    24 bida

    My project requires a skilled freelancer proficient with Excel to develop a dashboard focused on trip tracking. Key performance indicator that should be incorporated is the number of trips. Your expertise in dashboard and data analytics would be most ideal, while experience in sales, finance, or marketing is not necessary for this specific task. Kindly refrain from including other metrics or data visualization as I prefer to focus solely on tracking trips for this particular Excel dashboard.

    $141 (Avg Bid)
    $141 Avg Bida
    51 bida

    Only developer can work with ftp.

    $19 (Avg Bid)
    $19 Avg Bida
    23 bida

    Add (Total Invoice, Total Payment, Pending Payment etc) Is a summary only

    $18 (Avg Bid)
    $18 Avg Bida
    21 bida

    Work with ftp only. Add indicator and new field (view) to the form

    $18 (Avg Bid)
    $18 Avg Bida
    27 bida

    I'm seeking a proficient Pine Script developer who specializes in indicator development for financial markets. Key Tasks Include: - Developing a financial market indicator script utilizing pine script. - This indicator should be based on the analysis of candlestick price patterns. Ideal Skills: - Proven experience in Pine Script programming - Thorough understanding of candlestick patterns in financial markets. - Familiarity with various financial indicators. The final script should be accurate, swift, and capable of analyzing complex data sets. Your proposal should detail your pine script coding skills, and examples of previous work are highly appreciated.

    $17 (Avg Bid)
    $17 Avg Bida
    3 bida

    I'm aiming to embark on a Google ad campaign with the main objective of increasing traffic to my website. To measure the efficiency of the campaign, the key performance indicator I'll be valuing most is the Click-through Rate (CTR). The campaign is meant to draw the attention of home owners / investors aged 26-45 years. Therefore, experience with marketing or advertising to this particular demographic will prove beneficial. Your knowledge of Google AdWords is essential, along with an understanding of how to boost CTR effectively.

    $11 / hr (Avg Bid)
    $11 / hr Avg Bida
    63 bida

    I'm looking for a software developer proficient in eSignal and TradingView applications. You will work on creating a specific indicator in eSignal charting software using the logic of a tradingview indicator Key skills and experience: - eSignal charting software - TradingView platform - Understanding of trading and stock market If you possess these skills, this could be the perfect project for you.

    $75 (Avg Bid)
    $75 Avg Bida
    3 bida

    I'm in need of a proficient C# coder with familiarity with CTrader to construct a Time Grid indicator for a script I wrote on PineScript. This is a big endeavor that calls for an innovative approach to integrating vertical lines, chart width boxes, and a customizable time series into a trading ecosystem. The key prerequisites should be: - Competence in crafting Vertical Lines, Chart Width Boxes, and Customizable time series. The Time Grid Indicator needs to display monthly, weekly, and daily lines. - The vertical lines should be presented in a way that is selectable in terms of line type, width, and color. - The freelancer must have considerable experience in translating Pinescript to CTrader, with a portfolio to prove it. If this sounds like something you can do, I wo...

    $163 (Avg Bid)
    $163 Avg Bida
    13 bida

    ...plugin), and to insert the content into a page, a shortcode must be used. In the snippet, the path of the folder containing the JSON files should be indicated. In this folder, there will be a file called "" (I attach the file) where all the information to be displayed will be included, except for what is necessary for indicator´s chart, this information will be in a file per indicator that will named after the ID of each indicator (e.x. for the indicator with ID 2 the fille will be, "", I attach the file ) . ------ Wordpress Elementor Pages There will be a general page where the information of all categories (each with its subcategories and indicators) will be displayed, and then a page for each parent category, which will be exactl...

    $28 (Avg Bid)
    $28 Avg Bida
    25 bida

    I am seeking someone experienced in developing custom trading indicators. This will be specifically ...project is within a month. Key Duties: - Applying technical skills to design and develop an efficient trading chart patterns indicator - Ensuring the indicator's accuracy and functionality Skills & Experience: - Proficient in Coding and Programming Algos for Trading Platforms - Knowledge of chart patterns and their application in trading - Proven experience in similar projects - Ability to meet deadlines Please note, the specific features for the trend indicator were not detailed, so experience and ability to use initiative to create an intuitive, user-friendly yet comprehensive indicator will be valued. i have share some examples of chart patterns that i...

    $183 (Avg Bid)
    $183 Avg Bida
    8 bida

    Trend Magic SierraChart indicator converted from PineScript indicator.

    $30 (Avg Bid)
    $30 Avg Bida
    1 bida
    AML Compliance Certification 18 jam left
    DISAHKAN

    I need an expert to undertake a PMD certification process to ensure my company is fully compliant with AML regulations. Specifically, the PMD certification should cover: - Customer Identification Program (CIP) - Suspicious Activity Reporting (SAR) - Currency Transaction Reporting (CTR) The ideal freelancer for this project will have substantial experience with both AML regulations and PMD certifying processes, demonstrating a clear understanding of the changing landscape that governs these disciplines. We prefer a written format for this certification. Please provide samples of similar projects you've completed or certifications you've earned, if available.

    $60 / hr (Avg Bid)
    $60 / hr Avg Bida
    5 bida

    As a research tool, I am looking for a capable freelancer to produce a simulation. The simulation will involve the creation of 'couples UE' and nodes to set a specific environment. This simulation should be able to: - Collect specific signals namely: Received Signal Received Power (RSRP), Channel Quality Indicator (CQI) and Signal-to-Noise Ratio (SNR). - Allow variation of certain parameters like 'Transmit Power', 'Distance between the UE and node' and 'Environment type'. - Output the collected data in CSV format. Ideally, I need a freelancer with strong skills in simulation design, data analysis, and a solid understanding of signal transmission aspects such as RSRP, CQI, and SNR. Experience with CSV data output is advantageous. Your task w...

    $188 (Avg Bid)
    $188 Avg Bida
    11 bida

    I need a creative and impactful HTML marketing email designed to announce an upcoming sale or promotion. The email needs to be strategically crafted to attract the attention of businesses and provoke them to participate. As this promotion does not have a particular end date, the design has to be timeless, not giving off any indicator of a deadline, while still creating a sense of urgency. The ideal freelancer has a knack for: - HTML coding and designing engaging marketing materials. - Understanding and implementing design tactics to attract businesses. - Creating a sense of urgency without a given end date. Strong experience in email marketing towards a business-focused audience is a plus.

    $127 (Avg Bid)
    $127 Avg Bida
    49 bida

    I'm in need of a proficient C# coder with familiarity with CTrader to construct a Time Grid indicator for a script I wrote on PineScript. This is a big endeavor that calls for an innovative approach to integrating vertical lines, chart width boxes, and a customizable time series into a trading ecosystem. The key prerequisites should be: - Competence in crafting Vertical Lines, Chart Width Boxes, and Customizable time series. The Time Grid Indicator needs to display monthly, weekly, and daily lines. - The vertical lines should be presented in a way that is selectable in terms of line type, width, and color. - The freelancer must have considerable experience in translating Pinescript to CTrader, with a portfolio to prove it. If this sounds like something you can do, I wo...

    $20 (Avg Bid)
    $20 Avg Bida
    3 bida

    ...information privacy risks. • Identify and categorize the Security Controls • Select (customize) the Controls for all the Control Families • Assist in Implementation – Train the control owners on implementing the controls. • Assess – Provide assessment on the implemented controls, document and review the findings with the IT leadership, and assess the risk posture. • Authorize – Develop the SAR for the internal stakeholders. • Monitor – Regularly monitor the changes in security posture, and help automate the process. Qualifications / Skills: • 5+ years of experience in performing GRC / NIST RMF assessments for regulated enterprises. • Direct hands-on current (within the last 3 years) experience. • Pub...

    $48 / hr (Avg Bid)
    $48 / hr Avg Bida
    7 bida