Kutluhan Yesilkaya
Kutluhan Yesilkaya
  • Information
4 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
öğrenci at yok
engineer student and trader
Kutluhan Yesilkaya
Added topic Position monitoring with adx
Hello, I have a working robot. The feature I want is this: When opening a position, if the value of the adx wilder indicator is less than 20, it does not open the position. If it is greater, it opens the position. In other words, it constantly checks
Kutluhan Yesilkaya
Left feedback to developer for job ADD TO STOCHASTİc rsi
Kutluhan Yesilkaya
Added topic Add to stochastic rsı my ea
Hello, I want to add additional features to my robot. Sell if the k line on stochastic rsi crosses below 80. I wrote this condition as follows. but it didn't. Could you help? else if(CountOpenedPositions("buy")!=0 &&     
Kutluhan Yesilkaya
Added topic stochastic rsi codes
If the stochastic risk line crosses 20 up, buy. If it cuts 80 down, sell. How can I write these codes
Kutluhan Yesilkaya
Added topic stochastic rsi sell
hi stochastic rsi sell if k line cuts down 80. I want to create this condition. do you think this code is correct? else if(CountOpenedPositions("buy")!=0 &&       (signal == "sell" ||      
Kutluhan Yesilkaya
Added topic How can I write the buy risk if stochastik rsi da k parameter cuts 80 down and sell cuts 20 up?
How can I write the buy risk if   stochastik   rsi da k parameter cuts 80 down and sell cuts 20 up
Kutluhan Yesilkaya
Added topic price close
I want to add some features in my robot. I just want bar closing code. Is it enough for me to write iclose ? how should i define it? can you help me
Kutluhan Yesilkaya
Added topic Taking the absolute value of value
I want to get the absolute value of the MACD value. Main line can sometimes be below zero. It's causing problems with my transactions. How to write the code for the 0 distance, that is, the absolute value of the main line? If anyone knows, can you
Kutluhan Yesilkaya
Added topic no error but not working
I added the macd indicator to my robot. If the difference between the signal line and the man line in the macd indicator is 0.005, I added a position closing condition. no eror. but the function I want is not working. Can you show me where is the
Kutluhan Yesilkaya
Added topic parenthesis error.
My robot has a parenthesis error. I can't figure it out for 2 weeks. When you close the parentheses directly, the number of eroro increases. I tried many ways but it didn't work. I need help. I add the robot
Kutluhan Yesilkaya
Added topic Add macd indicator to EA
Add macd indicator to EA.I want to add an extra feature to my robot. I want to buy if MACD gives a buy signal and sell if it gives a sell signal
Kutluhan Yesilkaya
Added topic Sell position does not open
My robot was doing bidirectional operation. But the sell position has not been opened for the last 1 week. I have not made any adjustments. Long positions only open
Kutluhan Yesilkaya
Added topic macd indicators add to ea
Hello, there are 2 lines of the macd indicator in the picture. If the difference between these 2 lines is more than 0.00050, I want the position to be closed. I don't know how to write the codes. Can you help me
Kutluhan Yesilkaya
Added topic how to demo ea
hi how can i make a demo version of my robot? I don't want the person I send to see the codes on my robot. I just want it to use it for 1 day. how can i set them
Kutluhan Yesilkaya
Added topic only sending limit orders
I just want to send limit orders. but I could not. I need help. these are my codes:   // Filling type      if (IsFillingTypeAllowed ( Symbol (), SYMBOL_ORDER_LIMIT ))       Trade.SetTypeFilling
Kutluhan Yesilkaya
Added topic Hello I want to add a condition to my purchase code.
Hello I want to add a condition to my purchase code. my buy code is as follows:   double ATRBuy = GetIndicatorValue (handleatr, 0,1); I would like to add the following condition to this code. I use atr as the line with the following stop loss
Kutluhan Yesilkaya
Added topic close code
I am trying to generate stoploss code. If 1% loss occurs, the position should be closed. but I want it according to the closing price. that is, not just any price in the bar. The position should be closed only if the closing price is at 1% loss
Kutluhan Yesilkaya
Added topic My stoploss code is not working
   THE CODE I WRITTEN TO STOP LOSS is not working My purpose of using price close is to make transactions according to the last price of the bar. if((CountOpenedPositions("buy") !=0 &&            
Kutluhan Yesilkaya
Added topic zero divide
what is  zero divide . metatrader is givin zero divide error. I'm building the robot. wiping oneself
Kutluhan Yesilkaya
Added topic If 1% damage, position is closed. I wrote the code, but it doesn't work.
If 1% damage, position is closed.  I wrote the code, but it doesn't work
12