[Archive!] I will write any expert or indicator for free. - page 36

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
hello all. who can write a simple indicator of levels.... I have the formula and how and why))))... all that's left is to write it... but I don't boom at it((((
who can implement this idea... email yurok_1987@mail.ru
Thanks in advance!
Can you write an EA as described in this thread?
https://forum.mql4.com/ru/29821
let me ask you to write an indicator. i am not a programmer myself, that's why i do not know how to write the idea programmatically.
i am grateful in advance to everyone who will respond. ))
I want to put an idea onto the indicator:
- it is necessary for each candlestick in the chart exceeding the size of N points (the size of which is set in the indicator input parameters), so, on this candlestick were hanged 2 fibo levels in both directions from the high and low. for example 161, 200, 261, etc. This level can be set before running the indicator on the chart (ie, choose which fibo we put.)
- above and below each candle should show a graphical level lagging behind the size of the fibo, that is, a marking of where the candle above it and below it is our fibo level.)
- the indicator should count the number of price moves in the direction of our Fibo target from the high and low points. For example, on the candlestick hung Phibo, levels show up and down, then as soon as the price has penetrated or touched price low or high, immediately consider it as the 1st strike. If price reached a pre-set fibo level, finish counting for this bar, if it missed the target and pierced upwards and then went downwards and pierced the low at the bottom, then keep counting until the price reaches a pre-set fibo level.
- If the current candle hasn't reached its Fibo level target, indicate the number of penetrations by a green number; if the market price has reached the Fibo level for this candle, indicate the number of penetrations by a red number. i.e. if the market has reached the target of the candle, it hasn't reached it yet, and the calculation of penetrations continues.
this is how this indicator works.
thanks to everyone who can help. :)