ExtraTrend Automated algo
Forums › ProRealTime English forum › General trading discussions › ExtraTrend Automated algo
- This topic has 3 replies, 3 voices, and was last updated 3 years ago by snucke.
Viewing 4 posts - 1 through 4 (of 4 total)
-
-
08/10/2021 at 10:57 AM #175000
Hi.
I am a beginner, and have just bought my first indicator.
I would like to ask for help creating a strategy-file based on two indicators .The indicators:
- Extratrend – https://market.prorealcode.com/product/extratrend-an-indicator-for-technical-traders-and-chartists/
- Screener pour afficher les débuts de tendance de l’indicateur ExtraTrend conforme Ichimoku – https://www.prorealcode.com/topic/extratrend-exemples-de-codage-screeners-et-programmation-personnalisee/page/3/#post-171211
Screener - ExtraTrend12345678910111213141516171819202122232425262728293031323334//****************************************************************//Screener pour afficher les débuts de tendance de l'indicateur ExtraTrend conforme Ichimoku//****************************************************************//Conditions ExtraTrend haussemyTrend, ignored, myExpansion = CALL "ExtraTrend"[0, 0, 0, 0, 0](close)uptrend = myTrend <> myExpansion //ExtraTrend bande bleuenewUpTrend = uptrend and not uptrend[1] //nouvelle tendance haussière (bande bleue)if newUpTrend thensignal = 1elsesignal = 0endif//Conditions de volumeconditionVolume = Average[20](volume) > 10000//Conditions IchimokuTENKAN = (highest[9](high) + lowest[9](low))/2KIJUN = (highest[26](high) + lowest[26](low))/2LS = closeSSA = (tenkan[26]+kijun[26])/2SSB = (highest[52](high[26])+lowest[52](low[26]))/2conditionSSASSB = close > SSA AND close > SSBconditionKIJUN = close > KIJUNconditionsTENKAN = close > TENKANconditionsLS = LS > KIJUN[26] AND LS > high[26] //LS au-dessus des prix et de la Kijun//Pour être encore plus restrictif avec LS au-dessus du nuage : LS > SSA[26] AND LS > SSB[26]//Lancement screenerscreener[newUpTrend AND conditionVolume AND conditionSSASSB AND conditionKIJUN AND conditionsTENKAN AND conditionsLS] (signal as "Trend")Thanks in advance. Maybe Procoders like robertogozzi grahhl or Nicolas can help me?
08/10/2021 at 11:10 AM #175003There you go (of course I couldn’t check it as I don’t have that indicator):
123456789101112131415161718192021222324252627282930313233343536//Conditions ExtraTrend haussemyTrend, ignored, myExpansion = CALL "ExtraTrend"[0, 0, 0, 0, 0](close)uptrend = myTrend <> myExpansion //ExtraTrend bande bleuenewUpTrend = uptrend and not uptrend[1] //nouvelle tendance haussière (bande bleue)if newUpTrend thensignal = 1elsesignal = 0endif//Conditions de volumeconditionVolume = Average[20](volume) > 10000//Conditions IchimokuTENKAN = (highest[9](high) + lowest[9](low))/2KIJUN = (highest[26](high) + lowest[26](low))/2LS = closeSSA = (tenkan[26]+kijun[26])/2SSB = (highest[52](high[26])+lowest[52](low[26]))/2conditionSSASSB = close > SSA AND close > SSBconditionKIJUN = close > KIJUNconditionsTENKAN = close > TENKANconditionsLS = LS > KIJUN[26] AND LS > high[26] //LS au-dessus des prix et de la Kijun//Pour être encore plus restrictif avec LS au-dessus du nuage : LS > SSA[26] AND LS > SSB[26]//Long ConditionsCondL = newUpTrend AND conditionVolume AND conditionSSASSB AND conditionKIJUN AND conditionsTENKAN AND conditionsLSIF CondL THENBUY 1 CONTRACT AT MARKETENDIFSET STOP pLOSS 100SET TARGET pPROFIT 30008/10/2021 at 11:36 AM #175009This forum is amazing. Thanks alot robertogozzi
I think its strange that backtest say no orders på equity-curve does. Look att the image
08/10/2021 at 11:47 AM #175011Because the trade has not been closed yet
2 users thanked author for this post.
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
Find exclusive trading pro-tools on
Similar topics: