Page 1 of 8

Double top indicator

PostPosted: Wed Sep 25, 2013 2:09 pm
by Alexander.Gettinger
The indicator finds single and double tops and bottoms.
In the indicator parameters are specified:
- minimum height/depth,
- the maximum distance between the tops/bottoms (for twin tops/bottoms),
- the minimum number of bars after the top/bottom.

Double_Top.PNG


Download:
Double_Top.lua
(4.28 KiB) Downloaded 1577 times


Indicator-based strategy.
https://fxcodebase.com/code/viewtopic.php?f=31&t=72414

Re: Double top indicator

PostPosted: Wed Sep 25, 2013 2:12 pm
by Alexander.Gettinger
MQL4 version of Double top indicator: viewtopic.php?f=38&t=59575.

Re: Double top indicator

PostPosted: Mon Jun 12, 2017 6:25 am
by Apprentice
The indicator was revised and updated.

Re: Double top indicator

PostPosted: Sat Mar 14, 2020 5:19 pm
by hedging
Hi Apprentice,

Does this indicator repaint? If yes, then to how many candles?

Thanks,
hedging

Re: Double top indicator

PostPosted: Mon Mar 16, 2020 5:09 am
by Apprentice
MinBars/MaxBars will define the repaint period.

Re: Double top indicator

PostPosted: Tue Mar 17, 2020 10:09 am
by papynou34
Hello,
Is it possible to add an option to draw line between top or bottom?
Thanks

Re: Double top indicator

PostPosted: Tue Mar 17, 2020 11:32 am
by Apprentice
Your request is added to the development list.
Development reference 885.

Re: Double top indicator

PostPosted: Fri Apr 17, 2020 6:58 am
by SANTOSH
Alexander.Gettinger wrote:The indicator finds single and double tops and bottoms.
In the indicator parameters are specified:
- minimum height/depth,
- the maximum distance between the tops/bottoms (for twin tops/bottoms),
- the minimum number of bars after the top/bottom.

Double_Top.PNG


Download:
Double_Top.lua


The indicator was revised and updated



Dear All ,
Can you add the text alert and sound alert for all four types of dots ?
I mean text and sound alert for Top , bottom , double top and double bottom .


Regards ,
Santosh

Re: Double top indicator

PostPosted: Sat Apr 18, 2020 5:46 am
by Apprentice
Your request is added to the development list.
Development reference 1083.

Re: Double top indicator

PostPosted: Sun Apr 19, 2020 7:39 am
by Apprentice
Double_Top.lua
(8.2 KiB) Downloaded 509 times

Double_Top Alert.lua
(16.78 KiB) Downloaded 537 times

Try this version.