Screener Smart Money Concepts
Forums › ProRealTime foro Español › Soporte ProScreener › Screener Smart Money Concepts
- This topic has 2 replies, 2 voices, and was last updated 1 month ago by Fr7.
Viewing 3 posts - 1 through 3 (of 3 total)
-
-
10/18/2024 at 2:56 PM #239206
Iván, sería tremendo si me puedes sacar el Screener del indicador :https://www.prorealcode.com/topic/smart-money-concepts-luxalgo/
Para que me entiendas lo que quiero…… aunque ya sé que está mal escrito eh:
screener1234567891011121314151617181920212223242526//——Structure of the drawing————————————————————////—————————————————————————–//for i = g to 0 dodrawsegment ($topx [ i ] ,$topy [ i ] ,$ right [ i ] ,$topy [ i ] ) estilo ( línea ) coloreado ( “verde” )drawarrowup ($ right [ i ] ,$topy [ i ] – 0.5 * atr) colored ( “green” )if $topchoch [ i ] = 1 thendrawtext ( “CHoCH” ,($topx [ i ] + $ right [ i ] ) / 2 ,$topy [ i ] + 0.25 * atr) colored ( “green” )othersdrawtext ( “BOS” ,($topx [ i ] + $ right [ i ] ) / 2 ,$topy [ i ] + 0.25 * atr) colored ( “green” )fine toonext//—————————————————————————–//for i = w to 0 dodrawsegment ($botx [ i ] ,$boty [ i ] ,$botright [ i ] ,$boty [ i ] ) estilo ( línea ) coloreado ( “rojo” )drawarrowdown ($botright [ i ] ,$boty [ i ] + 0.5 * atr) colored ( “red” )if $botchoch [ i ] = 1 thendrawtext ( “CHoCH” ,($botx [ i ] + $botright [ i ] ) / 2 ,$bots [ i ] + 0.25 * atr) coloreado ( “rojo” )othersdrawtext ( “BOS” ,($botx [ i ] + $botright [ i ] ) / 2 ,$boty [ i ] + 0.25 * atr) colored ( “red” )fine toonextC1= drawarrowup ($ right [ i ] ,$topy [ i ] – 0.5 * atr) colored ( “green” )C2= drawarrowdown ($botright [ i ] ,$boty [ i ] + 0.5 * atr) colored ( “red” )SCREENER [C 1 OR C2 ]10/22/2024 at 7:21 PM #239346Buenas!
Aquí tienes:12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788//--------------------------------------------------------------------------------////PRC_Smart Money Concepts//version = 1//29.07.2024//Iván González @ www.prorealcode.com//Sharing ProRealTime knowledge//--------------------------------------------------------------------------------////-----Inputs---------------------------------------------------------------------//length=50showStructure=1showbull=1//1=all 2=bos 3=CHoCHshowbear=1//1=all 2=bos 3=CHoCH//--------------------------------------------------------------------------------////-----Swings---------------------------------------------------------------------////---Swing lengthos=0upper=highest[length](high)lower=lowest[length](low)if high[length]>upper thenos=0elsif low[length]<lower thenos=1elseos=os[1]endifif os=0 and os[1]<>0 thenmytop=high[length]elsemytop=0endifif os=1 and os[1]<>1 thenmybot=low[length]elsemybot=0endif//--------------------------------------------------------------------------------////-----Pivot High-----------------------------------------------------------------//if mytop thentopcross=1topy=mytopendif//--------------------------------------------------------------------------------////-----Pivot Low------------------------------------------------------------------//if mybot thenbotcross=1boty=mybotendif//Detect bullish StructuresignalLong=0if close crosses over topy and topcross thenchoch=undefinedif trend<0 thenchoch=1endifif showStructure thenif showbull=1 or (showbull=2 and not choch) or (showbull=3 and choch) thensignalLong=1endifendiftopcross=0trend=1endif//Detect Bullish Strcuturesignalshort=0if close crosses under boty and botcross thenchoch=undefinedif trend>0 thenchoch=1endifif showStructure thenif showbear=1 or (showbear=2 and not choch) or (showbear=3 and choch) thensignalshort=1endifendifbotcross=0trend=-1endifscreener[signalLong or signalShort](signalLong as "long",signalShort as "short")10/22/2024 at 10:08 PM #239353 -
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
Find exclusive trading pro-tools on
Similar topics: