Re: MT4 Indicator requests and ideas

#18121
BeatlemaniaSA wrote:
Tue Mar 28, 2023 6:40 am
Hi @mrtools,

I am currently experimenting with a having a number of the attached indicator in the same subwindow. So I would love it if it is possible to have the Time Frame (set within each indicator) printed at the end of the line. Ex 15 min, 30 min, H1 etc.

See attached screenshot :)

Image


! ! dynamic zone adx trend smoothed (mtf + alerts + arrows + btn).ex4

Warmest regards,
BeatlemaniaSA
Think it is possible, just not sure how to do it though.


Re: MT4 Indicator requests and ideas

#18122
mrtools wrote:
Tue Mar 28, 2023 7:00 am
Think it is possible, just not sure how to do it though.
Hi mrtools,

Would any part of the code in this indicator assist you in achieving it?
Show Pips.mq4
(20.33 KiB) Downloaded 37 times


Regards,
BeatlemaniaSA
“Self-realization is the ability to achieve freedom from ordinary daily demands and to know that true happiness
comes from fulfilling our own potential and from lifting those around us without the thought of self-gain.”

Re: MT4 Indicator requests and ideas

#18124
Sepo wrote:
Tue Mar 28, 2023 2:01 pm
Hi guys...Can I please get assistance on what these different price options mean:)
Image
I suggest you go to babypips.com you will find all the answers there about the different types of candles / price types & for all beginner type questions like this..........
I hope this helps your trading journey.

Re: MT4 Indicator requests and ideas

#18125
Sepo wrote:
Tue Mar 28, 2023 2:01 pm
Hi guys...Can I please get assistance on what these different price options mean:)
Image
These selections are calculations of the past positions of price regarding candles. You can select how you want the RSI indicator to perform the calculations. However, most people use close prices rather than open. In theory, if price is closing higher over a set number of periods (let’s say 20 period), then we can suggest that the strength is increasing. Remember, it’s always based on past periods or candles…

Open or opening price of whatever (N) period you select
High or the highest price of N period
Low or the lowest price
Close or closing price
Median - HL/2 or (Highest Price + Lowest Price)/2 – the average of price between the highest and lowest price
Typical - HLC/3 or (Highest Price + Lowest Price + Closing Price)/3 – the average price between the highest, lowest, and closing price.
Weighted - HLCC/4 or (Highest Price + Lowest Price + 2*Closing Price)/4 – the average price between the highest, lowest, and 2 times the closing price.

Hope this helps...


Re: MT4 Indicator requests and ideas

#18126
Hi FS Family,

Can anyone confirm wether this indicator repaints? I believe it is based on Tick Volume with a MA option for calculations. On the one minute TF, I have observed this indicator for about 15 Minutes and everything stayed in place. However, when I went to a higher TF and went back to the M1, I noticed in the data window, the numbers were different.

So, I have placed the 2 indicators in the same chart (one with MA option selected/the other without), side by side, on the same candle and the numbers are different in the data window. I believe it is a great indicator, but I can't understand why the info doesn't match on the same candle. If it does repaint, then I"ll have to scrap it. But any help or explanation would be appreciated!!!!

Thanks
Screen Shot 2023-03-28 at 2.13.13 AM.png
Screen Shot 2023-03-28 at 2.14.33 AM.png
Screen Shot 2023-03-28 at 2.14.55 AM.png
DaVinci Currency Strength v1.6.ex4
(134.91 KiB) Downloaded 96 times

Re: MT4 Indicator requests and ideas

#18127
kvak wrote:
Sun Mar 26, 2023 6:36 am
This is decompiled file, no one here touch it...
Dear MR.kvak
Please help me add MTF if you have time
Grateful
guppy ma (sw).mq4
(58.59 KiB) Downloaded 55 times
Those who sow in tears will reap with cries of joy.
Those who go forth weeping, carrying sacks of seed, Will return with cries of joy, carrying their bundled sheaves.
——Psalms 126(5-6)

In the morning sow thy seed, and In the evening let not thy hand cease: for thou knowest not which may rather spring up, this or that: and if both together, it shall be the better.
——Ecclesiastes 11(6)

Re: MT4 Indicator requests and ideas

#18128
naluvs01 wrote:
Tue Mar 28, 2023 5:17 pm
A little tremor in the index indicators. It's like limit=Bars-IndicatorCounted()-1; It NRP, maybe it counts inaccurately. He does not check how all indexes were closed if his tic was not the last one.
It's hard to say what he does in closed code.

Re: MT4 Indicator requests and ideas

#18129
andrei-1 wrote:
Tue Mar 28, 2023 6:16 pm
A little tremor in the index indicators. It's like limit=Bars-IndicatorCounted()-1; It NRP, maybe it counts inaccurately. He does not check how all indexes were closed if his tic was not the last one.
It's hard to say what he does in closed code.
Ok. Thanks for your response. So do you think is repaints? Or is that what NRP means... I'm not sure

Re: MT4 Indicator requests and ideas

#18130
naluvs01 wrote:
Tue Mar 28, 2023 7:23 pm
My opinion (without seeing the code). He's not trying to cheat, he's making mistakes himself. Its creator uses large time frames (H1,D1), this dust is not visible there :) . He inaccurately counts the closing of the bar. If you see a signal, update the indicator, it will show the truth. Update the indicator before opening a trade. I do not recommend using it, It needs to be updated on a new candle.


Users viewing this forum: Bing [Bot], CommonCrawl [Bot], Filipino_guy, Gethsemane, TransparentTrader, vvFish and 171 guests