kemalturgay
kemalturgay
kemalturgay
Added topic Differences between MQL4 and MQL5
Both of them are OOP. As far as I see, the main difference is that MQL4 does not have a standard library . What else? Is there any other big difference between those two
kemalturgay
Added topic Any other demo broker for MT5
As you know, trading is stopped at Alpari UK. Do we have any other broker suppyling MT5 demo accounts ? 
kemalturgay
Added topic Color candlesticks - what am I missing?
My code: //+------------------------------------------------------------------+
kemalturgay
Added topic Getting enumaration expressions from Print()
I would like to print enumaration expressions, not integers, to the expert log. For example, for the following code, is there a more smart way of doing this?    PositionSelect ( "GBPUSD" );    Print ( EnumToString ((
kemalturgay
Added topic Functionalizing my sending order code
When I put the following code in the OnTick() event handler, it is working: MqlTradeRequest request;    MqlTradeResult result;       request.action = TRADE_ACTION_DEAL ;    request.symbol = _Symbol ;
kemalturgay
Added topic Filling types
On the specification window, the filling type of a pair is designated as "all" with my broker. But, on the "new order" window, there are only two options: FOK and IOC. Can I use "return" in this case? Additionally, if available, with which
kemalturgay
Added topic Toolbox and magic number
When I place the cursor over an opened order by an EA, I read "comment,placed manually, expert id" ... why does it say "placed manually"? Additionally, on the trade tab of toolbox, I can not see my magic number for the orders placed with OrderSend()
kemalturgay
Added topic They are not on this forum ... then where are the MQL experts?
There are really very good news about MQL. It is ranked among the most popular programming languages ... There are more than 10.000 sellers on the market ... etc. But, then why these forums are so poor? There are only two or three persons (one
kemalturgay
Added topic SL and TP with OrderSend() in market execution
When sending an order with TRADE_ACTION_DEAL in market execution, sl and tp fields of the MqlTradeRequest structure are neither obligatory nor optional according to the reference. Additionally, I have also checked it from the Andrew Young's book and
kemalturgay
Added topic The difference between ArrayGetAsSeries() and ArrayIsSeries()
They are both taking the same parameter and returning the same type of data. They are both returning the value "true", if the array used as parameter is timeseries. I could not understand the difference between these two from the reference. Any
kemalturgay
Added topic SERIES_SYNCHRONIZED
What is the meaning of synchronization in SeriesInfoInteger()
kemalturgay
Added topic Previous indicator's data
When I want to apply the example indicator from the reference (shown below) to a different indicator by dragging it from the navigator window, why is the "previous indicator's data" option not shown on the indicator parameters windows? Thanks
kemalturgay
Added topic A question from the reference
There are [in] and/or [out] descriptions at the parameter definitions on every function page in the reference. What does [in], [out] mean in the descriptions of parameters
kemalturgay
Added topic Automatic trading platforms
Other than MQL, which platforms are used extensively in algorithmic trading in FX
kemalturgay
Added topic Filtration experiences
What can be the most useful filtration technique for eliminating wrong signals produced by a three bars break-out approach? Any experience ... Thanks a lot
kemalturgay
Added topic Leverages of signal providers
I could not see the leverages used in EAs on the signal page of this site ... where should I look at for learning used leverages for reaching to the announced growth numbers for a specific EA
kemalturgay
Added topic Common points of best robots
What are the common points of those EAs which are at the top of the automated trading ? They are all very profitable, I know ) What else
kemalturgay
Added topic SeriesInfoInteger and different results
I'm getting different results with the following code: int OnInit ()   { //--- indicator buffers mapping    Print (( datetime ) SeriesInfoInteger ( "NZDUSD" , PERIOD_H3 , SERIES_SERVER_FIRSTDATE ));    Print (( datetime
kemalturgay
Added topic Difference between TimeTradeServer and TimeLocal
Both of them returns the computer time, isn't it? What is the difference between them
kemalturgay
Added topic Depth of forex market
As I am newbie in FX, I don't have any idea about the depth of FX market. What is the approximate upper limit of money ... it can be easily traded with common MT brokers? For example, my demo account from Alpari allows 5.000.000 (base
123