STRATEGIE avec l'indicateur Super ARROW
Forums › ProRealTime forum Français › Support ProOrder › STRATEGIE avec l'indicateur Super ARROW
- This topic has 8 replies, 3 voices, and was last updated 4 years ago by Florian.
-
-
01/14/2020 at 9:53 AM #116738
Bonjour @Nicolas,
Est-il possible de transformer l’indicateur super arrow avec les conditions d’achat au signal d’achat flèche verte, et de vente à la flèche rouge.
Les variables seront optimisables suivant l’UT.
Pour le sorties je pense travailler par la suite sur des stop loss.
Merci
01/14/2020 at 1:05 PM #116775Voilà la stratégie de trading automatique ci-dessous. Attention pas de stoploss, ni de takeprofit, uniquement les prises de positions sur les flèches.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115DEFPARAM CumulateOrders = False//Super Arrow strategy from://PRC_Super Arrow Indicator | indicator//24.10.2019//Nicolas @ www.prorealcode.com//Sharing ProRealTime knowledge// --- settingsFasterMovingAverage = 5SlowerMovingAverage = 200RSIPeriod = 12MagicFilterPeriod = 14BollingerbandsPeriod = 20BollingerbandsShift = 0BollingerbandsDeviation = 1.6BullsPowerPeriod = 50BearsPowerPeriod = 50// --- end of settingsima12 = average[FasterMovingAverage,1]ima28 = average[FasterMovingAverage,1][1]ima20 = average[SlowerMovingAverage,1]ima36 = average[SlowerMovingAverage,1][1]irsi44 = RSI[RSIPeriod](CLOSE)irsi52 = RSI[RSIPeriod](CLOSE)[1]ibullspower=high-average[bullspowerperiod,1]ibearspower=low-average[bearspowerperiod,1]ibullspower60 = iBullsPoweribullspower68 = iBullsPower[1]ibearspower76 = iBearsPoweribearspower84 = iBearsPower[1]ibandsup=average[bollingerbandsperiod][bollingerbandsshift]+std[bollingerbandsperiod](close)[bollingerbandsshift]*bollingerbandsdeviationibandsdn=average[bollingerbandsperiod][bollingerbandsshift]-std[bollingerbandsperiod](close)[bollingerbandsshift]*bollingerbandsdeviationibands152=ibandsupibands160=ibandsdnibands168=ibandsup[1]ibands176=ibandsdn[1]hh = highest[MagicFilterPeriod](high)ll = highest[MagicFilterPeriod](low)ld92=0ld100=0for i = 1 to MagicFilterPeriod doif high[i]=hh thenld92=iendifif low[i]=ll thenld100=iendifif ld92>0 and ld100>0 thenbreakendifnextLd108 = 100 - 100.0 * ((Ld92 - 0.0) / 10.0)Ld116 = 100 - 100.0 * ((Ld100 - 0.0) / 10.0)if (Ld108 = 0.0) thenLd108 = 0.0000001endifif (Ld116 = 0.0) thenLd116 = 0.0000001endifLd124 = Ld108 - Ld116if (Ld124 >= 0.0) thenGi148 = 1 //trueGi168 = 0 //falseelseif (Ld124 < 0.0) thenGi148 = 0 //falseGi168 = 1 //trueendifendifif (Close > ibands152 and Close[1] >= ibands168) thenGi144 = 0Gi164 = 1endifif (Close < ibands160 and Close[1] <= ibands176) thenGi144 = 1Gi164 = 0endifif (ibullspower60 > 0.0 and ibullspower68 > ibullspower60) thenGi140 = 0Gi160 = 1endifif (ibearspower76 < 0.0 and ibearspower84 < ibearspower76) thenGi140 = 1Gi160 = 0endifif (irsi44 > 50.0 and irsi52 < 50.0) thenGi136 = 1Gi156 = 0endifif (irsi44 < 50.0 and irsi52 > 50.0) thenGi136 = 0Gi156 = 1endifif (ima12 > ima20 and ima28 < ima36) thenGi132 = 1Gi152 = 0endifif (ima12 < ima20 and ima28 > ima36) thenGi132 = 0Gi152 = 1endifif (Gi132 and Gi136 and Gi144 and Gi140 and Gi148 and Gi172 <> 1) then//drawarrowup(barindex,Low - 1.3 * std[14]) coloured(0,255,0)buy at marketGi172 = 1endifif (Gi152 and Gi156 and Gi164 and Gi160 and Gi168=0 and Gi172 <> 2) then//drawarrowdown(barindex,High + 1.3 * std[14]) coloured(255,0,0)sellshort at marketGi172 = 2endif01/14/2020 at 1:34 PM #11677901/30/2020 at 12:28 PM #11826901/30/2020 at 3:58 PM #11827901/30/2020 at 7:44 PM #118300De rien… 😉
J’ai pas mal de bots en M1, M5, M15, H4 sur dax, dow, tech..
Mais actuellement j essaie de peaufiner un bot en M1 Dow, environ 16℅ ts les 6 mois avec 1 lot 1€. Profit factor > 5, Ddmax < 100€ pour 80 trades gagnants et 3 pertes en 200k, MFE ok. J essaie de régler le stop… pour arriver à 0.. 😉
Je teste aussi des choses en BB, du breakout, du hedging…
01/30/2020 at 9:52 PM #118315@Makside c’est marrant nous sommes plutôt complémentaire ! Ma stratégie la plus courte c’est en M15 😂 M30, 4h et journalier. Donc bravo pour pour du M1 et M5.
Pour ma part Dax, EUR/USD et sur Societe generale ( BB et ! Va savoir pourquoi société Générale ! Ah si la volatilité ! ☺️ J’aimerai bien sur le Dow et le Nikkei et le pétrole…
je cherche à décoreller les stratégies et j’ai la volonté de toujours améliorer mais quelle énergie … et parfois tellement de déception.
Nous pouvons s’entraider si tu veux 😉 tu es pas de Lyon par hasard ?
01/31/2020 at 7:47 AM #118322Cool 😉
La diversification est notre ami
Eur/usd c est bien… Bonne couverture
Dow ca reste plus nerveux que le Dax
Matieres premieres c est pas mal Ms le spread reste important. Oil, sucre, café..
Pas de pb pour me trouver ms fait passer par Nicolas qui nous mettra en relation..
03/25/2020 at 12:37 AM #123209 -
AuthorPosts
Find exclusive trading pro-tools on