Yango: kann meinen Fehler nicht finden. Habe zwei 2D-Arrays, von denen eines mit den Preisen der HLINES und das andere mit den Preisen der RECTANGLE befüllt werden soll (erste Schleife für die Linien, zweite Schleife für die Rechtecke). Jeweils innerhalb der Schleife schaut eine Funktion (HasPriceBeenCheckedRectangles und HasPriceBeenCheckedRectangles), ob die Preise schon vorhanden sind. Lasse mir die Arrays über Print ausgeben.. nur irgendwie gibt er mir immer nur die Preise der Rechtecke (oben und unten aus, was so gewollt ist), aber nicht die, der Linien.
Yango: can't find my mistake. Have two 2D arrays, one to be filled with the prices of the HLINES and the other with the prices of the RECTANGLE (first loop for the lines, second loop for the rectangles). Within each loop, a function (HasPriceBeenCheckedRectangles and HasPriceBeenCheckedRectangles) checks whether the prices are already there. Let me output the arrays via print.. somehow it only gives me the prices of the rectangles (top and bottom, which is what I want), but not those of the lines.
You have posted in the English forum. If you prefer, you can use the German forum.
Forum für Händler - MQL5.community
- www.mql5.com
MQL5: Forum über Handel, automatische Handelssysteme und Strategietests
Fernando Carreiro #:
You have posted in the English forum. If you prefer, you can use the German forum.
thanks for the info. i have updated my post
do you have an idea?
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hello
can not find my error. Have two 2D arrays, one to be filled with the prices of the HLINES and the other with the prices of the RECTANGLE (first loop for the lines, second loop for the rectangles). Within each loop, a function (HasPriceBeenCheckedRectangles and HasPriceBeenCheckedRectangles) looks to see if the prices already exist. I print out the arrays... but somehow it only gives me the prices of the rectangles (top and bottom, which is what I want), but not those of the lines.