datetime time = (datetime)ObjectGetInteger(0,"object_name",OBJPROP_TIME);
for anyone else who may need this
datetime time = (datetime)ObjectGetInteger(0,"object_name",OBJPROP_TIME);
for anyone else who may need this
I mean save a vertical line's candle id to a variable
I mean save a vertical line's candle id to a variable
Hello, Can anyone help me save a candle id to a variable
datetime time = (datetime)ObjectGetInteger(0,"object_name",OBJPROP_TIME);
for anyone else who may need this
Hello, I was wondering how to save an objects timestamp to a variable
How can I load variable values from a CSV file?
I will try something soon. I am just wondering if I am using the check distance block correctly
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
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
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.
how can I create a vertical line using the datetime constant?