Kutluhan Yesilkaya / Profile
- Information
|
7+ years
experience
|
0
products
|
0
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
öğrenci
at
yok
engineer student and trader
Friends
48
Requests
Outgoing
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
Kutluhan Yesilkaya
Added topic parametre test
hello I saw your videos on youtube. metatrader5 te can not test the parameter .can you tell me how to do I want to test the first 2 parameters from 1 to 100 and see the best. how can I do it
Kutluhan Yesilkaya
Added topic reverse position opening problem
my robot does not open long position after closing short position
: