definir profit y stop
Forums › ProRealTime foro Español › Soporte ProOrder › definir profit y stop
- This topic has 8 replies, 2 voices, and was last updated 1 year ago by robertogozzi.
-
-
09/26/2023 at 6:12 PM #221620
hola buenas, quiero definir un profit y un stop para la estrategia cuando se da el punto de entrada, seria lo siguiente: stoch 14.2.1.. profit al cierre por encima (en compra) de 80 y (en venta ) por debajo de 20, sin antes tocar el precio , no al cierre, el minimo (en compra )o el maximo (en venta) de 5 o 6 velas atras.
09/27/2023 at 7:53 AM #22163409/27/2023 at 10:30 AM #221658¿Qué significan las siguientes oraciones?
- sin antes tocar el precio
- el minimo (en compra )o el maximo (en venta) de 5 o 6 velas atras
09/27/2023 at 12:34 PM #221673Vale ..en compra…profit está cuando cierre de vela por encima del valor 80 en stoch 14.2.1 …y su stop ..estaría situado, una vez hecha la entrada, en el MINIMO de las 5/6 velas últimas velas contando desde donde se produce la entrada..igual en venta..pero el valor del stoch sería 20 y stop en el MAXIMO de las 5/6 velas atrás contando desde que se produce la entrada.
He aportado fotos para mayor claridad…si hace falta cuelgo la entrada exacta …GRACIAS SIEMPRE
09/27/2023 at 5:44 PM #221697Ahi esta:
1234567891011121314151617181920ONCE LB = 5ONCE OB = 80ONCE OS = 100 - OBstoK = Stochastic[14,2](close)// LONG entry & exitIF (stoK CROSSES OVER OS) AND (summation[LB](stoK <= OS) = LB)[1] AND Not LongOnMarket THENBUY 1 CONTRACT AT MARKETSET STOP PRICE lowest[LB](low) //SLENDIFIF stoK crosses OVER OB AND LongOnMarket THENSELL AT MARKETENDIF// SHORT entry n& exitIF (stoK CROSSES UNDER OB) AND (summation[LB](stoK >= OB) = LB)[1] AND Not ShortOnMarket THENSELLSHORT 1 CONTRACT AT MARKETSET STOP PRICE highest[LB](high) //SLENDIFIF stoK crosses UNDER OS AND ShortOnMarket THENEXITSHORT AT MARKETENDIF09/27/2023 at 6:45 PM #22170309/29/2023 at 5:36 PM #221815Robertogozzi , aun le falta algo que definir….cuando el profit supera las 5 velas, no lo detecta, si el objetivo llega antes de las 5 siguientes velas si salta el profit si no ..no salta. Si se abre operacion y el profit estaen la 2,3,4,5 vela sin problema..en el stop pasa exactamente lo mismo, si el stop pasa 5 velas no lo detecta y no salta stop…Esto pasa igual tanto en compra como en venta…Aclarar que el punto de entrada no es con el stoch 14.2 es con macd y rsi ..te lo muestro
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172ATR=averagetruerange[30](close)*1.5miMACD=exponentialAverage[4](close)-exponentialAverage[12](close)signal=exponentialAverage[3](miMACD)count=0numerobarrasMACD=lookbarsa=rsi [7](close)bajista= a<30.5alcista= a>69.9for i=0 to numerobarrasMACD doif bajista[i] thencount=count+1breakelsecount=0endifnextc1=countc2=miMACD crosses over signalONCE LB = 5ONCE OB = 80once OB2 = 20stoK = Stochastic[14,2](close)if time>085900 and time<=173000 thenif c1 and c2 thenbuy 1 CONTRACT AT MARKETendiffor i=0 to numerobarrasMACD doif alcista [i] thencount=count+1breakelsecount=0endifnextc3=countc4= miMACD crosses under signalif time>085900 and time<=173000 thenif c3 and c4 thenSELLSHORT 0 CONTRACT AT MARKETendifendifendifONCE LB = 5ONCE OB = 80ONCE OS = 100 - OBstoK = Stochastic[14,2](close)// LONG entry & exitIF c2 AND (summation[LB](stoK <= OS) = LB)[1] AND Not LongOnMarket THENBUY 0 CONTRACT AT MARKETSET STOP PRICE lowest[LB](low) //SLENDIFIF stoK crosses OVER OB AND LongOnMarket THENSELL AT MARKETENDIF// SHORT entry n& exitIF c4 AND (summation[LB](stoK >= OB) = LB)[1] AND Not ShortOnMarket THENSELLSHORT 0 CONTRACT AT MARKETSET STOP PRICE highest[LB](high) //SLENDIFIF stoK crosses UNDER OS AND ShortOnMarket THENEXITSHORT AT MARKETENDIF09/29/2023 at 5:37 PM #22181809/30/2023 at 2:06 AM #221845¿Qué llave? No entiendo lo que quieres hacer y no entiendo lo que debo hacer.
-
AuthorPosts
Find exclusive trading pro-tools on