For example a number of us came to the conclusion of adding ATR functionality which Steve kindly implemented for us. Now I can't tell you 100% this is better than the fixed pip values we had before but my gut says it is, especially when running 20+ different pairs. It makes sense that it is, now my question to you is what else makes sense? What else can potentially be done to reduce losses, increase profits, improve efficiency etc..
Have you noticed any correlations, any losses in one specific pair due to a particular reason, can that reason be avoided by using a certain indicator or filter? Is there anything you might have figured out that could help?
Feel free to share your thoughts.
____________________________________________________________________________________________
PPoS Experimental Version updates history
- V1b, posted 10th March 2015:
- separated Breakeven, Jumping and Trailing stops into separate Main and Multi-trade features. The Main trade inputs begin with 'Main' and the Multi-trade inputs with 'Multi'.
- added ADR multipliers for Main and Multi Breakeven, Jumping and Trailing stops - inputs in the ADR for sl/tp section.
- V1a, posted 8th March 2015:
- New input in the Multi-level trading section: MultiTradeTakeProfits. This is a comma-delimeted string that PP converts into numerical values and uses these for multi-level take profits. Leaving this blank tells PP to use MultiTakeProfitPips instead.
- Make sure the number of tp's in MultiTradeTakeProfits = MultiTradesMax or the program will crash. There is no idiot checking.
- V1, posted 8th March 2015:
- added these three inputs underneath their corresponding time frame inputs: MinimumLongerMovementPips; MinimumMediumMovementPips; MinimumTradingMovementPips
- PPoS will not send a trade if the relevant candle size is less than the value of the input - so a zero value turns off the filter.
- the is no update to the screen feedback.
- coders, the filters are checked inside bool IsTradingAllowed()