Leo A.
Leo A.
Friends

Add friends via their profile or user search and you will be able to see if they are online

Leo A.
Added topic Index number vs. Index price
When I print this code, it gives me the index number instead of the price. I want to get the price and not the index number.     double RSIValuesArray[ 6 ];    ArrayInitialize (RSIValuesArray, 0 );    for ( int i= 0
Leo A.
Added topic Copy OrderProfit() to an array in sequence
Hello, I'm trying to copy OrderProfit() to an array, but only the last OrderProfit() value is populating the indexes. I'd like to get, for example the last five values of the OrderProfit(). Here is my code: double array[ 5 ];    for ( int i
Leo A.
Added topic Finding ArrayMinimum of an RSI to be lower to a certain specified number level
Hello Forum, I am writing a function in MQL4 where I want the lowest array of an RSI to be lower than a number I define. There is no error when I compile it but it won't execute. These are the errors I get from the Journal.  2020.04.28
Leo A.
Added topic Array Maximum is not returning the correct value
Hello forum, I am trying to get the Array Maximum value of an array. For this purpose, I copied the Bull Power Indicator.     ArrayResize (HighestBullValueData, 15 );    for ( int i= 0 ; i< 15 ; i++)