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
-
-
11/11/2016 at 7:26 PM #16395
Hi GAMMA,
Sorry I didn’t answer your request. Oil is on my watchlist, NG not. I did play around with oil and I think it could work but not with full attention. At the moment I invest my limited time to sort out the errors in life trading.
best, Reiner
11/11/2016 at 7:36 PM #16396Hello Reiner,
no problem, you are a kind person, you are doing so much for the whole community, the code is the best..and it become more and more perfect! Thanks for your hard work
In my strategies ther is the trailing stop of Kenneth, If it can help you.123456789101112131415161718192021222324252627// TRAILING STOP LOGIKTGL =130TGS= 100if not onmarket thenMAXPRICE = 0MINPRICE = closeEXITPRICE = 0ENDIFif longonmarket thenMAXPRICE = MAX(MAXPRICE,close)if MAXPRICE-tradeprice(1)>=TGL*pointsize thenEXITPRICE = MAXPRICE-TGL*pointsizeENDIFENDIFif shortonmarket thenMINPRICE = MIN(MINPRICE,close)if tradeprice(1)-MINPRICE>=TGS*pointsize thenEXITPRICE = MINPRICE+TGS*pointsizeENDIFENDIFif onmarket and EXITPRICE>0 thenEXITSHORT AT EXITPRICE STOPSELL AT EXITPRICE STOPTHANK YOU VERY VERY MUCH
11/11/2016 at 9:16 PM #16398Hi Reiner, great work on the latest edition. I started V6B1 live at lunch time on the 9th to test it. The system took a live position long @ 10653.5 @ 20:00 UK Time on the 9th. This went up by 149 points to a profit of around £450. The trailing stop did not activate, is this the same issue you are experiencing? This trade close at 12:00PM today for +13 points.
P.S The backtest is still running and has not closed the second position for some reason.
11/12/2016 at 4:24 PM #16418Hi Cosmic1,
The trade was OK. V6 bought first position at 10.653,5 with take profit 3,25% (11.000) or 2% (10.867) trailing stop. None of both levels has been reached and max holding check sold after 9 candles – everything as expected.
I reduced maxCandlesLongWithProfit in V6 with the idea behind that Pathfinder is latest after 9 candles 2% in front and with start of trailing mechanism the max holding check will extend to 16 candles or the system closed the position because there isn’t a trend.
I will verify V6 trailing mechanism in life trading next week.
best, Reiner
11/12/2016 at 8:34 PM #1642811/13/2016 at 9:12 AM #1643411/13/2016 at 1:22 PM #16445Hi Reiner,
I didn’t Change anything, just took the original code and backtested it on these two Dates…
Regarding the stop loss issue:
Did you check your account activity history for an order? Maybe the order was rejected because of the minimum distance to the actual Price.
The probability for that is not really high, but out of the code it would be possible that the stop is set to the actual pricelevel:
<pre class=”line-numbers”><code class=”language-prorealtime”>IF newSL > 0 AND close – newSL >= trailingStepLongInPoints * pipsize THEN
newSL = newSL + trailingStepLongInPoints * pipsize
ENDIF
It’s also dangerous to set “stopLoss = 0” while the trailling mechinism isn’t working. Because of that the stop will be removed.Arke
1 user thanked author for this post.
11/13/2016 at 2:14 PM #16446Hi Arke,
Thanks for your feedback. Your analysis is correct, set stoppLoss = 0 is responsible for the stop order deletion. I saw this behavior on my life trading tests as well. I will change this.
best, Reiner
1 user thanked author for this post.
11/14/2016 at 9:07 AM #16463Hi Reiner,
I was wondering if Bund could be suitable for Pathfinder. Just a thought!
Thanks,
Mikael11/14/2016 at 9:22 AM #1646411/14/2016 at 6:28 PM #1652511/14/2016 at 10:57 PM #1654011/15/2016 at 7:35 AM #16549Hi Mark
I gave you an idea to use Pathfinder with few risk. It is not the max historical drawdown.
In term of dd, 2k capital is sufficient to trade with pathfinder but what will you do if if you loose 80% of it at the beginning ?
FYI,
Hi nyborjare, to work with pathfinder DAX strategy account value should be at least 8/9000 € in my opinion In general to know account value to run strategies , you can multiply maxdrwadown of the strategy x 5 at least For example : MAXDRAWDOWN= € 1850 THEN ( € 1850 X 5) ACCOUNT VALUE = €9250
1 user thanked author for this post.
11/15/2016 at 10:30 AM #16555Answering to your question (a bit late..) about combining the trailing stop function and the SET STOP instruction, I confirm you that this kind of code:
1234SELL AT newSL STOP// superordinate stop and take profitSET STOP %LOSS stopLossSET TARGET %PROFIT takeProfitis accepted by IG server and should work as intended.
11/16/2016 at 8:51 AM #16609 -
AuthorPosts
Find exclusive trading pro-tools on