Need a Dashboard Display Signal using Stochastic and Bollinger Band Combination

MQL4 지표

작업 종료됨

실행 시간 6 일

명시

Indicator should Generate a Display of Pairs with 3 Current Conditions (SELL/BUY/NOTRADE)

PAIR to scan : all major and minor pair + gold
AUDUSD  EURUSD  GBPUSD  USDCAD  USDCHF  USDJPY
AUDCAD  AUDCHF  AUDJPY  AUDNZD
CADCHF  CADJPY  CHFJPY
EURAUD  EURCAD  EURCHF  EURGBP  EURJPY  EURNZD
GBPAUD  GBPCAD  GBPCHF  GBPJPY  GBPNZD
NZDCAD  NZDCHF  NZDJPY  NZDUSD  USDSGD
XAUUSD

For example :
AUDUSD  BUY
EURUSD  SELL
GBPUSD  NOTRADE
USDCAD  NOTRADE
USDCHF  NOTRADE
USDJPY  NOTRADE
etc..

*just make the display tidy, clean and clear (easy to read)
*give alert or popup info when there is any signal

=================================================================================
SELL SIGNAL if :
M15 Stoch below level 50 AND (level used should be able to adjusted, for ex. want to change to use level 40)
M30 Stoch below level 50 AND (level used should be able to adjusted)
Current Price plus 5pips >= M15 Middle Band of Bollinger Band AND
Current Price plus 5pips >= M30 Middle Band of Bollinger Band (if the price distance 5pips below the M30 middle band, it's already valid)

BUY SIGNAL if :
M15 Stoch above level 50 AND (level used should be able to adjusted, for ex. want to change to use level 60)
M30 Stoch above level 50 AND (level used should be able to adjusted)
Current Price minus 5pips <= M15 Middle Band of Bollinger Band AND
Current Price minus 5pips <= M30 Middle Band of Bollinger Band (if the price distance 5pips above the M30 middle band, it's already valid)

*current price is current running price not close price
*minus or plus 5 pips is for like spread difference because sometime spread is big
(if this pips value difference can be adjusted with input, it will be better)
*M15 and M30 Timeframe's indi setting should be separated, sometime we need difference setting for each timeframe

value used :
Timeframe M15 Stochastic (period can be adjust)
Timeframe M30 Stochastic (period can be adjust)
Timeframe M15 Bollinger Band (period can be adjust) - middle band, upper band and lower band value
TImeframe M30 Bollinger Band (period can be adjust) - middle band, upper band and lower band value
Current Price
=================================================================================

Example with Picture attached :
M15 & M30 Stochastic (100,3,3)
Bollinger Band (40, standar deviation 2)
M15 Stochastic level condition - level 50
M30 Stochastic level condition - level 50

Please ask if you have question or need more information, thanks..

파일:

응답함

1
개발자 1
등급
(26)
프로젝트
34
26%
중재
7
14% / 43%
기한 초과
7
21%
무료
2
개발자 2
등급
(349)
프로젝트
463
51%
중재
41
24% / 49%
기한 초과
149
32%
무료
3
개발자 3
등급
(430)
프로젝트
606
55%
중재
48
23% / 56%
기한 초과
178
29%
무료
4
개발자 4
등급
(88)
프로젝트
143
39%
중재
21
19% / 48%
기한 초과
30
21%
무료
5
개발자 5
등급
(48)
프로젝트
91
31%
중재
28
29% / 43%
기한 초과
42
46%
무료
6
개발자 6
등급
(258)
프로젝트
395
28%
중재
69
19% / 49%
기한 초과
120
30%
무료
7
개발자 7
등급
(58)
프로젝트
66
8%
중재
39
26% / 56%
기한 초과
12
18%
작업중
8
개발자 8
등급
(26)
프로젝트
23
39%
중재
26
8% / 38%
기한 초과
0
무료
비슷한 주문
Specification for Translating Pine Script Indicators to MQL5 Objective Translate multiple indicators written in Pine Script into MQL5. The translation should be implemented using an object-oriented and class-based approach. Additionally, the indicators should include some specific adjustments as detailed below. Requirements Object-Oriented Design Implement the indicators using an object-oriented paradigm in MQL5
Hello my friend There is a project I will send you the indicator code What is required is to issue three copies of the indicator Version 1 1, Delete the arrows and signals and keep only the red and blue lines and move them (red and blue line buffers) from the Colors section to the Settings section so that they appear as in the picture () Version 2 2, Go back to the first original cursor, move the arrows, signals, red
I have a MetaTrader 4 indicator that I programmed to give arrow signals at entry and exit. What is required, is it possible to program the indicator to be better developed so that it gives a written purchase or sale, not just shares, and also gives the phrase (adjustment zone 1 and amendment 2) when the transaction is reversed, and finally, is it possible for the indicator to change the candles so that when the
In summary 1) The bot will only take Firm Buy and Firm Sell Signals . 2) The bot will use the SL and TP based on the indicator . 3) the risk to reward is 2:1 but when the price reaches 1:1 set SL to Breakeven 4) the bot will take Firm Buy and Firm sell after the candle closes with a firm buy or firm sell 5) make sure to give an option for number of contracts to be traded . 6) Bot will close all the trades EOD
I want my own bot for trading, an effective bot that I do not want to lose, and if it has artificial intelligence, it will be better for trading on a platform
hello programmers, i look for somebode who will enhance changies in my indicator. indicator draws swings bar after bar, but not all swings are drawn correct. full description is in attachements
I need a AI signal generating and executing bot for forex trading. The bot should operate such that when i put it in a chart it will analyze the market, after several minutes it will display whether the trade is buying or selling and then execute a trade. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame whether they are buying or selling. If it is buying the
1. Combination of Market Profiles on daily basis a) this should be combined if the bell curve is similar to the previous day. Rotational day (volume - standard deviation). b) If breakout, new range should be drawn Conclusion: Market profile should be combined on daily after the market is closed 2. Use Vwap indicator, with 0.5 - slow trend, 1.0 - normal trend, 1.5 fast trend. The stop loss should be under the trend
Hello. I need a programmer to develop a modular Expert Advisor in MQL5. The method used is DSLParser, therefore previous programming experience with this class is necessary. Each module must be tested, compiled and run on the strategy tester as well. We will also create some new indicators, that's why thorough knowledge of programming is also required in Pine editor (trading view). I ask for seriousness and
Smart Money E 30 - 90 USD
--- Job Title: EA Programmer for Smart Money Concept (Urgent) EA SOURCE CODE WOULD NOT BE SENT IF JOB IS NOT ACCEPTED Job Description: We are seeking an experienced EA programmer to finalize a project focused on implementing the Smart Money Concept. The progress is at 70%, and I need someone to complete the remaining tasks within a week. Project Requirements: - Liquidity, CHoCh, and Return to OrderBlock: Implement

프로젝트 정보

예산
30 - 60 USD
개발자에게
27 - 54 USD
기한
에서 2  5 일