screneer indicatore maggiore di tot giorni fa
Forums › ProRealTime forum Italiano › Supporto ProScreener › screneer indicatore maggiore di tot giorni fa
- This topic has 7 replies, 2 voices, and was last updated 3 years ago by max1775.
Viewing 8 posts - 1 through 8 (of 8 total)
-
-
05/07/2021 at 6:25 PM #16905805/07/2021 at 7:27 PM #169059
Così:
12Media = average[20,0](close)Rialzo = Media > Media[5] //La media attuale (Media o Media[0]) > della media di 5 barre fa05/11/2021 at 12:13 PM #16940305/11/2021 at 1:32 PM #169408Qui trovi la documentazione https://www.prorealcode.com/documentation/adx/
Basta che alla riga 1 sostituisci AVERAGE[20,0](close) con:
1Adx[18]la variabile MEDIA puoi anche lasciarla, è solo un nome, oppure puoi sostituirla con un altro tipo MIOADX.
Non ci sono altre variazioni da fare.
05/12/2021 at 10:36 AM #169464ciao roberto io purtroppo non sono molto pratico mi puoi aggiungere a questo screener le due condizioni che ti ho chiesto? ( media mobile e adx) grazie
12345678910111213141516171819202122232425// Il codice seguente si rivolge al timeframe:weeklyTIMEFRAME(weekly)indicator1 = DonchianChannelUp[10]c1 = (close > indicator1)// Il codice seguente si rivolge al timeframe:dailyTIMEFRAME(daily)indicator2 = Volumeindicator3 = Average[20](indicator2)c2 = (indicator2 > indicator3)// Il codice seguente si rivolge al timeframe:dailyTIMEFRAME(daily)indicator4 = ADX[18]c3 = (indicator4 < 35)// Il codice seguente si rivolge al timeframe:dailyTIMEFRAME(daily)indicator5 = Average[50](close)c4 = (close > indicator5)// Il codice seguente si rivolge al timeframe:DEFAULTTIMEFRAME(DEFAULT)SCREENER[c1 AND c2 AND c3 AND c4] ((close/DClose(1)-1)*100 AS “% Var ieri”)05/12/2021 at 11:43 AM #169467Per favore usa sempre il pulsante “Insert PRT code” quando inserisci il codice nei tuoi post per facilitare la lettura degli altri.
Grazie 🙂
05/12/2021 at 12:04 PM #169470Eccolo:
12345678910111213141516171819202122232425262728// Il codice seguente si rivolge al timeframe:weeklyTIMEFRAME(weekly)indicator1 = DonchianChannelUp[10]c1 = (close > indicator1)// Il codice seguente si rivolge al timeframe:dailyTIMEFRAME(daily)indicator2 = Volumeindicator3 = Average[20](indicator2)c2 = (indicator2 > indicator3)// Il codice seguente si rivolge al timeframe:dailyTIMEFRAME(daily)indicator4 = ADX[18]c3 = (indicator4 < 35)RialzoADX = indicator4 > indicator4[5]//L'ADX attuale (indicator4 o// indicator4[0]) > dell'ADX di// 5 barre fa// Il codice seguente si rivolge al timeframe:dailyTIMEFRAME(daily)indicator5 = Average[50](close)c4 = (close > indicator5)RialzoMedia = indicator5 > indicator5[5]//La MEDIA attuale (indicator5 o// indicator5[0]) > della// media di 5 barre fa// Il codice seguente si rivolge al timeframe:DEFAULTTIMEFRAME(DEFAULT)SCREENER[c1 AND c2 AND c3 AND c4 AND RialzoADX AND RialzoMedia] ((close/DClose(1)-1)*100 AS "% Var ieri")05/12/2021 at 2:30 PM #169482 -
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)
Find exclusive trading pro-tools on
Similar topics: