Pathfinder Trading System

Forums ProRealTime English forum ProOrder support Pathfinder Trading System

Tagged: 

Viewing 15 posts - 1,576 through 1,590 (of 1,835 total)
  • #59452

    @verdi55

    I just create a hard coded false or true for an if-statement. I use this function during development to activate or deactivate certain parts of the algorithm. So I don’t always have to comment or rewrite whole code parts from scratch. I also find it helpful for analysis. e. g. I would like to examine which results a certain trade trigger delivers, here the scenario l5.

    Maybe you can show me an other way how to create a Boolean expression true or false in PRT?

    #59456

    Well, actually this is not a bad idea to switch off single conditions.

    To simplify it and to improve readability, you could say elsewhere

    and then add “and on” or “and off” to every line you want to switch, but this is a mere formality.

    1 user thanked author for this post.
    #59462

    Hi Reiner!

     

    Thanks for your feedback and suggestions. 2017 was ok but last months not very active with my trading due to lack of time. Goal is to be more active and I, as many others, need to learn to be patient, adjust risk and don’t judge a robot too soon when trading automatic in PRT. Going to test DAX V8 on demo for a while with your suggested settings.

    #59559

    @Reiner do you have any tips what to alter for the 4h algos to double all positions for those instruments that do not have a 2€ alternative?

    Best regards,

    David

    #59565

    Hi David,

    you can introduce a position multiplier (variable positionMultiplier), which scales the chance/risk profile linearly up. This would have the advantage that you keep the default settings and simply set your risk via the variable. In your example positionMultiplier = 2 (or 1.5 or 3 and so on).

    I can add this to the default robot if you need it.

    3 users thanked author for this post.
    #59567

    Thank you very much Reiner for your quick respons!

    Best regards, David

    1 user thanked author for this post.
    #59615

    I applied Reiner’s positionsmultiplier to other algos as well:

    4 users thanked author for this post.
    #59620

    And more:

    4 users thanked author for this post.
    #59722

    Hi guys,

    all pathfinder 4H systems are optimised by default for a 10k Euro account. There are always requests to deliver robots for smaller or larger accounts.

    I have added a simple mechanism to the current versions to improve this situation. I have extended the code so that the chance/risk profile can be scaled linearly up and down!!! In order to control this logic as much as possible, 4 new variables have been introduced. Here is the setting for possible scenarios:

    1. The robot should start with the lowest chance/risk ratio and increase the risk as soon as profit is available.

    In the above example, the robot starts with only 25% of the chance/risk ratio of the default settings for an 10k account.  After 1.000 Euros profit (or another currency)  each, the chance/risk profile is increased by a further 25% up to a maximum risk of 150%.

    2. the robot should always run with the smallest chance/risk ratio (25%)

    3. the robot should always run with the double chance/risk ratio (200%)

    Please find attached the version for DAX, DOW and HS.

    6 users thanked author for this post.
    #59728

    Attached are three Pathfinder DAX 4H V7 backtests with 25%, 50% and 150% chance/risk ratio compared to the original version.

    Please note that scaling down is not quite linear due to the minimum contract size of 1.

    4 users thanked author for this post.
    #59897

    Hello Guys
    I tried myself on Gold with the Version 7 and Reiners position multiplier.

    3 users thanked author for this post.
    #59944

    Oh, thank you! i was just working on it!

    I’ve also worked on Eur/Usd, but previus version without multiplier.

    Here it is.

    1 user thanked author for this post.
    #59953

    Hi guys,

    For new Pathfinder versions I recommend to use my last version with the risk controller logic. In my eyes this is a very powerful feature and it’s a pity that I didn’t come to it sooner.

    Set startRisk and maxRisk to 1 (100%) and try to find a profitable parameter setup for an 10k account (max drawdown <= 30% and profit/loss ratio > 70%).

    The big advantage of the risk controller feature is that anyone can decide how much risk to trade with Pathfinder systems. We all don’t want to lose money but earn as much as possible: -). It is advisable to start with a good risk/chance ratio (25% in the example below) and then increase the risk (to 100%) with increasing profits (every 1.000 Euros by 25%).

     

    5 users thanked author for this post.
    #59959

    Sorry, last Eur/Usd worked well only from 2012, i’ve fixed it from 2010.

    2 users thanked author for this post.
    #59961

    I have extended the Pathfinder DAX 1H V8 with the new risk controller feature to show the advantage of this function.

    Pathfinder DAX 1H V8  is trading very aggressively in very bullish scenarios this is the reason for the outstanding backtest! performance. But this behavior is a medal with two sides.

    After a good start there was a big loss with the default settings.

    Especially at the beginning it is important for the head not to make a big loss and it is one thing to lose 272 Euro (25% risk – first picture) or 1.190 Euro (100% risk – second picture).

    Caution: the system is still being tested!

    3 users thanked author for this post.
Viewing 15 posts - 1,576 through 1,590 (of 1,835 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login