2 Indicator for Sto cutting order

MQL4 Indicators

Specification

 Hi,

I want to create 2 indicator below. The explanation here is quite long since it is exactly what you need when you code.

Thank you,

HHC 

Picture example is on GBPUSD 2015.01.29 H4

Both indicator use (for i=; ; i++)                 I want (i++)

 

Indicator 1.

Name: Sto_cut_order

When sto cut up from below 25, start tracking any time Sto Cut (up or down)

The indicator will return Buffer value name “Sto_cut_up_order” that take value from 1 to n.

Anytime Sto cut, this buffer increase value by 1 

Only bar with sto cut has Buffer value.

The series end when cut happened at below 25 again.

 

Similarly, you create “Sto_cut_down_order” Buffer starting when sto Cut down from 75.

So when Sto keep stay below 25 and make cut, you will have a number of 1, 1 , 1.

(in the picture, I mistakenly code it to start from 0. Should be 1 at beginning)

 

 

Please make “input double” on the level 25 and 75

Put it in separate window and DRAW_HISTOGRAM

 “Sto_cut_up_order” take value 0 1 2 3..

“Sto_cut_down_order” take value 0 -1 -2 -3..

 

 

Indicator 2.

Name: trade_order

Buffer 1: Number_loss_buy

At each cut bar[i] taken from Indicator1, give SL= Low of [i,i+1,i+2]

                                Parameter on the number of bar to calculate SL

Start the tracking process.

1.       Starting from Sto_cut_up_order=1, put Number_loss_trade=0.5 (I don’t choose 0 since 0 will not show up on Histogram). Then when SL[Sto_cut_up_order=1] is hit, put Number_loss_trade=1;

2.       Starting from this bar (where SL is hit), track the next cut (including the cut occur in this bar). When SL is hit, give Number_loss_trade=2

3.        And continue tracking for the rest of the series.

Note,  this buffer has value for all bars. So it look like that
0.5 0.5 0.5 1 1 1 1 2 2 2 

 

Do the same for Sell series. Number_loss_sell

Put it in separate window and DRAW_HISTOGRAM

“Number_loss_buy” take value 0.5 1 2 3..

“Number_loss_sell” take value -0.5 -1 -2 -3..

Files:

Responded

1
Developer 1
Rating
(14)
Projects
27
22%
Arbitration
18
6% / 89%
Overdue
8
30%
Free
2
Developer 2
Rating
(792)
Projects
1361
72%
Arbitration
112
29% / 48%
Overdue
340
25%
Working
3
Developer 3
Rating
(262)
Projects
536
50%
Arbitration
54
41% / 37%
Overdue
224
42%
Working
4
Developer 4
Rating
(219)
Projects
370
42%
Arbitration
145
17% / 41%
Overdue
124
34%
Free
5
Developer 5
Rating
(34)
Projects
80
34%
Arbitration
13
31% / 54%
Overdue
19
24%
Free
6
Developer 6
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
7
Developer 7
Rating
(62)
Projects
140
46%
Arbitration
19
42% / 16%
Overdue
32
23%
Free
Similar orders
Hello, I'm looking for someone who can convert 160 lines of pinescript code into MT5/4 I'm ready to share the file with the right candidate. Result must be same as tradingview. I'm ready to pay you $50 for both platform don't apply if you think it's more than $50 If you can do it then I'm ready to share more project. Thank you
Hey, I would like to work again with you to create an indicator based on calculation with the last price, sort of fib. I give a pdf introducing the concept I have a source code in pinescript of the concept. Thanks
Develop a trading bot from a custom indicator The indicator gives colours for buy and sell . Bot should hold position for as long as colour persists Include money management and risk management
Looking for someone to build easy info panel take a look at the picture Info Panel Today profit xxxxxx week profit xxxxxxx month profit xxxxxxx Account Balance: Leveraged: Account Name: Server: Number of trade today : History Of the last 10 Profit trades Total of Profit Today $
Reverse engineer of these Eas which will be provided. Must work identical. Doesn't works more we just need to reverse engineer it so we can understand it the logic. these two stopped working after MT4 update this happened a few years ago but it was a quick fix in code and thats it
My indicator is plotting many arrows before the spikes on a chart help me how can I reduce the number of arrows I tried to fix it on metaeditor but still. I will share the indicator
I'm in need of an experienced Meta 4 expert who can solve two specific problems and improve the current Martingale and Pyramid strategies within my EA. - Bug Fix: The EA is currently facing an issue where orders are not being executed correctly. This is causing a signal matching error and leading to potential losses. The primary task is to resolve this bug and ensure the EA executes trades accurately and as intended
I need an experienced developer who can turn my simply strategy to an EA on MT5 and MT4, will be using two EMAs and MACD and a risk management setting, please message me on time so we start work on it, waiting for you
Dear expert developer I have been trading futures and mainly indices for about 5 years and would now like to automate my trading strategy with the help of an intelligently set up bot. My strategy, which would have to be implemented, is mainly based on the following indicators: CCI / RSI / MACD and Stochastic I analyze the market according to volume peaks, the daily highs and lows and the prominent points and look for
Tim: //+------------------------------------------------------------------+ //| ggjhjh.mq4 | //| Copyright 2023, MetaQuotes Ltd. | //| https://www.mql5.com | //+------------------------------------------------------------------+ #property indicator_chart_window #property indicator_buffers 1

Project information

Budget
40 - 70 USD
For the developer
36 - 63 USD
Deadline
from 1 to 2 day(s)