Beha Kadıoğlu
Beha Kadıoğlu
Friends 1
Beha Kadıoğlu
Added topic Compile Not affect extern section??
I note that when I do any change in the extern and compile the file it is not affect anything in the extern section. I have to go to every charts  that i attached the file to it and reset the extern. OR attache the indicator again to the chart
Beha Kadıoğlu
Added topic Question about Alert How it work?
Hi all, First I'm newbie about MT and I have some doubt about the alert how it is work. Is it possible to setup the alert to be alert only if the condition is met in the daily time frame while I'm viewing M5 time frame? Thank for any assistance
Beha Kadıoğlu
Added topic Calculation assistance
Hi all, In the below code I'm try to ( subtract A Value From High in the 0 bar ) , can any help please. //----    double MAv = iMA ( NULL , 0 , 13 , 0 , 0 , 0 , 0 );    double spread = MarketInfo ( Symbol (), MODE_SPREAD);
Beha Kadıoğlu
Added topic Question about candle Data
Hi All, When I view any pairs with "CHF" in the daily chart or weekly it look like the image below. Is this real candle or there is a way to adjust it
Beha Kadıoğlu
Added topic candle destroy a chart
Hi all, Any one know how to solve the candle apper in the daily chart? Thanks
Beha Kadıoğlu
Added topic code help
Hi All, How can I find the distance between moving average and current low? What is the formula used for that.? Thank for any help
Beha Kadıoğlu
Added topic help to change bart of code
Hi all, Any one can please help to change this bart of code, //-------------------------------    if ( Close[0] > Open[0] )           ObjectSetText( "lblChgBg", "ggg", 600, "Webdings"
Beha Kadıoğlu
Added topic Help with Simple indicator Please
Hi all. kindly can anyone help me to have the following indicator with the exact setting: I need ( sample moving average) indicator with two colors (red and green). if candle "CLOSED" above moving average (MOVING AVERAGE WILL BE GREEN COLOR And if
Beha Kadıoğlu
Registered at MQL5.community
Beha Kadıoğlu
Added topic Coding math Clarification Please.
Hi All, I'm still learning MQL4, I understand much so far, I like to read any MQL4 file I find, and try to understand it, one thing an the following file I give up in it. In the Operator 'for' the author's add number (+9 )? what is the purpose to add
Beha Kadıoğlu
Added topic Two Color for one buffer
Hi all, I just start to learn MQL4, I would like to know how to use Tow Colors for one buffer, For Ex: I need to use green color if MA50 rising and red color if it falling. thanks an advance
Beha Kadıoğlu
Added topic Please help me..
Hello, I am new to EA and I would like to write the following system, Buy Conditions: 1. PDI 14 cross MDI 14. 2. Rising ADX 14. 3. Rising MA15. 4. Enter next bar and Price must be close above the highest price of perfuse bar where PDI Cross MDI. Sell
12