Check if open = high or low
Posts made by jstap
-
RE: How to get max Drawdown of the Day of current running tradesposted in Questions & Answers
Think what you want is the highest loss profit has been in the day, Condition block, profit < variable, modify variable to current profit, once per daily bar resat variable to 0.
-
RE: open new trade when condition is met and another trade already runninggposted in Questions & Answers
if trade block, then condition block.
-
RE: sl issueposted in Questions & Answers
There are far too many possible problems that can cause this, you need to analyse, what's happening, then work out what is causing this, and then you can ask how you stop.
-
RE: How to create an ea to open pending orders on specified time and close when TAKE PROFIT is hitposted in Questions & Answers
That sounds about right, add a shared link to check.
-
RE: Accounting for Time Changeposted in Tutorials by Users
MT platforms adjust to DLS times (including on back test), the real issue here is when you use a broker that uses a different time zone to your personal time zone. At least that is what I have seen.
-
RE: Using #resource to copy code into the EAposted in Questions & Answers
You have to try and test, so you know what to use where.
-
RE: Profitable test results on Falcon and Condor, and forward testing looking goodposted in General Discussions
@Julianrob You mean when the US market opens and closes, use pink blocks to expand or remove your SL, then set it back to where you want it.
-
RE: Using #resource to copy code into the EAposted in Questions & Answers
Do you have to code to use?
-
RE: How can i make trail stop jump instead of trailing?posted in Questions & Answers
I do not create robots for people
-
RE: "check profit (unrealized)" doesn't work on demo accountposted in Questions & Answers
Yes the group, will stop or enable, interaction with each trade.
-
RE: Using #resource to copy code into the EAposted in Questions & Answers
You can add using custom code, but will take some work, if you know the code then add it to the MQ file, and generate the EX on your MT platform.
-
RE: How to draw arrows for indicators not on chart?posted in Questions & Answers
To draw objects do it in a separate tree.
-
RE: pending order blocks dose not workposted in Questions & Answers
Your top link doesn't work, is it attempting to open trades? By looking at this, I would think that as soon as an order is placed, it closes, because when it's placed, it activates the if trade tree. Turn the if trade tree off, and see if works.
-
RE: How to draw arrows for indicators not on chart?posted in Questions & Answers
This looks like it should work, but being under a no position means it will only work when no trade is running
-
RE: "check profit (unrealized)" doesn't work on demo accountposted in Questions & Answers
If these trades are placed manually, you need to select manually opened and ea trades in group
-
RE: Create an EA to trade based on the colour input on the indicatorposted in General Discussions
It depends on indicator buffers, if it has 2 buffers, then indicator appears is probably what you want.
-
RE: Removing Blocks Contentposted in Bug Reports
All my projects are normal, the only thing you can do is save the MQ file, then if there's a problem import the file back to FX.