Trade Entry Indicator with 4 Options

MQL4 Indikatoren

Spezifikation

I need an indicator developed that will have parameters/options for the Bollinger Band, MACD (Histogram), Stochastics (x2), and CCI (x2). The logic is fairly straight forward and much of the parameters are duplicated across the indicators, with only minor adjustments.

Below are the rules and logic:


Bollinger Band Parameters

Bollinger Band Period

Bollinger Band Deviation

Trade Entry SHORT        (High/Low/Open/Close) Choose option 

Trade Entry LONG         (High/Low/Open/Close) Choose option

Show Historical            (TRUE/FALSE) ***This refers to showing previous signals

Show Label                  (Left top/Left bottom/Right top/Right bottom) Choose option (Top and bottom refer to either ABOVE the ENTRY LINE or BELOW the ENTRY LINE)

Target 1                       (Numerical Value)

Target 2            (Numerical Value)

Target 3                        (Numerical Value)

Target 4                        (Numerical Value)

Target 5                        (Numerical Value)

Target 6                        (Numerical Value)

Line Style

Entry Line color

Entry Line style

Entry Line width

Target Lines color

Target Lines style

Target Lines width

Stop Line color

Stop Line style

Stop line width

Label Style

***The LABEL refers to a box drawn around the price values printed by the indicator. Please see the image CCI Example for an example of what this should look like***

Add Label Background        (True/False)

Label Text Color

Label Text Size

Lebel Background Color

Arrow Style

SHORT style             (For example, 238)

SHORT color

SHORT width

LONG style                (For example,. 236)

LONG color

LONG width

Function

Use Bollinger Band Signal       (True/False) ***This parameter indicates whether the Bollinger Band Signal will be shown on the chart or not

Use Bollinger Band Oscillator (True/False) ***This parameter indicates whether the Bollinger Band Oscillator will be shown in a separate indicator window

The indicator logic for the Bollinger Band is simple and is based off of the OUTER BANDS. For SHORT signal, price simply has to close BELOW the LOWER BAND. For LONG Signal, price simply has to close above the UPPER band. 

MACD Histogram Parameters

Fast EMA

Slow EMA

MACD SMA

Trade Entry SHORT        (High/Low/Open/Close) Choose option 

Trade Entry LONG         (High/Low/Open/Close) Choose option

Show Historical            (TRUE/FALSE)

Show Label                  (Left top/Left bottom/Right top/Right bottom) Choose option (Top and bottom refer to either ABOVE the ENTRY LINE or BELOW the ENTRY LINE)

Target 1                       (Numerical Value)

Target 2            (Numerical Value)

Target 3                        (Numerical Value)

Target 4                        (Numerical Value)

Target 5                        (Numerical Value)

Target 6                        (Numerical Value)

Line Style

Entry Line color

Entry Line style

Entry Line width

Target Lines color

Target Lines style

Target Lines width

Stop Line color

Stop Line style

Stop line width

Label Style

***The LABEL refers to a box drawn around the price values printed by the indicator. Please see the image CCI Example for an example of what this should look like***

Add Label Background        (True/False)

Label Text Color

Label Text Size

Lebel Background Color

Arrow Style

SHORT style             (For example, 238)

SHORT color

SHORT width

LONG style                (For example,. 236)

LONG color

LONG width

Function

Use MACD Signal       (True/False) ***This parameter indicates whether the MACD Signal will be shown on the chart or not

Use MACD Oscillator (True/False) ***This parameter indicates whether the MACD Oscillator will be shown in a separate indicator window

The indicator logic for the MACD is simple and is based off of the HISTOGRAM. For SHORT signal, price simply has to close BELOW the ZERO LINE. For LONG Signal, price simply has to close above the ZERO LINE. 

STOCHASTICS 70/30 

K Period                (Numerical value)

D Period                 (Numerical value)

Slowing                   (Numerical value)

Overbought             (Numerical value)

Oversold                  (Numerical value)

LONG Entry              (Numerical value)

SHORT Entry             (Numerical value)

Trade Entry SHORT        (High/Low/Open/Close) Choose option 

Trade Entry LONG         (High/Low/Open/Close) Choose option

Show Historical            (TRUE/FALSE)

Show Label                  (Left top/Left bottom/Right top/Right bottom) Choose option (Top and bottom refer to either ABOVE the ENTRY LINE or BELOW the ENTRY LINE)

