mr-roma
mr-roma
mr-roma
Added topic Find 5 greatest number in array
Hello, I'm trying to get 5 best profits from my last 1000 closed trades. I wrote code which almost gives me what I want.    string BestProfit;    for ( int b = 0 ; b < 1000 ; b++){ //Chek last 1000 trades
mr-roma
Added topic Get profit from specific time to specific time
Hello, I have code which gives me profit from specific time to today. //--+ Get Profit From Specific time to Today +--// double GetProfitFromDate( int month, int day){    double    TimeProfit  = 0 ;    datetime
mr-roma
Added topic Text/Arrow Overlaps after changing
What I'm doing wrong? When text or arrow (Wingdings) is changing, it overlaps to last one like on picture. You can see it on first arrow. Code is simple ..        if ( iClose ( Symbol (),IsPeriod[x], 1 ) >
mr-roma
Added topic Calculate time left to specific time
Is there a way to calculate how much time is left from current time to a specific time? Like if I have time string "09:00" and current time is 20:40, how to calculate difference between those times? That's my code for New York time: TimeToStr(
mr-roma
Added topic When markets really open?
I am little confused about market sessions. I am working on market session indicator and when I googled when markets opening, for example New York, I found that it opens 09:30. But on Forex Factory website, it seems that NY opens at 08:00 and even I
mr-roma
Added topic Can we get full name from Symbol()?
I wander if there is a way to get a full name of any Symbol like it's shown on picture
mr-roma
Added topic Bid/Ask price is too long
Hello I have a little problem. I am trying to make an indicator which will show Bid/Ask price but it seems that for some symbols, they are just too long. That's my code: DoubleToStr(MarketInfo( Symbol (), MODE_ASK), Digits ); And same happens to
mr-roma
Added topic Calculating High/Low price for specific time, from one point to another
Hello, I want to make an indicator which will give me an information about 4 Quarters High/Low prices. I have 52 Week range indicator but I'm struggling with 4 Quarter range. I tried iHighest, iBars, iBarshift but I still can't get the info I need. I
mr-roma
Added topic Get time from last 52 week's highest price
Hi, I'm trying to get time from specific candle like highest price from last 52 candles but it gives me incorrect time, can anyone help me? Here's my code:        double Highest = High[ 0 ];    double Highest1 =
mr-roma
Added topic Time[] Function in MQL5
Hello people, I'm trying to create Time [] for my MT5 indicator but there's something wrong and I don't know what :/  So, this is a Class code in *mqh  #define DEFINE_TIMESERIE(NAME
mr-roma
Added topic Problem with loading MT4 Account history
Hello, I have a problem with loading all the data from account history. The problem is, that Terminal doesn't shows all historical data, only from January 2017 and 2016 is archived. I thought it was broker's problem and I send them email and I
mr-roma
Added topic Winning & Losing Trades indicator (Help Needed)
Hi all, can someone help me to do Winning & Lossing indicator? Like this:       Thanks in advance. 
mr-roma
Added topic Winning & Losing Trades indicator (Help Needed)
Hi all, can someone help me to do Winning & Lossing indicator? Like this:     Thanks in advance. 
mr-roma
Added topic MT4 Language translating
Hi everyone, I want to translate the platform for my language and how can I to do this? I can't find any language file in MT4 installed folders. Can I to do this? 
mr-roma
Added topic MT4 Language translating
Hi everyone, I want to translate the platform for my language and how can I to do this? I can't find any language file in MT4 installed folders. Can I to do this? 
mr-roma
Added topic Account age indicator
Hi all, this is my first post here :) I have question, can I make some indicator which show me my account age? Like this:   This picture is from ForexFactory's Trade Explorer. Can I make this indicator for MQL4 ?   Thank you in advance ALL
mr-roma
Registered at MQL5.community