You are both welcome
Posts made by jstap
-
RE: How to put an expiration date on an indicator?posted in Questions & Answers
-
RE: Counte trades were opened in a period of time.posted in Questions & Answers
On trade tab, time filter, trade created (purple block), count into a variable, reset to 0 when you want.
-
RE: Daily Heikin Ashiposted in Questions & Answers
No mate because it was to show how to use, constants/variables are there if you download though. Run this on your chart, add the HA indicator, open data window, you will see how the variables match, from there you will need to workout how you want to use.
-
RE: How to put an expiration date on an indicator?posted in Questions & Answers
@Adeildo You can do it like this, put the relevent date/time for you in the condition. https://fxdreema.com/shared/F3QTw3omc
-
RE: Daily Heikin Ashiposted in Questions & Answers
If you click the link I sent, save the MQ file, import back into FX you will have all. Try and if you still struggle, say, and I will show you pictures of it working.
-
RE: Once per bar MT5posted in Questions & Answers
No mate, left operand +Di X> -Di in other condition block +Di X< -Di
-
RE: Daily Heikin Ashiposted in Questions & Answers
What's not working? I tested this and all worked, I would move to a separate tree under once per bar though.
-
RE: Once per bar MT5posted in Questions & Answers
All I can say is test with all options, see what happens, then report back here.
-
RE: Once per bar MT5posted in Questions & Answers
Change the logic, so both blocks use the same, then use the opposite X> or X<.
-
RE: Once per bar MT5posted in Questions & Answers
Yes but as I said your two logics in the condition block are interfering with each other
-
RE: Once per bar MT5posted in Questions & Answers
Rather than adding other blocks, change what you have and see what happens.
-
RE: Once per bar MT5posted in Questions & Answers
Although indicator conditions are opposite, you are using opposite logic, so both are activated at the same time, also once per bar in this situation needs to go under your condition, so it checks you're condition, before it activates once per bar.

-
RE: Run EAposted in Questions & Answers
Either you have added bad block logic, or it is your meta trader, add a shared link to look at.
-
RE: FXDreema, Purchase not reflecting - Payment for Subscriptionposted in General Discussions
Is CRPTO, only admin can do something, will go through when he sees, can take days though.
-
RE: No tradeposted in Questions & Answers
As I said above, you need to work out which blocks are causing the extra trade, maybe tree 1 is placing the first, and tree 2 is placing the second?
-
RE: No tradeposted in Questions & Answers
No trade block will limit to 1 trade, but if at some point you want to add another, then you will probably find groups are needed.
-
RE: Once per minutesposted in Questions & Answers
You have this in you're 1st post, only put buy/sell under the once per minute block.
-
RE: Storing lowest/highest price on Variablesposted in Questions & Answers
Once a pending order becomes a trade it is then usable as a number, you can save the ticket number, then use this to reference the trade.
-
RE: Storing lowest/highest price on Variablesposted in Questions & Answers
You can use (for example) check trade count, or for each trade, to limit actions to the trades running.
-
RE: Storing lowest/highest price on Variablesposted in Questions & Answers
You would have to use logic to decide what and when to store where.