stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

My Peak HiLo indi
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=5443
Page 3 of 4
Author:  SteveHopwood [ Mon May 06, 2019 12:37 pm ]
Post subject:  My Peak HiLo indi

icog » Mon May 06, 2019 11:08 am wrote:Hello Steve,
off topic: As this is my first post here i would like to thank you for the way you share the experience accumulated with the years as a developer and trader. I hope this brings you not only moral but also solid financial satisfaction. All the best for you and your family, people like you and the other active members of this forum deserve respect and a place in the digital age memorial (when created) :).

on topic: I spent 2 weeks reading and experimenting mostly with Peak HiLo and I think there is something in the documentation on the indicator. When we use a different division of the zones, for example 3, does this change the levels of the signals sent to Tdesk? The new lines on the chart reflect the changes correctly, but the signals sent seems to continue to work on a 6-zone basis. Attached are some screenshots in real time. I only work in one timeframe (trade) the rest are disabled. You can see both pairs have "flat" signal but they are in the upper zone which should be a short signal.

If this is something that requires big modifications i am ready to pay for your effort.
Thanks for your kind words. The others who spend so much time developing such fantastic stuff here will appreciate them as well. :clap: :clap: :clap:

The problem might be caused by you doing something wrong, or you may have highlighted something that has not come to light because nobody else has tested your chart division setup. I will have a look at the code and see if I have missed anything.

:xm: :rocket:
Author:  icog [ Mon May 06, 2019 3:02 pm ]
Post subject:  My Peak HiLo indi

I shell do some more testing with Peak HiLo only and different chart setups, will get back with the results tomorrow. I read almost everything about it and PoS, dont remember anyone mentioned using different number of zones then 6.
Author:  icog [ Wed May 08, 2019 9:02 pm ]
Post subject:  My Peak HiLo indi

Well it took a little bit longer but i think i found why the signals become a mess when the chart is divided on number different then 6.

