Multiple Timeframe Trendline and Horizontal Support and Resistance Drawing Indicator

MQL4 Indicateurs

Spécifications

Multiple Timeframe Trendline and Horizontal Support/Resistance Drawing Indicator

Overview:

Requiring an indicator that will draw both trendlines and horizontal support/resistance on multiple timeframes and will display all on current timeframe.

Rules for Trendlines

Trendline drawing will be based on zigzag peaks. 

For resistance trendlines: : the most recent completed zigzag peak (to the left) that is higher than current price will be connected to the next most recent peak (to the left of previous peak) which is also higher than the first identified peak. A ray will join the peaks an project the line forward (to the right)

For support trendlines: : the most recent completed zigzag low (to the left) that is Lower than current price will be connected to the next most recent low (to the left of previous peak) which is also lower than first identified peak. A ray will join the peaks an project the line forward (to the right)

 


 

 

Rules for Horizontal Support and Resistance

Horizontal Support and Resistance will be all Zigzag peaks and troughs (highs/lows) during a “lookback” period.  Lookback period will be 200 bars of the chart the lines are being drawn on. A ray is draw from the origin of each peak/trough and projected forward (to the right)

Similar to trendline rules – horizontal support and resistance will be drawn on each timeframe, coloured different (same colour as trendlines) and visible on the current timeframe (can be changed in inputs settings).

 


 

 

 

Additional Requirements:

·         Can display all higher trendlines on current chart.(options in inputs to disable or customize)

·         As zoom in and out on a chart, should be able to see all relevant lines.

·         Will use standard zigzag with MT4 package – code must be internalized.  If coder can recommend another version of zigzag that is more efficient/responsive would be happy to hear recommendations.

·         Extensive comments are required in source code. This will be used in another indicator and needs to be easily understood by future coders to be modified later. Every aspect of the Indicator must be documented with comments. 

·         Timeframes to be included are: Monthly, Weekly, Daily, 4Hr, 1Hr, 15min, 5min, 1min

 ·         **If a trendline happens to use the exact same two zigzag peaks which were used on a higher timeframe  trendline, the trendline on the current timeframe will not be drawn.  This is important.  Only the higher timeframe trendline that uses those zigzag peaks or troughs will be included.  Please ask for clarification if this in unclear.  Horizontal Support and Resistance lines don't require this rule. 

 

Inputs

-          ZigZag Inputs can be set: Depth/Deviation/Backstep

 

Lines drawn on different timeframes will have different colours.  Ex lines drawn on all monthly will be same colour.  All drawn on weekly are different colour than monthly etc.. – Colours for each can be set in inputs. Colours are the same for trendlines and horizontal lines of same timeframe.

 

-          Can chose timeframes to display. 

 o   Display Current and all Higher Timeframes (true/false) (DEFAULT)

o   Display Only Higher Timeframes (true/false)

o   Display x timeframes (can customize which timeframes to display ex: Daily, Weekly, Monthly)

 

-         Horizontal Support and Resistance Lookback Period.  Default will be 200 Bars


  Have options to chose to display Trendlines, Horizontal Support and Resistance, or Both.  Display BOTH is default. 

 



Répondu

1
Développeur 1
Évaluation
(461)
Projets
902
77%
Arbitrage
25
16% / 68%
En retard
100
11%
Gratuit
2
Développeur 2
Évaluation
(84)
Projets
149
31%
Arbitrage
32
34% / 41%
En retard
43
29%
Gratuit
3
Développeur 3
Évaluation
(87)
Projets
134
14%
Arbitrage
41
22% / 29%
En retard
14
10%
Gratuit
4
Développeur 4
Évaluation
(33)
Projets
35
40%
Arbitrage
11
9% / 91%
En retard
4
11%
Gratuit
5
Développeur 5
Évaluation
(732)
Projets
1053
40%
Arbitrage
47
49% / 23%
En retard
84
8%
Gratuit
Commandes similaires
BUY AND SELL 30+ USD
Create an Expert Advisor that collaborates between these indicators ETR, MEv2 and STLv3 with these features 1. SL and TP 2. TIME FILTER 3. ETR, MEv2 and STLv3 PARAMETERS BUY ENTRY STEP 1. FIRST candle OPEN above Symphonie Trend Line STEP 2. Check Symphonie Extreme must indicate color BLUE STEP 3. Check Symphonie Emotion must indicate color BLUE STEP 4. Open trade with money management STEP 5. Trade open MUST BE 1
Hello, I have a protected Ninja trader Order Flow indicator and I was wondering if you can reverse engineer it to replicate the functionality. H ere are the specifications and indicator: https://docs.google.com/document/d/1KyYwQ7iTL2KWGhnZzxS1gObccu9LPMrGuMc9Mdk_3KY/edit?usp=sharing
I have an EA that need some changes including integrating the indicator code directly into the Expert Advisor. I will give the detailed doc once we settle on the candidate for the job . Please bid if you can work with the stated amount. Thanks
Hello, Need to convert Tradingview Indicator to MQL4 indicator. or if you have this one converted already, let me buy a copy please. If we're good, then will definitely buy it and ask to convert into EA on new order. Supertrend by KivancOzbilgic
Fix bug or modify an existing Trading view indicator to display correct. The indicator is working but not displaying/plotting all the information i want. So i want it adjusted to plot all the info
Here's a brief requirement you can use: **Description:** I am seeking an experienced MQL5 developer to create a (EA). The EA should include features for placing pending orders (Buy Stop and Sell Stop) based on market spread, managing trades effectively at the opening of new candlesticks, and implementing take profit and stop loss strategies. Additionally, I would like the option to adjust parameters based on market
I have an EA which i need to do below modifications. Variable Inputs to be added Order Type : Market , Pending Trade Type : Buy, Sell , Buy & Sell Pending Pips Step : ( Pips Value can be negative or positive to decide on what type of Pending Order ) // If trade type Buy is selected Close Type : Close All ( Bulk Close Option in MT5 ) , Close Individually Close Option : %of Equity , %of Balance , Amount $ , %of No
Add multiplier to grid recovery system. For example: Grid Trade 2-3 Spacing; 1.0 Multiplier Grid Trade 4-6 Spacing; 2.0 Multiplier Grid Trade 7+ Spacing; 1.6 Multiplier Need quick turn around. Need it done ASAP
Objects reader PIN 70 - 100 USD
Hi I have an indicator that create objects in the chart and using those following some rules the new indicator will create external global variables with value = 0 ( NONE ), = 1 ( BUY ) or = 2 ( SELL ). The global variable will use PIN external integer number . PINS are by now global variables (GV) whose name indicates the pair name and the PIN belonging and their value indicates it direction/action. PINS GV names
I want an indicator and its source code that returns the value of: - two moving averages in different selectable timeframes, with method Exponential and price calculation price_open; - Opening, closing, maximum and minimum of the candle in different timeframes And that returns the values ​​regardless in a chart of one minute. The input parameters: * select timeframe media1 = {1,2,3,4,5,...} * select timeframe media2

Informations sur le projet

Budget
30+ USD
Pour le développeur
27 USD