Friends

Add friends via their profile or user search and you will be able to see if they are online

akuh
Added topic Colorizing Bars referring to value of custom indcator (value from buffer)
Hello MQL4/5 Community, I have a question regarding a function i want to build into my custom indicator "my indicator". So basically my indicator cointains multiple indicators and summarizes them into the buffer sum[i] 
akuh
Added topic Colorizing bars depending on indicator value
Hello Community, I have built an indicator which sums up the values of the ADX ad Aroon indicator and writes it into an array called "sum[]". Now i want to colorize the bars in the chart depending on the indicator value. Is the indicator value above
akuh
Added topic Colorzing Bars depending on indicator value
Hello Community, I have built an indicator which sums up the values of the ADX ad Aroon indicator and writes it into an array called "sum[]". Now i want to colorize the bars in the chart depending on the indicator value. Is the indicator value above
akuh
Added topic Indicator doesnt get displayed
Hello Trading friends, I coded the attached indicator but when i load it to a chart, it doesnt get displayed...i assume that the array is empty but idk why. The idea is the following: First the the difference between aroon up and aroon down signals
akuh
Added topic Adding a sliding average to StochRSI indicator
Hello altogether, I try to develop myself an EA including the StochRSI indicator. Now i just want to modify the indicator a bit, and want to smooth it a bit by calculating the average, of the last 10 values of the indicator. I tried it with this code
akuh
Added topic Why do i get expiration of buy/sell limit Orders while EA backtesting ?
Hi Folks,   During backtesting of my EA, frequently the opened Sell-limit and Buy-limit orders get closed due to expiration. I dont know why, since i do have the expiration time defined in the code:   if ( Bid >(tdn-big_limit* Point )
akuh
Added topic EA doesn't open Bustop/Sellstop position for unclear reason
Hi all,  i have a little problem with my EA which is not opening buystop/sellstop positions. The condition is quite simple, i also tried it with several indicator just to see if it opens any sellstop/buystop order but it doesnt. THe EA is in the
akuh
Added topic Read out specific value from indicator
Hi all,   For my EA i want to read out a specific value from an indicator. For my case, i want to read out the int "changeofTrend" from the super-trend indicator. So whenever "changeofTrend ==1" occurs or is true, i want to the close the last
akuh
Added topic Specific questions about close command and order open command with supertrend indicator
Dear Traders,  I have a question about the attached EA i created. As you can see, the attached EA works with supertrend and halftrend indicator. Whenever supertrend says "TrendUp" and an up arrow occurs, a buy Order will be set, and the same
akuh
Added topic No new order if last ORder was a buy/sell order
Dear Mql5 community,   Im working on an EA and i want to put the command:   I want the EA to put no new buy order, if the last order was a buy order, and the other way round with the sell order . therefore i found the following command to
akuh
Added topic Expert Advisor...Warning at OrderModifiy()
Hello Everyone   Wehen i compile my ea there is a warning that there is a problem with OrderModify() but i cannot  solve what the problem is ?!   I would appreciate if someone could take a look at it.   sincerely   akuh 
akuh
Added topic Question about my first ea. Why doesnt it work ?
Hello Community   In the attached file you find my very first ea with the indicator. Although the compiler doesnt see any errors it doesnt work on backtesting . Can you tell me whats wrong...?   Thanks a lot   akuh 
akuh
Registered at MQL5.community