Thank you for that it's working, but what about if I want to delete those lines 10 or 20 minutes after a trade was closed? I appreciate your help.
Posts made by okranoblues
-
RE: draw and delete specific chart objectsposted in Questions & Answers
-
draw and delete specific chart objectsposted in Questions & Answers
How can I use the prefix name inside of draw line and name that starts with and/or name that contains inside the delete object block, so I can delete especif objects on the chart and not everything? thank you

-
Draw horizontal line and calculate round numbers from open price.posted in Questions & Answers
I want to calculate the round price base on the open price from a buy or sell order. Can you please help?
-
RE: How to enable variable inputs before to attach EA to chartposted in Questions & Answers
Ok I'm going to try it later, I just got confuse bc ik that constants are value that cannot be change and variables are values that can be change.
-
RE: How to enable variable inputs before to attach EA to chartposted in Questions & Answers
Ineed that this vaiable bellow:

it shows in here:

-
RE: How to enable variable inputs before to attach EA to chartposted in Questions & Answers
Please see the screenshot. How can I do for my variable and which variable should I use to show in this box?
-
RE: fibonacci price levels change when you have different fib levels on the chartposted in Questions & Answers
Oh ok, the thing is that im using chart object and i have 2 fib retracement with different names and different levels and the ea read different levels and prices.
-
How to enable variable inputs before to attach EA to chartposted in Questions & Answers
I'm not able to see the variables when Im attaching the EA to my chart?
-
fibonacci price levels change when you have different fib levels on the chartposted in Questions & Answers
I love your fibonacci tool that you have in your builder, but it's there any way you can fix the fib levels. Fib levels change base on what levels you have set up on you mt4?
$xample
If i have 50% level on my mt4 and price level 5 on your builder it works until I change my levels on my mt4, lets say I add 38.2% level on my mt4 the price level 5 on you builder change and it shows different value. -
RE: comments with variablesposted in Questions & Answers
Yes but when i use 2 comments block one for buy and other for sell they text and label overlap and if i try to use the coordinates x , y it doesn't work.
-
RE: comments with variablesposted in Questions & Answers
Thats what i was trying to do a comment but i dont know how to do it.
If you can make an example i will appreciate it
Thank you
-
RE: comments with variablesposted in Questions & Answers
I'm not using buy or sell blocks. I'm using it when the condition block is true
-
RE: comments with variablesposted in Questions & Answers
I understand that my bad i think i didn't explain the issues properly
i have to blocks 1 for buy 1 for sell
When buy block is true. I want some type of comment on the chart saying; something like trend status buy only, and the opposite if is for sell.
I tried using variable, but it doesn't work. Can you please assist?
Thank you in advance.
-
RE: comments with variablesposted in Questions & Answers
hi i have 2 blocks one for sell, and the other for buy and i want every time any block is true it shows in my comments i cant find a way to get this done can you please help with some examples?
Thank you
-
RE: close partial errorposted in Questions & Answers
This is for open orders only or running trades, how do you set it up with a negative value so it can go under the open price?
-
RE: close partial errorposted in Questions & Answers
Question when you use modify stop orders that are open the value of the new stop loss can be lower than the open price?
-
RE: close partial errorposted in Questions & Answers
Im trying to use the partial close block and in the journal i get this error message:
2015.04.04 14:26:34.584 2000.01.28 00:01 DailyProject EURUSD,Daily: Invalid ticket (4108)
2015.04.04 14:26:34.584 2000.01.28 00:01 DailyProject EURUSD,Daily: OrderClose error 4108
2015.04.04 14:26:34.584 2000.01.28 00:01 DailyProject EURUSD,Daily: unknown ticket 2 for OrderClose functioncan you help me in how to use this block and if you can provide examples will be appreciated?
Thank you
-
RE: close partial errorposted in Questions & Answers
I'm getting this error when i try to compile my project, and is only after i add the close(partially) block..
Can you please tell me what im doing wrong?
Thx
return value of 'OrderSelect' should be checked DailyProject.mq4 2269 4
return value of 'OrderSelect' should be checked DailyProject.mq4 2378 4 -
RE: review the past candlesposted in Questions & Answers
the red and blue big candle are monthly and the current chart is a daily
so i want to compare if the previous monthly candle high is above the 200 daily ema and close under the 200 daily ema..
How can i do that?