Additional New Type of oscillator signal for Oscillator filters.

Avatar
  • updated
  • Completed

I suggest adding a filter type that allows transactions only between LevelDn and LevelUp.

In this case, it seems that the entry can be avoided when the trend continues strongly.

For example:

●inside zone 2:

○ LevelDn <= BUYs and SELLs are allowed if oscillator <= LevelUp


Image 4044

Avatar
0
Andrey Khatimlianskyi
  • Completed

Hey! Thanks for your suggestion!

It already can work like you want.

Set LevelUp=20, LevelDn=80 and Reverse signal = True.

You also have Open on = On neutral signal option. Check it too.

Let me know how it goes.

Avatar
0
joel
Quote from Andrey Khatimlianskyi

Hey! Thanks for your suggestion!

It already can work like you want.

Set LevelUp=20, LevelDn=80 and Reverse signal = True.

You also have Open on = On neutral signal option. Check it too.

Let me know how it goes.

Andrey thanks for the answer.

I tried following your advice. However, the results did not go the way I wanted.

In the picture, it did not enter as intended.

I want it to run like the example :)

For example:

Inside zone 2:

LevelUp(20) <= BUYs and SELLs are allowed if oscillator <= LevelDn (80)

●BUYs and SELLs do not enter below LevelDn(20).

●BUYs and SELLs do not enter above LevelUp (80).

●Entrance into BUYs and SELLs only between Levels 20-80.

Image 4045

Avatar
0
Andrey Khatimlianskyi
Quote from joel

Andrey thanks for the answer.

I tried following your advice. However, the results did not go the way I wanted.

In the picture, it did not enter as intended.

I want it to run like the example :)

For example:

Inside zone 2:

LevelUp(20) <= BUYs and SELLs are allowed if oscillator <= LevelDn (80)

●BUYs and SELLs do not enter below LevelDn(20).

●BUYs and SELLs do not enter above LevelUp (80).

●Entrance into BUYs and SELLs only between Levels 20-80.

Image 4045

Start with Individual signal. Just to understand how it works.

Then add another signals and switch to Cooperative signal.

If you still have questions, attach your tester ini so I can run the same test.

Avatar
0
joel
Quote from Andrey Khatimlianskyi

Start with Individual signal. Just to understand how it works.

Then add another signals and switch to Cooperative signal.

If you still have questions, attach your tester ini so I can run the same test.

Inside zone oscillator.set

CommunityPower 2.49.3.EURUSD.M5.20220101_20....ini

Now, with the current version of the set file, I can't enter as I want.

I would be grateful if you could add a filter to allow entry as I explained in the example :)
Avatar
0

So, as I said before, you need to set:

1) All signals to "Open on collective signal" (you don't need Neutral signals)

2) 2nd oscillator to Inside zone mode, reverse = True and LevelUp = 20/LevelDn = 80, this will filter Buys below 20 and Sells above 80.


The only thing I missed:

3) To filter Sells below 20 and Buys above 80, you need Oscillator 3 with Inside zone mode, reverse = False and LevelUp = 20/LevelDn = 80 (and with  "Open on collective signal", of course).


Here is how it works: no new martin trades above 80:

Image 4080

And the final set -- 3oscillators.set

Avatar
1
joel
Quote from Andrey Khatimlianskyi

So, as I said before, you need to set:

1) All signals to "Open on collective signal" (you don't need Neutral signals)

2) 2nd oscillator to Inside zone mode, reverse = True and LevelUp = 20/LevelDn = 80, this will filter Buys below 20 and Sells above 80.


The only thing I missed:

3) To filter Sells below 20 and Buys above 80, you need Oscillator 3 with Inside zone mode, reverse = False and LevelUp = 20/LevelDn = 80 (and with  "Open on collective signal", of course).


Here is how it works: no new martin trades above 80:

Image 4080

And the final set -- 3oscillators.set

Thank you very much Andrey.

I have been able to solve my concerns through your interest.

May you be blessed.