• Login
  • Register
    • Unanswered topics
    • Active topics
  1. Home
  2. Board index
  3. MetaTrader Forum
  4. MT4 Indicators

MT4 Indicator requests and ideas

Post Reply Attachments 15730
  1. Home
  2. Board index
  3. MetaTrader Forum
  4. MT4 Indicators
  • 1
  • …
  • 1644
  • 1645
  • 1646
  • 1647
  • 1648
  • …
  • 2170
Page 1646 of 2170
21692 posts
Display posts from previous
Sort by
  • Print view
User avatar
Jedidiah
Surfing Trader & Pips Fisherman
Posts:
4096
Joined:
April 2022
Location:
Tokyo, Osaka
Platform:
TradingView,FT6,MT4
Indicator:
Inner Circle Trader (ICT),
Order Block
Breaker Block,
Inverse FVG
Fair Value Gaps,
Turtle Soup,
Been thanked:
2633 times

Re: MT4 Indicator requests and ideas

16451 by Jedidiah
Can this news site be added? http://ec.forexprostools.com/
These users thanked the author Jedidiah for the post:
Chickenspicy
Do not show pity: life for life, eye for eye, tooth for tooth, hand for hand, and foot for foot.
Deuteronomy 19:21
  • Quote
  • Wed Sep 14, 2022 2:31 am


User avatar
Chickenspicy
Eternal Ember
Posts:
4714
Joined:
April 2022
Location:
America
Platform:
MT5
Indicator:
Brain
Been thanked:
2507 times

Re: MT4 Indicator requests and ideas

16452 by Chickenspicy
good setting
maybe the real solar wind
image_2022-09-13_120046361.png
New folder.rar Downloaded 2616 times 11.23 MiB
These users thanked the author Chickenspicy for the post (total 2):
Jedidiah, Rabi
0 + 0 = 0
Infinite / Infinite = 1
1 way to Heaven & it matters
people only serve God or money coincidence?
  • Quote
  • Wed Sep 14, 2022 2:38 am
User avatar
Chickenspicy
Eternal Ember
Posts:
4714
Joined:
April 2022
Location:
America
Platform:
MT5
Indicator:
Brain
Been thanked:
2507 times

Re: MT4 Indicator requests and ideas

16453 by Chickenspicy
i made pivots calculate median hi low/2 instead of hi low + close/3
and it seems to be like a good moving average
could potentially color the change over?
image_2022-09-13_140929599.png
Premium Pivot MT4 Indicator.mq4 Downloaded 275 times 20.99 KiB
Screenshot (433).png
These users thanked the author Chickenspicy for the post:
Jedidiah
0 + 0 = 0
Infinite / Infinite = 1
1 way to Heaven & it matters
people only serve God or money coincidence?
  • Quote
  • Wed Sep 14, 2022 4:40 am
bypy
bypy
Inactive Member
Posts:
20
Joined:
April 2022
Location:
Italia
Platform:
MT4
Indicator:
stocastico
Been thanked:
2 times

Re: MT4 Indicator requests and ideas

16454 by bypy
bypy wrote: Tue Sep 13, 2022 11:14 pm I would like to see only the blue vertical lines when the 200 moving average goes up and only see the fuchsia vertical lines when the 200 moving average goes down

thanks
sorry mrtools, I have not attached the code ...
!! rsx-bo-2 Vlines e Stk 2.0.mq4 Downloaded 284 times 25.54 KiB
  • Quote
  • Wed Sep 14, 2022 5:01 am
Msquared
Msquared
Active Member
Posts:
53
Joined:
October 2020
Location:
miami
Platform:
MT4
Indicator:
Jurik Volty bands
Been thanked:
14 times

Re: MT4 Indicator requests and ideas

16455 by Msquared
chickensword wrote: Wed Sep 14, 2022 4:40 am i made pivots calculate median hi low/2 instead of hi low + close/3
and it seems to be like a good moving average
could potentially color the change over?
Image

Image

Very Nice! Anyway someone could add alerts to each pivot line when a candle closes above or below
These users thanked the author Msquared for the post:
Chickenspicy
  • Quote
  • Wed Sep 14, 2022 7:35 am


User avatar
josi
Accomplished Trader
Posts:
1711
Joined:
February 2020
Location:
Erewhon
Platform:
MT4
Indicator:
MAs
Been thanked:
1626 times

