kemalturgay
kemalturgay
kemalturgay
Added topic Removing trade levels
My charts (Alpari Demo) always show the trade levels, I can not remove them with the option on the " properties " tab. How can I remove them
kemalturgay
Added topic Best technical analysis books
I need to get book advises about technical analysis and automated trading. Which books would you advise me as must read references on these subjects
kemalturgay
Added topic Trade Signals
Where can I find more information about the usage of the function group called "Trade Signals" in the reference? Thanks a lot
kemalturgay
Added topic MathSrand()
An elementary question from a newbie ... I could not understand the explanation of the reference about the usage of MathSrand(): " The MathRand() function is used for generating a sequence of pseudorandom numbers. Call of MathSrand() with a certain
kemalturgay
Added topic My Heiken Ashi code
Unfortunately, it is not working as expectedly ... I could not find where to fix :( I would be very grateful for any help. //+------------------------------------------------------------------+
kemalturgay
Added topic Any help about this code
I'm trying to learn MQL5 from working codes from the code base. For example ... When correcting the draw begin in the following code (underlined row in the code) ... I think that it should be if (begin> 0 ) PlotIndexSetInteger ( 0
kemalturgay
Added topic Need a confirmation about the "begin" paramater in the OnCalculate
It is always zero for an indicator applied to bar values ... right? Exception: It is not zero only if a custom indicator applied to any other previous indicator which has PlotIndexSetInteger (0, PLOT_DRAW_BEGIN ,number) in its code? In this
kemalturgay
Added topic A question about a code from the code base.
If rates_total - previous_calculated = 1 in the code below, I think that we just need to calculate the last bar. Why does the following code need to calculate last two bars? //+------------------------------------------------------------------+
kemalturgay
Added topic PlotIndexSetInteger() function parameters
I could not understand exactly what is the " prop_modifier" parameter in this function . The reference says that "modifier of the specified property. Only level properties require a modifier" ... what are the level properties in this
kemalturgay
Added topic Bars() function
The reference says that: " If data for the timeseries with specified parameters are not formed in the terminal by the time of the Bars() function call, or data of the timeseries are not synchronized with a trade server by the moment of the function
kemalturgay
Added topic mql5.chw file
Sometimes, when working with MT5 and Meta Editor, a file named "mql5.chw" created on my desktop. What is this file
kemalturgay
Added topic Can a broker forbid to use EAs?
I have two questions, thanks in advance ... 1. Can my MT broker interfere or completely forbid EA usage? 2. Can my MT broker reach to my EA code on my client terminal in any way? I mean ... is there any chance for my code working on my
kemalturgay
Added topic Standard library
As a newbie in OOP, I would like to ask a question about the object oriented structure of MQL5. I'm reading the reference now and there is a section describing the standard library of MQL5. But, none of the
kemalturgay
Added topic "Reserved" field in structures
In EAs, is there any usage for "reserved" field found in structures? Thanks a lot
kemalturgay
Added topic Types of execution
As we know, there are four types of execution in MT. https://www.metatrader5.com/en/terminal/help/trading/general_concept Is there any way to learn the type of execution of the broker from the client terminal
kemalturgay
Added topic Duration of back test and forward test for relatively reliable results
A newbie question ... I will try to code my manual system in an EA. It will work on 30 mins timeframe ... How many weeks/months I should do backtest for relatively reliable results ... And after optimization for the backtesting period, how
kemalturgay
Added topic MQL5 Resources
Is there a resource for learning MQL5 other than the official reference? Learning from the references is always a little bit difficult, so I would be very grateful if you can advise me a book about MQL5
kemalturgay
Registered at MQL5.community
kemalturgay
Added topic EA and iPad
I'm using MT4 for Android now but I've never seen it on iPad. Can we use MQL editor on iPad? Can an EA work on iPad
kemalturgay
Added topic Is there any usage difference between the Point and MarketInfo(Symbol(),MODE_POINT)?
Can I use them interchangeably for the current pair
123