SCREENER TWEEZER
Forums › ProRealTime foro Español › Soporte ProScreener › SCREENER TWEEZER
- This topic has 8 replies, 2 voices, and was last updated 4 years ago by robertogozzi.
-
-
05/28/2020 at 7:28 PM #133651
Hola alguien me podría ayudar a crear un screener de patrones TWEZZER TOP/BOTTOM?
Gracias
05/28/2020 at 7:33 PM #133652Tengo esto, pero no sé cómo convertirlo en Screenr.
Se agradece ayuda.
Gracias
05/28/2020 at 10:49 PM #133676Falta el archivo adjunto.
06/01/2020 at 9:45 AM #134024Tengo esta definición, pero no sé como convertirlo en screener
1234567IF close[1] < open[1] and close > open and low[1] = low THENINDIC = 1ENDIFIF close[1] > open[1] and close < open and high[1] = high THENINDIC = -1ENDIF06/01/2020 at 10:23 AM #134026Aquí está (no lo he probado):
123tweezerTop = ABS(High - (High[1])) <= High * 0.0075tweezerBottom = ABS(Low - (Low[1])) <= Low * 0.0075screener[tweezerTop OR tweezerBottom]Siempre use el botón “Insert PRT Code” cuando incluya e inserte un código en sus mensajes para que sea más fácil de leer para otros. Gracias 🙂
06/01/2020 at 10:34 AM #134030o
12345678INDIC = 0IF close[1] < open[1] and close > open and low[1] = low THENINDIC = 1ENDIFIF close[1] > open[1] and close < open and high[1] = high THENINDIC = 2ENDIFSCREENER[INDIC](INDIC AS "1=↑,2=↓")06/01/2020 at 3:01 PM #13406106/02/2020 at 10:01 AM #134164Hola funciona a la perfección, teniendo en cuenta que encuentra velas con los dos mínimos iguales, mi idea era encontrar velas donde la primera es bajista y la segunda alcista, con cierre de la primera idéntico a la apertura de la segunda, sin tener en cuenta las sombras inferiores.
Gracias de todas formas.
06/02/2020 at 10:18 AM #134170Ahí tienes, ¿está bien?
12345678910Bullish = close > openBearish = close < openINDIC = 0IF Bearish[1] and Bullish and close[1] = open THENINDIC = 1ENDIFIF Bullish[1] and Bearish and close[1] = open THENINDIC = 2ENDIFSCREENER[INDIC](INDIC AS "1=↑,2=↓") -
AuthorPosts
Find exclusive trading pro-tools on