Re: MT4 Indicator requests and ideas

16456 by josi
chickensword wrote: Wed Sep 14, 2022 4:40 am i made pivots calculate median hi low/2 instead of hi low + close/3
Interesting but S/R-lines do not display.
I don't think the crossover-principle works.
It is - I think - much better to view the lines as potential S&R:
US500H1.png
These users thanked the author josi for the post (total 2):
Jedidiah, Chickenspicy
  • Quote
  • Wed Sep 14, 2022 3:31 pm
User avatar
RplusT
Accomplished Trader
Posts:
1524
Joined:
February 2017
Location:
SEA
Platform:
MT4
Indicator:
Trendlines, S/D Levels
Been thanked:
1673 times

Re: MT4 Indicator requests and ideas

16457 by RplusT
mrtools, this Indicator got 2 errors. Could you please fix that. I was trying, but as usual, it does not do what I want....... :D


27.....extern int LineWidth = 1;
28.....extern bool ShowC = true;


# TLB OC v02 mod.mq4 Downloaded 194 times 43.09 KiB
  • Quote
  • Wed Sep 14, 2022 5:36 pm
remcous
remcous
Active Member
Posts:
48
Joined:
March 2021
Location:
France
Platform:
MT4
Indicator:
PA
Been thanked:
37 times

Re: MT4 Indicator requests and ideas

16458 by remcous
RplusT wrote: Wed Sep 14, 2022 5:36 pm mrtools, this Indicator got 2 errors. Could you please fix that. I was trying, but as usual, it does not do what I want....... :D


27.....extern int LineWidth = 1;
28.....extern bool ShowC = true;



# TLB OC v02 mod.mq4
Like this ?
# TLB OC v02 mod.mq4 Downloaded 371 times 43.14 KiB
These users thanked the author remcous for the post:
RplusT
  • Quote
  • Wed Sep 14, 2022 6:18 pm
User avatar
josi
Accomplished Trader
Posts:
1711
Joined:
February 2020
Location:
Erewhon
Platform:
MT4
Indicator:
MAs
Been thanked:
1626 times

Re: MT4 Indicator requests and ideas

16459 by josi
remcous wrote: Wed Sep 14, 2022 6:18 pm # TLB OC v02 mod.mq4
Seems to work.
Thanks!
BRNH1.png
These users thanked the author josi for the post (total 2):
remcous, Chickenspicy
  • Quote
  • Wed Sep 14, 2022 6:48 pm
User avatar
PumbaPLS
Commercial
Posts:
604
Joined:
November 2019
Location:
Narnia
Platform:
MT4
Indicator:
ReichSystem
Been thanked:
1040 times

Re: MT4 Indicator requests and ideas

16460 by PumbaPLS
remcous wrote: Wed Sep 14, 2022 6:18 pm Like this ?

# TLB OC v02 mod.mq4
could we get a button for this?
You cannot solve a problem from the same consciousness that created it. You must learn to see the world anew
  • Quote
  • Wed Sep 14, 2022 9:35 pm


  • 1
  • …
  • 1644
  • 1645
  • 1646
  • 1647
  • 1648
  • …
  • 2170
Page 1646 of 2170
21692 posts
Post Reply Attachments 15730

Return to “MT4 Indicators”

User avatar
Re: Various Indicators - (MT5)
Thanks so much, Kvak! I think this indicator is
victortrend, Sat Oct 11, 2025 6:38 pm
User avatar
Re: Traders joking (Memes, Jokes & anything funny
10+10+10=6 That's what kucoin thinks. Where is the
andrei-1, Sat Oct 11, 2025 5:27 pm
User avatar
Re: Traders joking (Memes, Jokes & anything funny
MEXC are cruel scammers. They didn't give me the $
andrei-1, Sat Oct 11, 2025 4:19 pm
User avatar
Re: AUD news
The hell happened to AUD.......
moey_dw, Sat Oct 11, 2025 3:31 pm

  • Home
  • Who are we?
  • Media Kit
  • All times are UTC+11:00
  • It is currently Sat Oct 11, 2025 6:52 pm
Powered by phpBB® & Gramziu - Web Ops By SiteSplat, Forex Station ©2016 - 2025Your data is secure with us

Login




Register