Hawk raptor Mini-Dax Composite Momentum and a fast RSI
Forums › ProRealTime English forum › ProOrder support › Hawk raptor Mini-Dax Composite Momentum and a fast RSI
- This topic has 8 replies, 5 voices, and was last updated 6 years ago by Gianluca.
Tagged: cmo, composite momentum, dax, RSI
-
-
09/18/2018 at 3:54 PM #80778
This strategy is working on Mini-Dax, is a simple combination of two indicators: 1) The Composite Momentum by Francesco Caruso and a fast RSI on daily chart.
The system buys when both CMO and RSI are oversold in according to code parameters. Idem for the exit use the two indicator but is necessary just one condition with the code settings.
The settings can to change in according to your profile and time frame
Enjoy ur trading.
09/18/2018 at 4:00 PM #8079009/19/2018 at 7:44 AM #80828Yes..sorry for the mistake.
I was convinced that I had also attached the code.
123456789101112131415161718192021222324252627282930// Definizione dei parametri del codiceDEFPARAM CumulateOrders = False // Posizioni cumulate disattivate// Condizioni per entrare su posizioni longindicator1 = RSI[2](close)c1 = (indicator1 < 10)ignored, ignored, ignored, ignored, ignored, indicator2 = CALL "Composite Momentum"c2 = (indicator2 < -81)IF c1 AND c2 THENBUY 1 contract AT close limitENDIF// Condizioni per uscire da posizioni longignored, ignored, ignored, ignored, ignored, indicator3 = CALL "Composite Momentum"c3 = (indicator3 >= 65)indicator4 = RSI[2](close)c4 = (indicator4 >= 70)//ATRsp = CALL "ATR TRLG stop Future"[1.5, 10]//c15= CLOSE < ATRsPIF c3 or c4 THENSELL AT MARKETENDIF//SET STOP $LOSS 1500// SU DAILYSET STOP $LOSS 110009/19/2018 at 9:08 AM #8084609/19/2018 at 9:25 AM #8084709/19/2018 at 6:07 PM #80921The Composite Momentum formula is here:
http://www.compositemomentum.com/wp-content/uploads/2016/05/CM_Prt.pdf
10/06/2018 at 11:32 PM #8216710/08/2018 at 8:00 AM #8223210/11/2018 at 6:53 PM #82578The Overoptimizazion is on the Composite Yes. With the RSI no is a classic level. With a Walk forward test result could be a little bit different but more solid.
12345678910111213141516171819202122232425DEFPARAM CumulateOrders = False // Posizioni cumulate disattivate// Condizioni per entrare su posizioni longRS = RSI[2](close)c1 = (RS < 30)ignored, ignored, ignored, ignored, ignored, COMPOM = CALL "Composite momentum"[4, 3, 9]c2 = (COMPOM < -75)IF c1 AND c2 THENBUY 1 contract AT close limitENDIF// Condizioni per uscire da posizioni longc3 = (COMPOM > 50)c4 = (RS > 70)//ATRsp = CALL "ATR TRLG stop Future"[1.5, 10]//c15= CLOSE < ATRsPIF C3 AND c4 THENSELL AT MARKETENDIF//SET STOP $LOSS 1500// SU DAILYSET STOP $LOSS 1100 -
AuthorPosts
Find exclusive trading pro-tools on