Pathfinder Trading System
Forums › ProRealTime English forum › ProOrder support › Pathfinder Trading System
- This topic has 1,834 replies, 139 voices, and was last updated 1 year ago by CFD AutoTrading.
Tagged: Pathfinder
-
-
02/22/2017 at 5:43 PM #26068
Ha … I added the Indicator ‘Bid-Ask Colour Band’ to my Chart and the Bid is often below the Low of the bar and the Ask is often above the High of the Bar.
Logically you would think Low of any bar is the lowest Bid price during that bar … but it is not the case!
1 user thanked author for this post.
02/23/2017 at 11:26 PM #26253Hi Reiner and thanks for your effort!
How many contracts at max is this Pathfinder-DAX-4H-V6-4k.itf made for?
I´ve tried to search but the number of forum answers are so vast.
Quote”Hi axmichi and welcome, you asked for a setup with a very low risk. Pathfinder is using grid order mechanism on the long side to achieve the exceptional performance. The algo needs room to cumulate for that feature and due to that fact the smallest account size I can recommend is 4k Euro. Please find attached a tweaked DAX version for a 4k Euro account. Best, Reiner”
Brgds
Tim
02/24/2017 at 12:56 PM #2627402/24/2017 at 1:21 PM #2627502/24/2017 at 1:22 PM #2627602/24/2017 at 1:56 PM #2627802/24/2017 at 2:28 PM #2627902/24/2017 at 2:56 PM #2628402/24/2017 at 7:28 PM #26299Hi Reiner, not sure but I may have found an error in the code.
When you calculate the position profit, to see if you shouldn’t stop the trade if there is no profit after x bar, I think you should separate the case when you are long or short.
Your code:
posProfit = (((close – positionprice) * pointvalue) * countofposition) / pipsize
numberCandles = (BarIndex – TradeIndex)My code:
IF LONGONMARKET THEN
posProfit = (((close – positionprice) * pointvalue) * countofposition) / pipsize
numberCandles = (BarIndex – TradeIndex)
ENDIF
IF SHORTONMARKET THEN
posProfit = (((positionprice-close) * pointvalue) * countofposition) / pipsize
numberCandles = (BarIndex – TradeIndex)
ENDIF02/24/2017 at 9:17 PM #2630402/24/2017 at 10:59 PM #2631002/24/2017 at 11:02 PM #2631202/24/2017 at 11:15 PM #26313Pathfinder’s core algo is a breakout mechanism and this idea needs price action and works usually good in bull markets with all time highs, I agree last DAX trade was an ugly trade but unfortunately nobody can predict the market, of course we could optimize this behavior and may be avoid scenarios like today but you’ll probably also miss some very profitable trades.
To answer your question: no I did’t consider over bought sentiment until now but I think it’s worth to check it
1 user thanked author for this post.
02/24/2017 at 11:41 PM #26314the used formular works for long and short trades because countofposition for short trades is negativ
02/25/2017 at 12:04 AM #26317Losses are part of the game 😉 Nothing to worry about when you look at the Pathfinder gains! If you didn’t go long at all time highs, you’d have missed all the Dow gains!! Dax was quite a bit below its high of just under 12400 anyway, could easily have revisited this level. The second you start second guessing the markets you lose. I’m looking forward to the next big trade after this pullback 🙂
-
AuthorPosts
Find exclusive trading pro-tools on