PriceChannel Parabolic system - page 33

 
Maxim Kuznetsov #:
No, it's a PSAR. It's just a "nuanced" PSAR, you might say.

Thanks, I'll have to do that sometime.

 
Edgar Akhmadeev #:

Thanks, I'll have to look into it at some point.

Do it at your leisure :-)

It is quite interesting - all such SARs (stop-and-reverse and convergence towards price) are stationary, in the sense that they do not depend on the choice of the starting point. Even if the level from which the segment starts is not taken from the previous top, but just N points from the price crossing.

If you take two such SARs that have the same rules but different starting points, after several iterations they converge and show the same points.

 
Maxim Kuznetsov #:

Do it at your leisure :-)

It's quite curious .....

If you take two such SARs that have the same rules but different start times, after a few iterations they converge and show the same times.

The main interest is the process of "convergence" and how the switching points of the SAR segments change. They literally "drift", they are washed to the centre, to places where they are useless as trading signals.

if we take into account that SAR is a de facto visualisation of trading algorithms, then everything is very funny...with far-reaching conclusions:

any(*) "shifter" trading algorithm (buy-sell-buy-always_in_the_market), will converge to the state when P(win)=P(loss) regardless of initial momentum and setup options.

This is confirmed by a lot of tests :-) the robot is optimised, started and after some time the moments of entries turn into 50/50.

*) may not be any...it seems that this is already a real vysh-mat and types of symmetry.

 
Sergey Golubev #:

I found this indicator in my Metatrader (attached).

Thank you for your reply. Unfortunately I've missed programming the indicators a bit and I'm not very comfortable with them,


I'll try to modify the indicator so that it can be used on 2 or even 3 TimeFrames,


And then I'm going to read this article you mention which will help me a little to improve my programming and I'll come back to it on this post.


That your posts are all over the place and it's a bit of a spider's web I think they're being updated because the dates don't match up I'm going to try to untangle that slowly I'm interested in it

How to add Trailing Stop using Parabolic SAR
How to add Trailing Stop using Parabolic SAR
  • www.mql5.com
When creating a trading strategy, we need to test a variety of protective stop options. Here is where a dynamic pulling up of the Stop Loss level following the price comes to mind. The best candidate for this is the Parabolic SAR indicator. It is difficult to think of anything simpler and visually clearer.
 
Sergey Golubev #:

 PriceChannel Parabolic system

 
PriceChannel Parabolic system basic edition

  • indicators and template to download for black background (first post of this thread)
  • PriceChannel indicator is on CodeBase here, same for white background, how to install
  • Clock indicator to be used with this trading system - Indicator displays three variants of time in the chart: local, server and GMT 
  • PriceChannel ColorPar Ichi system is on this post 

PriceChannel Parabolic system second edition

  • indicators and template to download for black/white background - look at this post.

Latest version of the system with latest EAs to download


How to trade

 
The settingas for EAs: optimization and backtesting 

Trading examples

Metaquotes demo 

 

GoMarkets broker, initial deposit is 1,000

  • statement (77 dollars in less than 1 hour)

Alpari UK broker initial deposit is 1,000

RoboForex broker initial deposit is 1,000

tks Sergey Golubev for all your work, energy and sharing,

I'm slowly studying the code for the EA PriceChannel Parabolic system_v1.1.mq5, We'd like to see something different from my work and go a little deeper into programming.

What is the logic, the Setup for entering position if you can explain it to me, and discuss and why not try to improve it? 

I'll take a look at the code right now 😊,

Best Reguards,
ZeroCafeine

Sergey Golubev
Sergey Golubev
  • 2024.12.17
  • www.mql5.com
Trader's profile
 
ZeroCafeine #:

tks Sergey Golubev for all your work, energy and sharing,

I'm slowly studying the code for the EA PriceChannel Parabolic system_v1.1.mq5, We'd like to see something different from my work and go a little deeper into programming.

What is the logic, the Setup for entering position if you can explain it to me, and discuss and why not try to improve it? 

I'll take a look at the code right now 😊,

Best Reguards,
ZeroCafeine

It is old thread, and I was not coder of this EA. I just made an idea about this trading system and traded it manually on demo and live (in real account) to estimate the rules for this trading system. Because there are raw ideas, and there are the developed idea (to code). So, this trading system is developed ideas (the rules of this system were defined by manual trading).

When the EA was created (by several versions) - I tested this EA to find the optimal settings, after that - traded it on demo and in live accounts.

But it was more than 10 years ago ...

 
tks you so much 😊