Thierry Ramaniraka
Thierry Ramaniraka
  • Information
6+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends 2
Thierry Ramaniraka
Added topic Vline 50 bars after the current time/bar
Hi there, I come to you to ask you : How can i draw a VLINE on the 50th (or Xth) bar in the future. In my case, i want to put the Vline 50 bars after the current time/bar (what ever the timeframe, always the 50th bar in the future). ObjectCreate (
Thierry Ramaniraka
Added topic exclude sunday makes some trouble
Hi again there, I am working on a classic indicator to show the days range. But when i try to make it with no sunday, it  logicly doesn't work anymore like it should. And i don't know how to fix it. Here are the screenshots  Normal And
Thierry Ramaniraka
Added topic OHLC of previous Year.
Hello, Here is the way i found on this forum to get the High and Low of the previous Year : // YEAR LEVELS    double PREV_YEAR_HIGH = iHigh ( NULL , PERIOD_MN1 , iHighest ( NULL , PERIOD_MN1 , MODE_HIGH , 12 , Month ()));   
Thierry Ramaniraka
Added topic Hide subwindow
Hi there, Me again to ask your help. I found this indicator in mql5 website : https://www.mql5.com/en/code/13586 And, i want to add a hotkey to hide subwindows. But i failed ... case KEY_HIDESUB
Thierry Ramaniraka
Added topic Date time of Previous Year
Hi there, I tried and tried to get the open date of the previous year. Can you help me please ? Now, i do it like this but, it's not "pro" datetime   PREV_YEAR_OPEN_DATE= D'2017.01.001 0:00' ;    datetime PREV_MONTH_OPEN_DATE=
12