guga19
guga19
Friends

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

guga19
Added topic Why don't CopyHigh and CopyLow work properly the first time they run?
double low_array[]; double high_array[]; int entry = 0 ; int OnInit ()   {    return ( INIT_SUCCEEDED );   } //+------------------------------------------------------------------+ //| Custom indicator iteration
guga19
Added topic Is there a way to get the time information of the top and bottom of a single candle?
As I explained in the picture below. For example, this candle that appears on the H1 chart has a high and a low. On lower time charts, for example, if High then Low occurs on "Tick" charts, I will do another calculation. If it's low and then high
guga19
Added topic How can I print text to the upper right corner of the screen?
//+------------------------------------------------------------------+
guga19
Added topic How can I get +DI and -DI review of ADX indicator?
handleAdx = iADX ( _Symbol , _Period , 14 ); I can get the main ADX value. But I need +DI and - DI values. Is there a way to get these values without calculating manually
guga19
Added topic How can I draw a zigzag?
A little explanation: I made fractal based calculations using High and Low data which I modified a bit. As a result, I have a series of tops and bottoms, for example, taking into account the rules I set for 500 candles backwards from the current
guga19
Added topic Why do "prices" in OnCalculate() show different values?
As you can see in the code, I put the high prices into an array and printed it. But there are differences between the output prices and the prices I see in the parity. This applies not only to "high", but also to others. I can't understand why
guga19
Registered at MQL5.community