MQL5 - Language of trade strategies built-in the MetaTrader 5 client terminal

Order MQL5 Programs from professional developers

BvsB Indicator
BvsB
Author: VladMsk
Subscribe to signal
ICHIMOKU USDJPY
171.49%, 308.89 PLN
Historical Memory B150Historical Memory B150 Try product
Historical Memory B150
Author: Progid
Andrey Bolkonsky (abolk): "Any programmer knows that there is no software without bugs" Andrey Bolkonsky (abolk): "Any programmer knows that there... Screenshot
EURUSD, M1
Demo
matt_r
64
matt_r 2012.06.25 14:48 50 - 100 credits   from 3 to 7 day(s)
I would like a multiple time frame Stochastic indicator coded for MT4 to scan all required time frames and specified currency pairs for a particular set up described below.

The following time frames will need to be actively monitored:

M5
M15
M30
H1
H4
D1

The following currency pairs available from my broker need to be actively monitored:

AUDCAD
AUDCHF
AUDJPY
AUDNZD
AUDSGD
AUDUSD
CADCHF
CADJPY
CHFJPY
EURAUD
EURCAD
EURCHF
EURGBP
EURJPY
EURNZD
EURUSD
GBPAUD
GBPCAD
GBPCHF
GBPJPY
GBPNZD
GBPUSD
NZDJPY
NZDUSD
USDCAD
USDCHF
USDSGD
USDJPY
USDZAR
XAGUSD
XAUUSD

Each time frame will use readings from 3 standard Stochastics on multiple time frames as follows:

Stochastic 1 will be the current time frame's Stochastic using a setting of (14, 3, 3).
Stochastic 2 and 3 will be the higher time frame's Stochastic. Stochastic 2 will be (14, 3, 3) and Stochastic 3 will be (100, 3, 3).

The list below dictates what the higher time frame for any currently used time frame will be:

M5 will use M30 as its higher time frame
M15 will use H1 as its higher time frame
M30 will use H4 as its higher time frame
H1 will use H4 as its higher time frame
H4 will use D1 as its higher time frame
D1 will use W1 as its higher time frame

Example:

The M15 chart is being monitored. It will use Stochastic 1 (14, 3, 3).
It will also use readings from S2 (14, 3, 3) and S3 (100, 3, 3) both from the H1 time frame.


When the following conditions for a Potential Long are met, I want both an audio and pop up window alert:

When the current time frame Stochastic (S1) has a Stochastic and signal line both reading <=30 AND the higher time frame Stochastic (S2) has a Stochastic and signal line both reading >=70 AND the second higher time frame Stochastic (S3) has a Stochastic and signal line both reading >=80 then an audio alert must trigger as well as a pop up window stating "Potential Long - CURRENCY_PAIR - TIME_FRAME - CURRENT_MARKET_PRICE" where CURRENCYPAIR = whichever currency pair is giving a signal (e.g. EURUSD) and TIME_FRAME = the time frame for the currency pair that is giving the condition alert (e.g. M15) and CURRENT_MARKET_PRICE = the price at the time the alert was triggered.


When the following conditions for a Potential Short are met, I want both an audio and pop up window alert:

When the current time frame Stochastic (S1) has a Stochastic and signal line both reading >=70 AND the higher time frame Stochastic (S2) has a Stochastic and signal line both reading <=30 AND the second higher time frame Stochastic (S3) has a Stochastic and signal line both reading <=20 then an audio alert must trigger as well as a pop up window stating "Potential Short - CURRENCY_PAIR - TIME_FRAME - CURRENT_MARKET_PRICE" where CURRENCYPAIR = whichever currency pair is giving a signal (e.g. EURUSD) and TIME_FRAME = the time frame for the currency pair that is giving the condition alert (e.g. M15) and CURRENT_MARKET_PRICE = the price at the time the alert was triggered.

When the indicator is applied to a chart (e.g. GBPUSD, M5) I also want a dashboard view so that I only have to have one chart up for this indicator to monitor all abovementioned currency pairs and time frames.

It must have a table structure that lists all the currency pairs along the left-hand side of the chart and the time frames along the top of the chart.

Under each time frame for each currency pair, it must display the state of S1, S2 and S3 as LONG, SHORT or NEUTRAL based on current conditions (see example below). LONG must be displayed in green, SHORT must be displayed in red and NEUTRAL must be displayed in GREY.

I want the indicator to update every minute for all time frames (60 second update intervals).

Example:

The AUDJPY currency pair on the H4 time frame has an S1 reading of 56, an S2 reading of 80 and an S3 reading of 96.

In the indicator window next to AUDJPY under the H4 column, S1 must read Neutral, S2 must read Long and S3 must also read Long.

As time progresses and S1 reaches 30 or less, an audio and pop up window alert must trigger and the indicator window should now show S1 as Long.

Below is a list of the parameters I want to be able to edit when applying the indicator to a chart as well as the default values that should be used.

S1 %K for all time frames (Default value = 14)
S1 %D for all time frames (Default value = 3)
S1 Slowing for all time frames (Default value = 3)
S1 Alert level for Long (Default value <= 30)
S1 Alert level for Short (Default value >= 70)

S2 %K for all time frames (Default value = 14)
S2 %D for all time frames (Default value = 3)
S2 Slowing for all time frames (Default value = 3)
S2 Alert level for Long (Default value <= 70)
S2 Alert level for Short (Default value >= 30)

S3 %K for all time frames (Default value = 100)
S3 %D for all time frames (Default value = 3)
S3 Slowing for all time frames (Default value = 3)
S3 Alert level for Long (Default value <= 80)
S3 Alert level for Short (Default value >= 20)

The S1, S2 and S3 levels that I can edit must be single settings that apply to all time frames and currency pairs.

Example:

If I decide to later change the S3 %K to 85, I want to only have to edit the S3 %K setting once when applying the indicator to the chart and it must use that setting for all time frames and currency pairs, therefore, only the 15 abovementioned settings must be editable, not 15 x CURRENCY_PAIRS x TIME_FRAMES.

Job completed in 7 days. The portfolio of forexmts contains 92 finished jobs. This developer received 28 feedbacks with an average rate of 5.00.
Do you want to place a new order for forexmts?
Roman

oromek 2012.06.25 15:08

hi


i can make this work for you

Write me at oromeks@yahoo.com, we will talk about details.


regards

forexmts

forexmts 2012.06.25 15:33 100 credits     to 7 day(s)
I can make it
Alexander Puzikov

Im_hungry 2012.06.25 16:18

// skype = i_m_hungree (Хангри)

// mail = I-m-hungree@yandex.ru

// ICQ = 609928564

120$
Mojtaba M.Alizadeh

moj1367 2012.06.25 16:55 100 credits

hello and I hope u be fine

I can design it for u even with more parameters

And I have this habit to have online chat with customer

my E-mail:moj1367@yahoo.com

regards

Mojtaba M.Alizadeh
A.R.Wex

Wex 2012.06.26 04:34 100 credits     7 day(s)
I can make the required indicator for you.
OmegaTube

OmegaTube 2012.06.26 13:24 < 100 credits

Hi !

Mail me : Omegatubetrade@gmail.com 

To add comments, please log in or register