//Adjust the signal if AllowSignalFlip is set.
if (AllowSignalFlip)
{
//Send a LONG signal when the market is in the lowest two sixths
double longTradeZone = currentPeakLow + (tradingLineDistance * 2);
if (Bid < longTradeZone)
signal = LONG;

//Send a SHORT signal when the market is in the highest two sixths
double shortTradeZone = currentPeakHigh - (tradingLineDistance * 2);
if (Bid > shortTradeZone)
signal = SHORT;

Earlier you define:

tradingLineDistance = (currentPeakHigh - currentPeakLow) / ChartDivisor

So if the zones are 3, tradingLineDistance will be calculated correctly, but tradingLineDistance*2 will be 2/3 of the chart and longTradeZone and shortTradeZone will overlap in the middle 1/3 of the chart.

And all of this does not really matter for me, because its the same if i will use 1/3 or 2/6 of the chart (it took me 2 days to figure it out! :arrrg: :arrrg: :arrrg:

I really hope i did not say something very stupid, my programming skills are strongly limited to Basic and Pascal, if somebody has idea what is this.

All the best!
Author:  isabek [ Thu Aug 15, 2019 2:20 pm ]
Post subject:  My Peak HiLo indi

Hi, Steve!

At this moment I am trying to learn Peaky.

One time, you have said that you manually decreased number of bars for Peaky, cause of huge movement of aud and jpy.

Do any of users have any clues how to do it automatically, or even have any ideas how to improve of detection of peaks and specifically number of bars.

Made a reverse version of Peaky but seems it works worser.

BR,

Isabek.
Author:  dndimov [ Fri Aug 16, 2019 11:17 am ]
Post subject:  My Peak HiLo indi

Hi every one,
I am curious is there any rules or connection for TP pips and cycles in time frames?
for example:
1M in 15M cycle we look for 10-20pips
1H in 4H cycle for 50-100pips
4H in 1W for 200 and up
And is it OK and meaningful to have 3 diferent working terminals for each couple of cycle?
I make some test, but for short period only this week. Here is results they look similar to the pips.
Author:  SteveHopwood [ Sat Aug 17, 2019 12:32 am ]
Post subject:  My Peak HiLo indi

isabek » Thu Aug 15, 2019 2:20 pm wrote:Hi, Steve!

At this moment I am trying to learn Peaky.
Not rocket science. Or is your status as someone whose contributions are to be trusted a mistake?
One time, you have said that you manually decreased number of bars for Peaky, cause of huge movement of aud and jpy.
Don't remember this. Certainly would not do this today. I am not sure you understand the basic simplicity of Peaky. Don't even have bad dreams about asking me about it - you will not enjoy my reaction. Read the damn user guide. Properly.
Do any of users have any clues how to do it automatically, or even have any ideas how to improve of detection of peaks and specifically number of bars.
This is meaningless nonsense. Please learn to post intelligently before posting again. Bear in mind that I do not really mean, "Please". I am seriously starting to doubt your status here.
Made a reverse version of Peaky but seems it works worser.
Of course it bloody well works worse, you idiot. Get a grip on something that remotely resembles sanity.
Author:  SteveHopwood [ Sat Aug 17, 2019 12:36 am ]
Post subject:  My Peak HiLo indi

dndimov » Fri Aug 16, 2019 11:17 am wrote:Hi every one,
I am curious is there any rules or connection for TP pips and cycles in time frames?
for example:
1M in 15M cycle we look for 10-20pips
1H in 4H cycle for 50-100pips
4H in 1W for 200 and up
No. Invent your own.
And is it OK and meaningful to have 3 diferent working terminals for each couple of cycle?
I make some test, but for short period only this week. Here is results they look similar to the pips.
OK, yes. Meaningful, how the hell should we know?

Do some thinking for yourself fella. SHF is not the place for lazy dimwits wanting to freeload on the backs of the efforts of others.
Author:  SteveHopwood [ Sat Aug 17, 2019 12:39 am ]
Post subject:  My Peak HiLo indi

Let my last two replies serve as a warning folks. If you post like a moron once, I will be exceptionally rude to you.

Post like a moron twice, and I will remove your ability to post at all.

Do your own thinking, people. I have not devoted the last 13 years of my life to this stuff merely so that morons can ask stupid questions.

You are new here and did not read my Welcome message properly? Think again.

:xm: :rocket:
Author:  dndimov [ Sun Aug 18, 2019 8:46 am ]
Post subject:  My Peak HiLo indi

SteveHopwood » Sat Aug 17, 2019 2:39 am wrote:Let my last two replies serve as a warning folks. If you post like a moron once, I will be exceptionally rude to you.

Post like a moron twice, and I will remove your ability to post at all.

Do your own thinking, people. I have not devoted the last 13 years of my life to this stuff merely so that morons can ask stupid questions.

You are new here and did not read my Welcome message properly? Think again.

:xm: :rocket:
Sorry Steve,
Next time I will try to post more meaningful stuff :good: . I know that you became so angry
about morons and stupid question :smile: . I am respected and grateful from you and your works and all this time spend, to share this with us. I apologize once again.

With respect Dndimov
Author:  TableTop [ Sat Jan 22, 2022 2:43 pm ]
Post subject:  My Peak HiLo indi

Just wanted to say thanks to Steve for this indicator. I'm new to automated trading and mostly still testing systems.

I had assumed (yes I know what that does) that Peaky was just to help EAs figure out up from down and didn't really consider it for manual analysis. However, it's made its way onto a few charts and templates that I use for manual analysis. This weekend I've been running back over previous trades and noticed how powerful this indicator can be. I still have more analysis to do but I can see a number of previous trades where I could have done things differently (mainly not entered). This may mean fewer (but higher probability) trades which suits my approach to trading.

This tool is extremely simple to use, and as they say, simplicity is the ultimate sophistication (or something like that).
All times are UTC Page 3 of 4