Thierry Ramaniraka
Thierry Ramaniraka
  • Information
8+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends 2
Thierry Ramaniraka
Added topic deinitialization function
Hello, As I constantly feed my MQL knowledge, I ask you the difference between theese 2 "deinitialization functions " : int deinit() //or void OnDeinit ( const int reason) It seems that both do the job. What is the "better way" to deinitialize
Thierry Ramaniraka
Added topic Start working with "#property strict"
Heelo, I want to start working with " #property strict". I found this usefull idndicator on forex factory. When i put "#property strict", i get some warnings. What is the problem
Thierry Ramaniraka
Added topic One "physical" bar befor date time.
Hello again, I need your help (always...) I am trying to draw VLINEs one bar (what ever the time frame is switched) before a date time (in my case, begining of each week). datetime t = iTime ( NULL , PERIOD_W1 ,i);
Thierry Ramaniraka
Added topic true/false bool BUTTON on chart
Hello there, I have an indicator that plot some right price labels by : extern bool My_Labels= true ; //Hide or show labels And, i ask you if is it possible to control the "true/false" state by creating (in the same indicator) an external button on
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