jaffer wilson
jaffer wilson
США
jaffer wilson
Added topic CopyTicksRange () does not work correctly in MQL5. a
I'm trying to get the marks for different times. I've been using the CopyTicksRange () function. It used to work fine. But it suddenly stopped working. I am very disappointed with this behavior of the function. Please explain me why this is
jaffer wilson
Added topic How to increase and reduce the size of text when chart zoom in and out?
I am writing a text using the OBJ_TEXT . But when I zoom in, the text get overlap and zoom out then the text moves out.  Please suggest me what  can do to reduce and increase the size of the text that I have placed using the OBJ_TEXT
jaffer wilson
Added topic How to calculate the width of the text in OBJ_TEXT?
I have draw an object using OBJ_TEXT . I have tried using the ObjectGetInteger(0, "name", OBJPROP_XSIZE); so that I will get the length of the text that is set using the OBJ_TEXT. But I get 0 in return. I have read the documentation related to
jaffer wilson
Added topic How I do know the modelling of the Tester using MQL5 program?
I am trying to check if the modelling is every real tick based or not. Sometimes, I have tested the EA of Every Tick modelling. But that is not reliable method. Hence, I want to stop testing if the modelling selected is not Every real tick based. How
jaffer wilson
Added topic Facing issues while trying to copy and paste the DLL in MT4 1260.
I have created a dll. But it is not getting copied in the MQL4-->Libraries. This is what I am getting: This error is occurring when I am Metatrader4 terminal is open. When close it, it let me copy. I had attached an expert advisor. That EA I have
jaffer wilson
Published code График тиков в MQL4
Краткое описание
1 326
jaffer wilson
Published code Tick Chart in MQL4
This will create an offline chart for the ticks.
· 1 16960 1798
jaffer wilson
Published code Скопируйте тик и историю с MT4 в MT5 в режиме реального времени.
Вы можете скопировать тики и историю из MetaTrader 4 в MetaTrader 5
1 64
jaffer wilson
Published code Copy Tick and History From MT4 to MT5 real time.
You can copy the ticks and history from the MetaTrader 4 to MetaTrader 5
· 1 10357 938
jaffer wilson
Published code Отчет по торговой статистике в реальном времени - индикатор для MetaTrader 5
Он отображает торговый отчет по счету для реальной торговли.
118
jaffer wilson
Published code Trade Statistics Report Real Time
This will display the Account Trading Report for real trade.
· 1 14467 1042
jaffer wilson
Published code stdlib.mq5
converted stdlib library for MQL5 from the MQL4
jaffer wilson
Added topic What is the difference between OBJ_RECTANGLE_LABEL and OBJ_RECTANGLE?
I do not understand the purpose of creating these two types of rectangles:   OBJ_RECTANGLE_LABEL and OBJ_RECTANGLE Ultimately they look similar. The  OBJ_RECTANGLE_LABEL does not even give a preference to write text on it, how is
jaffer wilson
Added topic How to know the timer value when the EventSetTimer is ON?
I have applied the following code. void OnInit () {    EventSetTimer ( 10 ); } void OnTimer () {    // Print the current value of the timer. } As one can see I have applied the Timer and want to know the value of the timer in the
jaffer wilson
Added topic Indicator window Time period changing.
I have tried using the following line in OnInit event of my Indicator. Print ( ChartSetSymbolPeriod ( ChartWindowFind (), _Symbol ,Period_Time), "  " , GetLastError ()); I am getting the right values of the window, but the output of the
jaffer wilson
Published post MT2IQ is Allowed for Binary Trade on IQ Option
Note: I am not the provider of this software. I was merely a user and found it useful for automatic trading with my signals. In case of queries and issues I recommend you to connect with the developer of the software through their website...
jaffer wilson
Added topic How to show BTCUSD from Bittrex on MT5?
Hello everyone, Please guide me how I can get the BTCUSD pair on the MT5 using Custom Symbol or anything else apart from the Market place of MT5. I am looking for some custom solution so I can display any pairs in future on MT5 charts. Please do
jaffer wilson
Added topic Is it possible to see multiple symbol tabs using indicator?
I have seen this expert and while I am testing I can see that it generates multiple tabs of different symbols with different timeframes.  https://www.mql5.com/en/articles/770   While testing I see the following image.:  
jaffer wilson
Added topic How to remove indicator when MT5 closes?
How I can remove the indicator which was applied on the MT5 when it is closed or accidentally closed? Kindly, let me know
jaffer wilson
Added topic The timer function is not getting executed
I am trying to call the indicator inside itself with different parameter and Chart symbols. See what I did:   #define count_symbol 3 string Symbols[count_symbol]={ "CADCHF" , "GBPAUD" , "EURUSD" }; int OnInit () { if (draw_charts){