Beha Kadıoğlu
Beha Kadıoğlu
Friends 1
Beha Kadıoğlu
Added topic MACD Signal Cross alert
Hi, I'm new to mql4 I wrote too many alert, but because they indicator used Array, I couldn't write the alert for it. Can someone help please? //+------------------------------------------------------------------+
Beha Kadıoğlu
Added topic Coder Opinion and Question about VLine
Hi, With the help of Mr. GumRai Code I try to modify the code to get VLine when iMA Crossed. First I would like to know about professional coder opinion. Is this the right way for writing code? Second I have question about the VLine.  How to
Beha Kadıoğlu
Added topic Move text label to left
Hi, Is it possible to move the text label to the left side of screen.             if (Monthly== true )           {
Beha Kadıoğlu
Added topic Vline Help Please
Hi, I would like to create two Lines showing the "opening bar" for daily time frame in the lower time frame The problem with the following code I'm not able to change "color, width, ...) also I don't know if it update auto or not. More explanation in
Beha Kadıoğlu
Added topic Find Oscillators Last Cross
Hi, I would like to ask if there is any existing indicator or any way to find statistic Oscillators previous crossed. More explanation in the attached image
Beha Kadıoğlu
Added topic If I change timeframe button status changed auto
Hi, I'm new to mql4 programing I try my best to learn it. I did some modification to an alerting to have it as a buttons in the chart window. The problem that I face is when " I active the alert button and change timeframe the status of the alert
Beha Kadıoğlu
Added topic Alert For Weekly High and Low
Hi, I'm trying to alert for weekly High and Low price, I'm using this code:        double Alert_To_W1_High = iHigh( Symbol (), PERIOD_W1 , 1 );        double Alert_To_W1_Low  =
Beha Kadıoğlu
Added topic Text Label Position
Hi, Please help me with the Text Label Position ( I want to move it to the left side As it is showing in the attached photo) I'm try my best but i couldn't find the solution . int start()   { //---
Beha Kadıoğlu
Added topic Open Limit Order If
Hi, I'm using this code to open Limit Order, Is it possible to have it to open Trad only if current bar fully closed? #property show_inputs //#property show_confirm extern double Lots    = 1.0 ; extern int Slippage   = 3
Beha Kadıoğlu
Added topic Issue related to Drag and drop
Hi, I Have a script for Sell/Buy Limit and when i add a sell or buy limit order I note that i'm able to modify it with drag and drop. But when i try it with www.metaquotes.net I'm not able to modify. Is this issue from broker Or there is a solution
Beha Kadıoğlu
Added topic which candle number we are in
Hi, assuming that i'm viewing a one hour chart and i would like to know the current candle number from candle of four hours .( Is the current candle in one hour chart equal to (first candle , second candle , Third candle OR fourth candle)) I would
Beha Kadıoğlu
Added topic Please Help, Stop Loss Not working
Hi, I mide some change to this EA from  OP_BUY to OP_BUYLIMIT and it work fine expet ( Stop loss and tak profit) it is not working? //+------------------------------------------------------------------+
Beha Kadıoğlu
Added topic Find Last Red Candle
Hi, Any one can help me with this situation as i'm new to mql4 programing. I would line to find the last red candle as it is showing in the attached photo. I know only one way to do that. But the problem is (What if the Red candle it is not in fifth
Beha Kadıoğlu
Added topic Horizontal line in the highest price
Hi, I'm trying to plot horizontal line in the highest price in daily time frame, the line will consist of two things " highest price + Spread " The line it is drawn nicely, but i'm unable to add spread to it. Alse I would like to have the line "name"
Beha Kadıoğlu
Added topic How to Referring to specific point
Hi, The iHighest and iLowest it give the last Highestor Lowest Price it is not care about candle if it green or red, But I need to referring to the last green candle Low OR last red candle high. How to find that? the candle could be 1 OR 2 ..... But
Beha Kadıoğlu
Added topic Trend Alert Need to add Symbol
Hi All, Is it passble to specify which Symbol the code can look in? for ex: I need it to look in "AUDCAD" Pair. #property indicator_chart_window    double prevbid= 0 ;   
Beha Kadıoğlu
Added topic Alert Only if New bar in Specific period while I'm viewing the chart in other period.
Hi all, I would like to ask if it possible to code this situation: I have alert indicator for Stochastic Oscillator Cross, The alert it is limit to alert me only If the indicator crossed in the H4 Timeframe. I note that if I'm viewing the chart in
Beha Kadıoğlu
Added topic Indi modify Help
Hi All, Any One can help to modify this MACDBars indi, I need it for iStochastic, I'm newbie to MQL and i try but without any successfully. //---- indicator settings #property   indicator_separate_window #property  
Beha Kadıoğlu
Added topic IF I'm wrong Please correct me.
Hi All, I'm trying to write a Alert condition as it showing in the image. I wrote the following code for that condition . Is it right because I get the alert In the candle 1??? while need it the alert in candle 0    double MA_0 = iMA ( NULL
Beha Kadıoğlu
Added topic Drawing Line Start from specific point
Please can someone help me to get what I need. I know how to draw a Line in the chart, But my problem is how can I make it start from the point I need and drawing to the right side. For example : I need the line to start from the high of candle 3 and
12