@jpsam Under check trades and count, also the yellow output under if trade does the same.
Posts made by jstap
-
RE: NO TRADE BLOCKposted in Questions & Answers
-
RE: Lines on high and low of rangeposted in Questions & Answers
@l-andorrà The vertical lines are where they are suppose to be, on the start and end of a session.
I have made about 30 different versions of this, all with something different, some with lines redrawing some without, all I am trying to achieve is verticals at set times, horizontals at the high and low of the same time period, nothing needs to redraw as once a day I can delete and then draw.Is probably me missing something simple but, any advice would be good.
-
RE: Lines on high and low of rangeposted in Questions & Answers
I have been trying to draw lines when time crosses midnight but the lines are drawn in the wrong place.
In the link above I have tried to use variables to record different times separately, some times this works but sometimes it doesn't. Any ideas on how I can make this work? any help on this is appreciated.
-
RE: Lines on high and low of rangeposted in Questions & Answers
@jstap Never mind, sorted what I did wrong.
-
Lines on high and low of rangeposted in Questions & Answers
In the above project is a simple EA where I am trying to place lines on the high, low, left and right of a range, the right and left work as expected but, the high and low do not sit in the correct place, can anyone see where I am going wrong or what I can do to correct. Thanks
-
RE: Place line price into variableposted in Questions & Answers
@l-andorrà Thank you so much for this, I must be blind because last time I looked for this orange block I only saw the three pink above
-
RE: Place line price into variableposted in Questions & Answers
@l-andorrà Thank you I will give it a go
-
RE: Place line price into variableposted in Questions & Answers
@l-andorrà Thank you for replying but I cannot see a way of getting this value through a loop, I have been trying to get price on back testing with no luck, I even added to on chart and tried on demo but no luck with that either.
-
Place line price into variableposted in Questions & Answers
In the link is a simple project all I am trying to do is place the line prices into a variable, does anyone know why it is not working for me?
-
RE: How can info be included on the 'comment' column when closing a trade?posted in Questions & Answers
@l-andorrà No worries, what you need is beyond my expertise

-
RE: How can info be included on the 'comment' column when closing a trade?posted in Questions & Answers
@michaemia Yes it's called being lazy, but it stopes having to research (rubbish memory)

-
RE: How can info be included on the 'comment' column when closing a trade?posted in Questions & Answers
@l-andorrà Like this, maybe I have not understood your problem correctly but this is what I mean.

-
RE: How can info be included on the 'comment' column when closing a trade?posted in Questions & Answers
@l-andorrà hI L-andorra, have you tried adding a string variable into the label box, and then under on trade, for each closed trade modify variable, and then after set time se variable back to blank.
This is how I would try, hope this helps, I have not tested but I have done similar things before.
-
RE: Wait to start trailing.posted in Questions & Answers
@l-andorrà Brilliant thank you, I will give this a shot.
-
RE: delete pending order at custom price.posted in Questions & Answers
@mcarl42 No worries, place a delete object by type on the deinit tab to remove the field box if you remove the EA from chart.
-
RE: Wait to start trailing.posted in Questions & Answers
@l-andorrà Thank you but this is the first setting I tried, the custom pips setting was a later version.
-
RE: ea easy for patternsposted in Questions & Answers
@mcarl42 Hi, I think you will find most of what you need in here (https://fxdreema.com/shared/8ISjumc9c).
-
RE: delete pending order at custom price.posted in Questions & Answers
@mcarl42 Hi, look in this link (https://fxdreema.com/shared/ZRRVG7XHb), everything you need should be there.
-
Wait to start trailing.posted in Questions & Answers
(https://fxdreema.com/shared/eMEBBPV9c)
I have been trying to get the trailing stop to start from a set price, but for some reason it just starts immediately regardless.
The project in the link is simple can anyone see why it doesn't wait until the start price?
thankyou