Yango
Yango
Yango
Added topic determine rsi value over time
hello, unfortunately i couldn't find an existing post in the german forum where the following has been discussed before: i need the value of the rsi-indicator at a certain point of time. the indicator is already initialized and everything else works
Yango
Added topic EA does not open a position
   for ( int i = 0 ; i < ObjectsTotal ( 0 , 0 , - 1 ) ; i++){      string ObjectNameTemp = ObjectName ( 0 , i, - 1 , - 1 );           if ( ObjectGetInteger ( ChartID ()
Yango
Added topic Count objects
can anyone tell me what mistake I'm making here? this function should return the value of all red objects on the chart. but he just keeps counting and doesn't stop.  int counter_zones_red(){ int object_all = ObjectsTotal ( ChartID (), 0
Yango
Added topic HLINE Price
Hello, does anyone happen to know how I can delete an HLine at a specific price? I understand about iterating over and deleting all objects, as well as about the name that you can specify to search for and/or delete an object. As far as I know, the
Yango
Added topic lines to rectangles
Hello everyone, I have a problem. in my for loop, the bot draws lines at the top and bottom anchor points of the red rectangles that are on the chart. unfortunately lines are set uninterrupted and i only need one above and one below per rectangle
Yango
Added topic Read Rectangle
Hello, I have a problem. I wrote an indicator that draws different rectangles, on the chart, in green and in red. Now I want my EA to identify these (indicator already implemented) and know which price is eg at the bottom and bottom. Is there a
Yango
Registered at MQL5.community