Target 1                       (Numerical Value)

Target 2            (Numerical Value)

Target 3                        (Numerical Value)

Target 4                        (Numerical Value)

Target 5                        (Numerical Value)

Target 6                        (Numerical Value)

Line Style

Entry Line color

Entry Line style

Entry Line width

Target Lines color

Target Lines style

Target Lines width

Stop Line color

Stop Line style

Stop line width

Label Style

***The LABEL refers to a box drawn around the price values printed by the indicator. Please see the image CCI Example for an example of what this should look like***

Add Label Background        (True/False)

Label Text Color

Label Text Size

Lebel Background Color

Arrow Style

SHORT style             (For example, 238)

SHORT color

SHORT width

LONG style                (For example,. 236)

LONG color

LONG width

Function

Use Stochasitc 70/30 Signal       (True/False) ***This parameter indicates whether the Stochastic 70/30 will be shown on the chart or not

Use Stochastic Oscillator (True/False) ***This parameter indicates whether the Stochastic Oscillator will be shown in a separate indicator window

The indicator logic for the Stochastic 70/30 is simple and is based off of the STOCHASTIC LINE (Not the SIGNAL Line). For SHORT signal, price must first enter OVERBOUGHT territory before crossing below the SHORT ENTRY (see above in parameters). For LONG signal, price must first enter OVERSOLD territory before crossing above LONG ENTRY value (see above in parameters). For example, OVERBOUGHT is set to 80 and SHORT ENTRY is set to 70. Price crosses into OVERBOUGHT territory FIRST, then later crosses BELOW 70. The indicator would then print on the chart at the close of this candle (See image). Conditions for LONG ENTRY are the same, but in reverse. 

STOCHASTICS 50

K Period                 (Numerical value)

D Period                 (Numerical value)

Slowing                   (Numerical value)

Overbought             (Numerical value)

Oversold                  (Numerical value)

LONG Entry              (Numerical value)

SHORT Entry             (Numerical value)

Trade Entry SHORT        (High/Low/Open/Close) Choose option 

Trade Entry LONG         (High/Low/Open/Close) Choose option

Show Historical            (TRUE/FALSE)

Show Label                  (Left top/Left bottom/Right top/Right bottom) Choose option (Top and bottom refer to either ABOVE the ENTRY LINE or BELOW the ENTRY LINE)

Target 1                       (Numerical Value)

Target 2            (Numerical Value)

Target 3                        (Numerical Value)

Target 4                        (Numerical Value)

Target 5                        (Numerical Value)

Target 6                        (Numerical Value)

Line Style

Entry Line color

Entry Line style

Entry Line width

Target Lines color

Target Lines style

Target Lines width

Stop Line color

Stop Line style

Stop line width

Label Style

***The LABEL refers to a box drawn around the price values printed by the indicator. Please see the image CCI Example for an example of what this should look like***

Add Label Background        (True/False)

Label Text Color

Label Text Size

Lebel Background Color

Arrow Style

SHORT style             (For example, 238)

SHORT color

SHORT width

LONG style                (For example,. 236)

LONG color

LONG width

Function

Use Stochasitc 50 Signal       (True/False) ***This parameter indicates whether the Stochastic 50 will be shown on the chart or not

Use Stochastic Oscillator (True/False) ***This parameter indicates whether the Stochastic Oscillator will be shown in a separate indicator window

The indicator logic for the Stochastic 50 is simple and is based off of the STOCHASTIC LINE (Not the SIGNAL Line). For SHORT signal, stochastic line must cross BELOW 50. For LONG signal, stochastic line must cross ABOVE 50.

CCI 100

CCI Period    (Numerical Value)

Overbought  (Numerical Value)

Oversold       (Numerical Value)

Trade Entry SHORT        (High/Low/Open/Close) Choose option 

Trade Entry LONG         (High/Low/Open/Close) Choose option

Show Historical            (TRUE/FALSE)

Show Label                  (Left top/Left bottom/Right top/Right bottom) Choose option (Top and bottom refer to either ABOVE the ENTRY LINE or BELOW the ENTRY LINE)

Target 1                       (Numerical Value)

Target 2            (Numerical Value)

Target 3                        (Numerical Value)

Target 4                        (Numerical Value)

Target 5                        (Numerical Value)

Target 6                        (Numerical Value)

Line Style

Entry Line color

Entry Line style

Entry Line width

Target Lines color

