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
Viewing 15 posts - 796 through 810 (of 1,835 total)
-
-
02/08/2017 at 10:34 AM #2429102/08/2017 at 10:51 AM #2429202/08/2017 at 11:21 AM #2429902/08/2017 at 4:00 PM #24366
Thank you Reiner and everybody else for all the work on Pathfinder.
I would like to test the system with only long positions.
But with my poor coding knowledge i only get error when trying.
Maby someone can help me with this?
02/08/2017 at 4:07 PM #24375Hi Gordon Gekko and welcome,
Simply replace the two SELLSHORT instructions with SELL AT MARKET and remove all EXITSHORT instructions – that’s it.
123456789101112131415// short entry without order cumulationIF NOT SHORTONMARKET AND ( (s1 AND f3) OR (s2 AND f1) ) AND NOT alreadyReducedShortPosition THEN// check saisonal booster setup and max position sizeIF saisonalPatternMultiplier < 0 THENIF (COUNTOFPOSITION + (positionSize * ABS(saisonalPatternMultiplier))) <= maxPositionSizeShort THEN//SELLSHORT positionSize * ABS(saisonalPatternMultiplier) CONTRACT AT MARKETSELL AT MARKETENDIFELSIF saisonalPatternMultiplier <> 0 THENIF (COUNTOFPOSITION + positionSize) <= maxPositionSizeLong THEN//SELLSHORT positionSize CONTRACT AT MARKETSELL AT MARKETENDIFENDIF123IF SHORTONMARKET AND (m2 OR m4) THEN//EXITSHORT AT MARKETENDIFBest, Reiner
02/08/2017 at 4:18 PM #24379Thanks again Reiner.
02/08/2017 at 9:59 PM #2444402/09/2017 at 9:18 AM #2446802/09/2017 at 1:42 PM #2448802/10/2017 at 9:05 AM #2460102/12/2017 at 3:43 PM #2487602/12/2017 at 4:05 PM #2487802/12/2017 at 4:21 PM #2488102/13/2017 at 12:39 AM #2491702/13/2017 at 5:07 AM #24919 -
AuthorPosts
Find exclusive trading pro-tools on
Similar topics: