1 2 3 High – Low
Forums › ProRealTime foro Español › Soporte ProBuilder › 1 2 3 High – Low
- This topic has 4 replies, 4 voices, and was last updated 7 years ago by haseluis.
Viewing 5 posts - 1 through 5 (of 5 total)
-
-
03/17/2016 at 5:08 PM #3894
Hola a todos,
¿Alguien tiene el codigo del 123 hig low ?
Me ayudaría mucho
gracias
03/17/2016 at 5:57 PM #3899Hola, esto es lo que encontré en la biblioteca de ProRealTime, creo que debe adaptarse a lo que usted quiere conseguir tal indicador. No lo dude, si usted tiene preguntas! 🙂
12345678910111213141516171819202122232425262728uno= high[8] < high[7] AND high[7] < high[6]// low croissantuno1 = low[8] < low[7] AND low[7] < low[6]due = high[6] > high[5] AND high[5] > high[4] AND high[4] >= high[3]due1 = low[6] > low[5] AND low[5] > low[4] And low[4] > low[3]tre = high[3] < high[2] AND high[2] < high[1] AND high[1] > hightre1 = low[3] < low[2] AND low[2] < low[1] AND low[1] > lowunolow= high[8] > high[7] AND high[7] > high[6]unolow1 = low[8] > low[7] AND low[7] > low[6]duelow = high[6] < high[5] AND high[5] < high[4] AND high[4] <= high[3]duelow1 = low[6] < low[5] AND low[5] < low[4] And low[4] < low[3]trelow = high[3] > high[2] AND high[2] > high[1] AND high[1] < hightrelow1 = low[3] > low[2] AND low[2] > low[1] AND low[1] < lowIF uno and due and tre and uno1 and due1 and tre and tre1 thenRoss=1Elsif unolow and duelow and trelow and unolow1 and duelow1 and trelow and trelow1 thenRoss=-1ELSERoss = 0Endifreturn Ross03/18/2016 at 9:21 AM #391208/09/2016 at 5:53 AM #11384Guten Morgen.
Leider erhalte ich beim Einfügen der Programmierung als Indikator als Ergebnis keine Auswertung (nur eine durchgehende Linie bei 0).
Was mache ich falsch? Beschäftige mich mit dem Thema der Programmierung und ProRealTime erst seit kurzem und bin daher noch recht unerfahren.
Vielen Dank für Ihre Hilfe!
Viele Grüße
Oliver
04/16/2017 at 7:26 PM #32217 -
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
Find exclusive trading pro-tools on
Similar topics: