You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Guys, you can get something for free in exchange for something free. Programmers hungry for fresh ideas and moshing are waiting for you in this thread. If you want to get something made, pitch the idea. Maybe they will implement it, maybe they will steal it.
Alexei, no one is stopping you from helping
The topicstarter does not have much time, as well as such tasks that would have the potential - on the actual topic - something that could qualify for"placement in the form - a free product on the Market or code in CodeBase"
Good afternoon!
Colleagues, please write a simple indicator. (I'm not very good at programming myself)
The essence of the indicator - under each candlestick to display the value of Volume/(open - close), if open - close=0, then =1
And the second value Volume1 - Volume2, i.e. how much volatility has changed relative to the previous candle.
What does it give? Analyzing these values, we calculate the moment of the upcoming movement of the price up or down.
The name, for example, Open Interest, or your choice.Hi Yuri, could you please modify the volume indicator in MT5? We need to add an alert to beep when the current hista reaches a certain level.
Try
Good afternoon. I need to improve my indicator, but lack knowledge and experience.
The indicator itself is a trend indicator. I also need two more functions - volatility channels for selected waves. I think bolanger bars are good for that. The necessary functions are: ability to display volatility for three waves simultaneously, change of calculation period and standard deviation ratio, and ability to change channel borders.
It is more complicated with the second function. Actually this idea is not mine, but comes from an article I read somewhere (I cannot find it now). The idea is to suppress noise of any trend direction indicator using the same bolinger bands. I.e., when the trend is directed, the indicator "rests" against the bolinger bands and when it is corrected, it is near zero. Accordingly, the trend change is reflected by the indicator as a testing of the opposite side of the volatility boundary. But here I myself can not decide which indicator to use. Therefore the function is still unrealizable.
The indicator is attached.
On the chart it should look like this:
Good day! Help me write an indicator when the opening price of a candle is equal to the closing price, so that this bar (candle) is highlighted in a different colour, say black
While there is no indicator, you can do this with the colour settings:
Good afternoon, please help me to write an indicator when the open price of a candle is equal to its close price so that the bar would be highlighted in a different colour, say black
barcolor(color=bar_color)