Looking for an indicator (advisor, script) - page 7

 
Hello, I'm looking for an EA that trades on a crossover between an I-s indicator and any muvinge. The codebase only has this one: https://www.mql5.com/ru/code/8510 but it does not trade in the tester. If you have any other ideas, i would appreciate it.
 

Help me find the "moving average with high and low values on a given candlestick" indicator


avatar
132
YOUNGA 10.09.2011 22:13

Help me find the moving average with high and low values on this candlestick.

I saw it exactly on the mql4 site

 

I am looking for an indicator that shows the distance to the high or low of the previous candle.


avatar
5
Andru80 14.09.2011 16:14

i.e., if the bar closes with a bull, the distance is measured from the open price to the open price.

I am looking for an indicator showing the distance to the high or low of the previous candle.

If we want to check the distance between the open price of the next bar and the low of the bar which has just closed, we can use the indicator to analyze the price of the previous bar. And if it is bearish, the distance is measured from the open price of the bar to the low of the bar that has just closed.

Here is a picture for illustrative purposes.

 
sergeev:

I am looking for an indicator that shows the distance to the high or low of the previous candle.


5
Andru80 14.09.2011 16:14

i.e., if the bar closes with a bull, the distance is measured from the open price to the open price.

I am looking for an indicator showing the distance to the high or low of the previous candle.

If we want to check the distance between the open price of the next bar and the low of the bar which has just closed, we can use the indicator to analyze the price of the previous bar. And if it is bearish, the distance is measured from the open price of the bar to the low of the bar that has just closed.

Here is a picture for illustrative purposes.


 
sergeev:

Help me find the "moving average with high and low values on a given candle" indicator

132
YOUNGA 10.09.2011 22:13

Help me find the moving average with high and low values on this candlestick.

I saw it exactly on the mql4 website


Maybe this one --> https://book.mql4.com/ru/samples/icustom
 
to add up - not this one. max/minimum of the average in the candle
 
Debugger:

Found...

https://www.mql5.com/ru/code/7359


I like this one, which was suggested earlier, better: https: //www.mql5.com/ru/code/8915

A very timely indication of the start of a trend.

 

Looking for a script to voice MarginLevel


avatar
1
AndreyIgorevich 24.09.2011 10:17
Actually looking for a script to sound the event when the level of margin (in percent) will be equal to or less than the specified value. For example, the level is set at 200% and when the level falls to a predetermined value, the signal sounds. I would be grateful for any help.
 

Looking for an indicator for stop lights!



avatar
159
26994 05.10.2011 11:32

Looking for a stop indicator!


The point is, I was calculating the market exit points by calculating the nested parameters of things like trawl, breakeven and other things.

The thing is, I've written an Expert Advisor (bug removed, I'll post it here...), which can work with "custom" indicators... and I would like to insert a stop in it as a separate indicator.


Well, in which the parameters "Breakeven", "trawl", "market reversal", etc. are put; and in response, the indicator returns the exit points.


Now they make such things in the form of separate indicators, but "I want" an indicator.

 

I need a variable moving average (VMA)



avatar
1
slim1974 05.10.2011 14:52
Please help find variable moving average(VMA).
Reason: