I mean save a vertical line's candle id to a variable
Posts made by gunterd
-
RE: save object candle id to variableposted in Questions & Answers
-
save object candle id to variableposted in Questions & Answers
Hello, Can anyone help me save a candle id to a variable
-
RE: store obj timestamp to a variableposted in Questions & Answers
datetime time = (datetime)ObjectGetInteger(0,"object_name",OBJPROP_TIME);
for anyone else who may need this
-
store obj timestamp to a variableposted in Questions & Answers
Hello, I was wondering how to save an objects timestamp to a variable
-
Variable values from CSV fileposted in Questions & Answers
How can I load variable values from a CSV file?
-
RE: price is close to support or resistance before tradingposted in Questions & Answers
I will try something soon. I am just wondering if I am using the check distance block correctly
-
RE: price is close to support or resistance before tradingposted in Questions & Answers
I have horizontal lines generated by fxdreema. so I have the values in the form of variables and objects. I am still having trouble however having the ea identify when price is within x number of pips from the lines. I only want trades to open near the horizontal lines
-
price is close to support or resistance before tradingposted in Questions & Answers
I have many support and resistance lines on the chart. how can I have the ea check if price is x number of pips from one of my horizontal lines? i tried check distance but it doesn't seem to work
-
object at pending orderposted in Questions & Answers
Hello, I want to know if there is a way to create a horizontal line when a pending order is opened manually at the pending orders price.
-
datetimeposted in Questions & Answers
how can I create a vertical line using the datetime constant?
-
RE: email screenshotposted in Questions & Answers
Thank you for the response! i found a program called ccfileslinger that does it for me. I can use the ea to take a screenshot then the program will email the screenshot
-
email screenshotposted in Questions & Answers
Is there a way to send an email of a screenshot of the chart?
-
time alertposted in Questions & Answers
Hello, I'm trying to make a push alert when server time is the same as a vertical line. any suggestions?
-
Scroll chart to timeposted in Questions & Answers
Is there a way to make an ea with fxdreema that will scroll the chart to a specified time?
-
RE: Points in timeposted in Questions & Answers
i'm having trouble with actually creating the vertical line. i see the check distance block but i don't understand how to add that into a variable
-
RE: Points in timeposted in Questions & Answers
Thank you very much for the response. I'll try something with your instructions soon
-
Points in timeposted in Questions & Answers
Hello, how would I be able to manually place 2 vertical lines and have the ea continuously place vertical lines the same distance apart as the manually placed lines
-
trendlinesposted in Questions & Answers
Re: example: Trendline EA
will this work for horizontal lines as well? -
build an indicatorposted in Questions & Answers
Is it possible to use FxDreema to build a custom indicator?
-
pip distanceposted in Questions & Answers
How can you save distance in pips between 2 objects into a variable