Target Lines style

Target Lines width

Stop Line color

Stop Line style

Stop line width

Label Style

***The LABEL refers to a box drawn around the price values printed by the indicator. Please see the image CCI Example for an example of what this should look like***

Add Label Background        (True/False)

Label Text Color

Label Text Size

Lebel Background Color

Arrow Style

SHORT style             (For example, 238)

SHORT color

SHORT width

LONG style                (For example,. 236)

LONG color

LONG width

Function

Use CCI 100 Signal       (True/False) ***This parameter indicates whether the CCI 100 will be shown on the chart or not

Use Stochastic Oscillator (True/False) ***This parameter indicates whether the Stochastic Oscillator will be shown in a separate indicator window

The indicator logic for the CCI is simple and is based off ENTRY and EXIT of OVERBOUGHT and OVERSOLD conditions. For LONG entry, CCI must first enter OVERSOLD territory before later crossing ABOVE the -100 value. For SHORT entry, CCI must first enter OVERBOUGHT territory before later crossing BELOW the 100 value. 

CCI Zero

CCI Period    (Numerical Value)

Trade Entry SHORT        (High/Low/Open/Close) Choose option 

Trade Entry LONG         (High/Low/Open/Close) Choose option

Show Historical            (TRUE/FALSE)

Show Label                  (Left top/Left bottom/Right top/Right bottom) Choose option (Top and bottom refer to either ABOVE the ENTRY LINE or BELOW the ENTRY LINE)

Target 1                       (Numerical Value)

Target 2            (Numerical Value)

Target 3                        (Numerical Value)

Target 4                        (Numerical Value)

Target 5                        (Numerical Value)

Target 6                        (Numerical Value)

Line Style

Entry Line color

Entry Line style

Entry Line width

Target Lines color

Target Lines style

Target Lines width

Stop Line color

Stop Line style

Stop line width

Label Style

***The LABEL refers to a box drawn around the price values printed by the indicator. Please see the image CCI Example for an example of what this should look like***

Add Label Background        (True/False)

Label Text Color

Label Text Size

Lebel Background Color

Arrow Style

SHORT style             (For example, 238)

SHORT color

SHORT width

LONG style                (For example,. 236)

LONG color

LONG width

Function

Use CCI Zero Signal       (True/False) ***This parameter indicates whether the CCI Zero signal will be shown on the chart or not

Use Stochastic Oscillator (True/False) ***This parameter indicates whether the CCI will be shown in a separate indicator window

The indicator logic for the CCI is simple and is based off the ZERO LINE. For LONG entry, CCI must simply cross above the ZERO line. For SHORT entry, CCI must simply cross below the ZERO line.

STOP LOSS EXPLANATION


The STOP LOSS for ALL SIGNALS is the same. For BUY signals, STOP LOSS is either the MONTH LOW or the PREVIOUS MONTH'S LOW (I'm not sure which is simpler to code). For SELL signals, STOP LOSS is either the MONTH HIGH or the PREVIOUS MONTH'S HIGH. 

TAKE PROFIT LEVELS EXPLANATION


I would like 6 TAKE PROFIT levels printed for each indicator. Each TAKE PROFIT level is based off a MATHEMATICAL MULTIPLE of the STOP LOSS to ENTRY ratio. For example, if the indicator prints an entry and it is 100 pips to the stop loss, I would like the option to choose the multiple of the ratio at which each take profit will print. For example, target 1 is (100 x 0.5) or 50 pips. Target 2 is (100 x 1) or 100 pips. Target 3 is (100 x 1.5) or 150 pips, etc. 

I have included several images where I have drawn in lines and annotated their meanings. I have also included an image titled "CCI EXAMPLE" which is an example of how this indicator looks in a different trading platform. 






Bewerbungen

1
Entwickler 1
Bewertung
(383)
Projekte
411
69%
Schlichtung
3
100% / 0%
Frist nicht eingehalten
2
0%
Überlastet
2
Entwickler 2
Bewertung
(4)
Projekte
9
11%
Schlichtung
2
50% / 50%
Frist nicht eingehalten
0
Frei
3
Entwickler 3
Bewertung
(564)
Projekte
933
47%
Schlichtung
302
59% / 25%
Frist nicht eingehalten
125
13%
Beschäftigt
Ähnliche Aufträge
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

Projektdetails

Budget
175+ USD
Für die Entwickler
157.5 USD