Florin Ionescu
Florin Ionescu
Florin Ionescu
Added topic Spline or Arc objects? Anyone else would want these?
I guess this is a feature request, as I would really use one of these 2 objects. Do you think it's possible to add one of these objects in the future
Florin Ionescu
Added topic wrong dimension error
 Hello guys, I did something like this, and MT compiler throws 'pa' -wrong dimension struct TChart {    double d;    double pa[ 100 ][ 6 ];    double ta[ 100 ][ 100 ]; }; TChart cleft, cright; double x[ 6 ]; //
Florin Ionescu
Added topic Indicator's parameters window resizeable?
I don't know how many of you have indicators / scripts with lots of parameters ... But.. When there are more than 8 parameters (in MT4 there are 7), you have to scroll down a lot each time you add a new indicator. It's quite annoying to be honest
Florin Ionescu
Added topic Why MT5 generates 2 events for clicking objects?
From what I saw now (because my code doesn't work as expected anymore), when clicking a button, MT5 generates event for clicking button, but generates also even for clicking chart.  I don't see the point honestly. Moreover, I don't know how to
Florin Ionescu
Added topic How to draw objects inside indicator's window?
Hello people, I've looked around in forums and documentation, and I cannot figure how to know my indicator's window identifier. I  want to draw there some objects (buttons + text) and I am kind of stuck. I'm still looking around, but I cannot
Florin Ionescu
Added topic DLL function string parameter, only the first character sent
Hello guys, I have the same problem with one single character. I'm using one dll to read/write clipboard which has these exports:  BOOL CopyTextToClipboard(LPCTSTR strText) Puts text onto the Windows clipboard. Returns TRUE if successful or
Florin Ionescu
Added topic Ellipse drawing / modifying
I have a suggestion about ellipse object , after playing for a while with it. Wouldn't be more convenient for the center of ellipse to remain fixed when modifying the ellipse? It would be much more intuitive. I mean, when we adjust / change the right
Florin Ionescu
Added topic Documentation request - Values of constants
In MQL4 documentation, when we had a list of predefined constants, we had their numerical values also. In MQL5 we have only constants' names and description, but no numerical values. Can we have back numerical values in MAL5 documentation? Because
Florin Ionescu
Added topic Formal parameters - array problem
I read here:  https://www.mql5.com/en/docs/basis/variables/formal and here:  https://www.mql5.com/en/docs/basis/function/functionoverload and this code is supposed to be valid: double AverageFromArray( const int array[], int startPos = 0
Florin Ionescu
Added topic I don't understand this array problem (potential bug)
Here is some code I made (a test script): double a[ 10 ]; void OnStart ()   { //---    for ( int i= 0 ;i< 10 ;i++) {       a[i] = i;        printf ( "initial state
Florin Ionescu
Added topic 'Don't display warnings at compilation' feature
I have around 100 warnings in my code in the present moment. 90% of them are automatic type conversions from double to int. And I can add a casting expression (int) to every line, but the code will be uglier / messier. And I thought what if we could
Florin Ionescu
Added topic MQL5 inline help little (annoying) problem / bug
First the screenshot    When recommending functions, MQL5 hides those recommendations which are (almost) equal to what I type.  If what I type is correct, I don't mind this hiding, it's even useful, because I know it's correct. But
Florin Ionescu
Added topic Fibonacci Retracement Levels number
In terminal I can define more than 8 levels for fibonacci retracement tool. Why can't I define more than 8 levels in MQL5 for fibonacci retracement object? Shouldn't MQL5 fibo object be the same as MT5 fibo tool? 
Florin Ionescu
Added topic Object mirroring option / feature
I had an idea that I want to share for an improvement in working with objects. The idea is this: Right clicking on an object (say a trendline), to have 2 mirroring options. Horizontal mirroring, and vertical mirroring. This way, studying on a chart
Florin Ionescu
Added topic CAT symbol history prices problem
I found that CAT symbol (Caterpillar Inc) doesn't match yahoo finance, and I don't know what source is correct. Yahoo finance or MT history center? The chart is quite the same (relatively), but for example, the low from 2000.10.18 (daily chart): -
Florin Ionescu
Added topic Height and width info displayed beneath candlesticks => cannot be read
After creating a trendline, when modifying it, height and width (and angle) are displayed beneath candlesticks, making this information very hard to read when candlesticks are present there. This is an example:  
Florin Ionescu
Added topic Access violation error
First the code. I replicated the error with the code below. Funny is that it worked sometimes with different values for double array.  This is the code:  double ratios[ 8 ] = { 1.45 , 1.55 , 1.78 , 2.45 , 2.72 , 3.45 , 4.56 , 9.8 }; void
Florin Ionescu
Added topic Trendline tool, bug or feature?
In MT4, I could draw a trendline starting from current bar to the right (in the future), and see the number of time units when modifying the trendline. In MT5, when I construct a trendline (and modifying it) what is displayed is only the difference
Florin Ionescu
Added topic Crosshair problem (not appearing after ctrl+F or middle mouse click)
Since some updates (I have last update now, 305), the crosshair tool doesn't appear anymore immediately after CTRL+F or middle mouse click. I have to move the mouse for the crosshair lines to appear on screen. Even if already in crosshair mode, if I
Florin Ionescu
Added topic Fibonacci Retracement Texts
In MT4, Fibonacci Retracement tool would display text when the tool's right point would be too much in the right, in the future, not visible on screen. In MT5, texts are visible ONLY when right point of the tool is visible, on the screen. Is this an