Changes to Stochastic indicator - Job 2 of 6

MQL4 インディケータ

仕事が完了した

実行時間2 日
依頼者からのフィードバック
Another job well done, thanks again!

指定

Hello;

I have created a profitable trading system, however the indicators in their current state need to be changed. As such, I will be posting jobs for four indicators recoded, the creation of one custom indicator, and the creation of one EA. I will post these one at a time, when one is completed, I will post the next one. I will start with the easiest first, and also provide unabridged explanations, in order to not waste your time.(The last thing you want is to code an indicator and then have the buyer send it back because he/she wants more changes)

If you bid, please keep in mind that all of these instruments will be used on a median renko brick chart, as such there is no “time” variable,(there is time on the feeder chart) which also means that, on events like news releases, numerous bricks can be printed in a fraction of a second.(In the past I have found this to cause some indicators to not work correctly) Also the final EA will make all decisions based upon data at the “close of a candle” not the real time data during the creation of the candle. In the past I have used indicators that have so many loops and try to update so fast that it literally lags out the charts.(I have a quad core processor and MT4 will not use more then one processor at a time) So please keep the code clean and optimized for the CPU.

I do have a programming background, but not in MQL, so I feel it would be better/faster to have you do it, then for me to learn it.(No, I am not lazy, just don't need the additional headaches, lol) At the beginning of each indicator(in the code) please put your name and an email address(if you don't mind) in case I can get you more work in the future.

If you feel the price listed is too little or too much, put what price you feel is fair, I am looking for the best quality, at the best price. Programmers that have won a previous job of mine, that have done quality work, will receive special consideration when the next job is posted, if they bid.

Phase Two:

Attached you will find two indicators, “color stochastic v1.02” and “Stoch Alert”. Neither does want I really need them to do, besides having two indicators that almost do the same thing, on the same chart, just clutters up the chart.

 

Cs v1.02 changes the color of the K line when it goes into overbought or oversold, this coloring needs to be removed. This indicator shows a red arrow pointing down and alert when going INTO the overbought area, this needs to be changed to show a red arrow and alert when coming OUT OF the overbought area. This indicator shows a green arrow pointing up and alert when going INTO the oversold area, this needs to be changed to show a green arrow and alert when coming OUT OF the oversold area.(both overbought and oversold are user defined)

The “Stoch Alert” has an alert when the K line crosses the D line, the CS v1.02 does not have this. When this happens and the alert pops up, it does not indicate which chart it happened on, which hurts when you have multiple charts up.

An adjustment needs to be made, so that I can choose the sound file for the alert, for example:

extern string SoundFile = "alert2.wav"; // name of sound file

An adjustment needs to be made to add a decision for alerts/arrows on close of bar or while the bar is still being created.(Alerts on Bar Close = True/False)

All of the other input variables and functionality should be retained.

 

Job Description:

 

Make the following changes to Color Stochastic v1.02:

 

      1. Remove the additional coloring of the K line when going into OB/OS areas.

      2. Change the arrow and alert that is posted when going INTO the OB/OS areas, to post when the indicator comes OUT OF the OB/OS areas.

      3. Add an arrow and alert when the K line crosses the D line.

      4. Add user defined SoundFile for alerts.

      5. Add user defined True/False for Arrows and Alerts on Bar Close.


応答済み

1
開発者 1
評価
(15)
プロジェクト
65
58%
仲裁
6
17% / 33%
期限切れ
39
60%
2
開発者 2
評価
(182)
プロジェクト
342
42%
仲裁
118
12% / 73%
期限切れ
104
30%
3
開発者 3
評価
(47)
プロジェクト
140
49%
仲裁
9
56% / 0%
期限切れ
27
19%
4
開発者 4
評価
(215)
プロジェクト
302
79%
仲裁
4
25% / 0%
期限切れ
62
21%
5
開発者 5
評価
(1235)
プロジェクト
2820
80%
仲裁
156
22% / 43%
期限切れ
488
17%
6
開発者 6
評価
(550)
プロジェクト
827
73%
仲裁
15
53% / 13%
期限切れ
193
23%
7
開発者 7
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
8
開発者 8
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
類似した注文
Hello, I bought an EA who has SL but it is not trailing.I need someone who can attach trailing SL to this EA or if it is possible to implement trailing in the EA? I do not have EA code, I bought it and I am using it
Below is the pine eidtor script convert it to MQL5 coding language and create bot based on following condition 1. This all should be on 5-minute chart timeframe 2. For Buy side, buy after closing of second candle when buy signal is given and exit buy position when sell signal is given. 3. For sell side, sell after closing of second candle when sell signal is given and exit sell position when buy signal will be given
I would like the better volume indicator 1.6 in a scanner format. Scanning multiple timeframe and pairs of which can be picked. Would like it to provide all standard noticatioons and also if pressed to go to the a template timeframe and pair
Descripción: Necesito duplicar un indicador detector de cambio de polaridad para el activo Boom 1000 en MetaTrader 5 (MT5). El indicador debe identificar de manera precisa los cambios de polaridad en el mercado y duplicar la funcionalidad para asegurar una detección redundante. Especificaciones clave: El indicador debe generar una señal visual clara en el gráfico (flechas o líneas) cada vez que se detecte un cambio
Poverty 30+ USD
``` def moving_average_crossover(prices, short_window, long_window): short_ma = prices.rolling(window=short_window).mean() long_ma = prices.rolling(window=long_window).mean() signals = np.where(short_ma > long_ma, 1, 0) signals = np.where(short_ma < long_ma, -1, signals) return signals # Example usage: prices = pd.Series([...]) # Replace with your price data short_window = 50 long_window = 200 signals
Brief description. mt4 must be connected via binary.com API. Only for binary trade. Forex pair . Rise/Fall option only. Maximum trade limited options should be given. Profit option should be given. Martingale system. Compounding system Candlestick time counter should be given. There will be two types of signals. A candle stick will come with an arrow symbol. Arrow symbol will appear below another chart. You can
Veltoor sniper 35+ USD
I wanna create trading robot so that it can trade for me during busy hours cause I sometimes miss opportunity to enter my trades because I'm being busy during the day . So I'd like to have a system for me
**Job Title: Experienced Developer Needed for High-Performance Scalping Trading Robot** **Job Description:** We are seeking an experienced and highly skilled developer to create a cutting-edge trading robot specifically designed for scalping strategies. The ideal candidate will have a deep understanding of trading algorithms, extensive experience in financial markets, and a proven track record of developing
Good day, I am looking for a COT report indicator that shows the weekly change in MT4. change in MT4. Number Value Indicator: Speculators (Commercials) Plus minus percent change Tool (exe file ? to load csv... ?). Just for simple updating... Unfortunately I could not find a useful indicator on the net. Please simply offer who has already realised such projects. Thanks
looking to convert a TV indicator into mt5. it is has a lot of added extras which don't need also. Just looking for the books and entry candle. (The arrow up and down for long and short) tv code is attached: concepts of trading system also attached https://www.youtube.com/watch?v=zBtaWWNlY9U https://www.youtube.com/watch?v=L1AqJOCZ-mw

プロジェクト情報

予算
20 - 30 USD
開発者用
18 - 27 USD
締め切り
最低 2 最高 5 日