antony23 / Profile
antony23
Added topic Timeframes toolbar on undocked charts
Hi, do you know if it possible add the timeframes quick buttons toolbar on undocked charts? Thanks
antony23
Added topic MT5 Bug in ChartIndicatorGet()
Hi, i have an indicator where i try to get the handle of an other indicator (inside the same chart) using ChartIndicatorGet(), but moving trough TF, indicator init and deinit stop working! And all became a lot slowly! Shoudn't simply give
antony23
Added topic MT5 BUG with iBarShift?
Hi, i really cannot understand why iBarShift is not working good in my code, it really seems an MT5 bug. Here the code, very simple: Print ("Symbols "+ _Symbol +" - period: "+ EnumToString ( _Period )+" - Bars : "+ iBars ( _Symbol , _Period ));
antony23
Added topic CList instance and "delete"
Hi, i would just question if in these code: CList *list= new CList(); list.Add( new MyClass()); list.Add( new MyClass()); list.Add( new MyClass()); delete list; the last command "delete" will also free memory pointed by MyClass instances
antony23
Added topic Executing code when chart is closed
Hi, is there an event handler or a something other to allow me exceuding some code when a chart is closed? Thanks
antony23
Added topic Save current profile's charts to DISK via MQL
Hi, i know MT5 save current profile 's charts to disk when it is closed, or we can do it manually File->Profiles->Save. Is there a way to do it via MQL? I would write a code to save the charts each XX seconds to prevent losing its data if
antony23
Added topic MT5: why terminal does not use my exactly SL ?
Hi, I'm new to Mt5 and i'm studying it using a demo account. Could someone explain me why SL is not triggered at right price? I'm not speacking about slippage, but SL activation order don't use my position SL. Why? Juast an example: My SL is 1.10175
: