Very simple indicator to draw lines on a chart

Indikatoren Skripte

Auftrag beendet

Ausführungszeit 3 Tage
Bewertung des Kunden
Cooperative, knowledgeable, efficient, diligent. Thank you.
Bewertung des Entwicklers
It was a pleasure dealing with him.

Spezifikation

You will be creating an indicator, SRLevels for MQL 5. The purpose of the indicator is to download support / resistance information and display it on a chart, like this but much nicer-looking: 

(Please ignore the arrows and numbers; they are not needed).

Example chart

This is what you will need to do:

  1. Create a download manager.
    • The purpose of the download manager is to manage data downloading for the all charts that have the SRLevels indicator attached.
    • It shall be a global, static script.
    • When an indicator initialises, it will register itself with the download manager and the download manager will begin to download data for that instrument, every one minute.
    • When an indicator finalises, it will notify the download manager and the download manager shall stop downloading data for that instrument, unless there is another indicator still open that needs the data.
    • Data is downloaded from this URL: http://68.71.134.144:11000/mt.aspx?job=getLevels&instrument=EUR/USD&numRecords=100&user=myusername&pass=mypassword.
    • Username and password are configurable in the indicator settings.
    • I can supply you with a script you can use or modify for downloading data from the internet.
  2. Each line of data is in format: date time,Long|Short,Pivot,Target1,Target2
  3. For each line of data:
    • A vertical line is to be drawn at the timestamp. If it is the first Long or the first Short signal, then it is to be slightly thicker for emphasis. The vertical lines shall be color-coded for whether the signal is to long or short.
    • A horizontal line is to be drawn at the pivot, (which is like a stop loss point), and the two targets.
    • A rectangle (or zone) is to be drawn from the pivot a certain percentage of the way to the first target. On the chart illustrated above, the zone is drawn using 30%. The percentage is to be configurable in the indicator options. The zone is to be color-coded according to whether it is a signal to long or short.

  4. List of configuration items (You may include others that you think of)
    • Username / password
    • numRecords to download
    • Zone percentage (default 30%)
    • All colors / drawing options

You will supply the source code when the job is finished.

I will pay $15 for the indicator. If you do a good job, and the graphics look really nice, I will give you another $15 bonus. 

Please contact me on skype. My skype id is "benjaminboyle". I'm usually online Monday - Thursday. My timezone is GMT+10

Thanks in advance :)

Bewerbungen

1
Entwickler 1
Bewertung
(337)
Projekte
624
38%
Schlichtung
40
23% / 65%
Frist nicht eingehalten
93
15%
Frei
Veröffentlicht: 4 Artikel, 19 Beispiele
Ähnliche Aufträge
Hello! I want to buy two indicators: A Support and Resistence Indicator and a Trendline Indicator. Support and Resistence Indicators needs to automatically draws Support and Resistance lines based on High and Low Candle in every time-frame (If possible time-frame needs to be in inputs and choose by me what time-frame i want indicator to draw lines) Trendline Indicator needs to automatically draws Trendline Channels
I already have a fully developed MT5 Expert Advisor with all required prop firm features, including: Risk management Daily loss & max drawdown limits Spread & slippage filters News filter Trade management system The EA structure is complete. 👉 What I need is a professional developer to replace ONLY the entry logic with a high-quality, rule-based trading strategy. 🚨 STRICT REQUIREMENT (READ CAREFULLY): I am NOT
I need an experienced developer to carry out an indicator and trading robot using the following; moving averages risk ( take profit and stop loss) and maximum drawdown limits heiken ashi confirmation. trendline breakout if possible The developer will test this on a demo account that I will provide before conclusion as I don’t want anyone to waste my time trying to use chartgpt trial and error. If you can do the
Hi, Before ordering, I want to verify the quality of your ICT/SMC logic. Do you have an existing indicator or strategy (your own work) that I can test on TradingView? If yes, please provide: 1. A demo (invite-only script or video) 2. Proof it is NON-repainting (explained clearly) 3. Live or replay demonstration (not static screenshots) Specifically I want to see: * Clean swing structure (no consecutive highs/lows) *
Project Overview ​I am looking for a high-level Algorithmic Trader / Developer to build a sophisticated, fully automated scalping system for the Nasdaq-100 Future (NQ) . The system must integrate institutional order flow logic with market structure analysis. ​The core logic must be written in Python , acting as a central hub that bridges ATAS (as the primary data source for Order Flow) and MetaTrader 5 (as the
Società di investimento con attività tra Sanremo e Monaco ricerca un giovane collaboratore con esperienza nell’utilizzo avanzato di MetaTrader 5. Si richiede la conoscenza della lingua ITALIANA e INGLESE. Si richiede una chiamata conoscitiva. Il collaboratore si occuperà di: • eseguire backtest di strategie di trading su MT5 • effettuare ottimizzazioni parametri tramite Strategy Tester • analizzare risultati e
#property indicator_chart_window #property indicator_buffers 2 #property indicator_plots 2 #property indicator_type1 DRAW_ARROW #property indicator_color1 Blue #property indicator_label1 "Buy Signal" #property indicator_type2 DRAW_ARROW #property indicator_color2 Red #property indicator_label2 "Sell Signal" double BuyBuffer[]; double SellBuffer[]; input int MA_Period = 50; input int RSI_Period = 14; int maHandle;
Need Python developer to use MetaApi.cloud Python API (ready SDK) to build a real-time equity curve chart. Project is simple and details will be shared privately. Only apply if you have strong Python experience
A robot 30+ USD
Code pour créer un robot //+------------------------------------------------------------------+ #include <Trade/Trade.mqh> CTrade trade; // SYMBOLS string symbols[3] = {"Volatility 10 Index","Volatility 25 Index","Volatility 75 Index"}; string bestSymbol = ""; // VARIABLES double startBalance; int tradeCount = 0; int lossStreak = 0; bool tradingStopped = false; bool profitMode = false; datetime lastDay; // PARAMÈTRES
I need someone to recreate this indicator for mt5 for $60 it has to be non repaint ,I've been trying to code this indicator so if someone can do it my contact is , sebokomorobi6@gmail.com ,or 073 923 0151 you can contact the number on Whatsapp no calls allowed

Projektdetails

Budget
15 - 30 USD
Ausführungsfristen
von 1 bis 5 Tag(e)