Jefferson Judge Metha / Publications
Forum
Calculation of Gold Profit
m_adjust = Point () * (m_symbol. Digits () == 3 || m_symbol. Digits () == 5 ? 10 : 1 ); PipValue = ((m_symbol.TickValue() * m_adjust) / (m_symbol.TickSize())); pips_slvalue = StringToDouble (m_pips[ 0 ].GetValue()); pips_tpvalue = StringToDouble (m_pips[ 1 ].GetValue()); profit_slvalue =
crossHair Not Showing
Good day. I used to press my mouse scroll button and CrossHair would open and Now I am nolonger able to do it. How can I activate it again thank you
MT5 PAssword REcovery
Good day. I have logged in to my account on my PC, and I have fogotten my Password Now due to the fact I use a VPS and I do not want my system to go offline not even for a bit. is there a way I can recover my password from my MT5 platform without going back to the Broker. Thank you for any
Invalid Pointer Access
Good day. I have a code panel now this panel works fine but when I change chart or Time frame I get an error ( Invalid Pointer Access ) MyButton *b = (MyButton*)m_buttons.At(i); b.Color( clrWhite ); //font color
Where can i get such Icons.
Good day. I saw this icon in an EA, and I noticed under Objects it is available so I copied it and made it appear in my programs. //🧙 LabelCreate( 0 , "Logo" , 0 , 900 , 400 , CORNER_RIGHT_UPPER , "🧙" , "Arial" , 190 , clrGray , 0.1 , ANCHOR_LEFT_LOWER , true ); where or how does one get these
Strategy Tester Error
Good day. I have an indicator and on trying to upload it on the strategy tester i get the error cannot load expert. what is the cause of this error as it doesn't have an error code. even bug check cant help as it works fine in a live chart
My Buffer plotted, while not assigned.
Good day.for years now I have always had a question. Say you make an indicator with 4 buffers and 4 plots. All are set to array series true And wen you compile without assigning any values to the buffers, they will be ploted
Arrows With Words
good day. I recently saw this arrow on a Chart. I searched in Wingdings and I can not seem to find it. how is it placed. and how can i put it into mql4 or mql5
Difference between Panel and Dashboard.
Good day I have always had a question as I have seen these two terms used interchangeably. Is there a difference between panels and dashboards
Help: StringToEnum or StringToTimeframe
Good day, I have used the function EnumToString eons of times, however is there such an opposite function. yes this brings about the question into what Enum is it being changed to, this takes us to the next part StringToX where X is a specified Enum, I tried to write a StringToTimeframe function