you have 2 options, 1 is download and edit the mq4 file (a lot of code to find and change) and would need changing with every export, 2 is to add and use a custom code block will stay in your project.
Best posts made by jstap
-
RE: Códigos antiguos fxdreemaposted in Questions & Answers
-
RE: how to fix an EA that generates double lotsposted in Questions & Answers
Looks ok, but what tree is causing the extra trade? Switch blocks off and test to see where the problem is...
-
RE: New here and have a simple questionposted in Questions & Answers
that is quite simple... start with... no position block - condition block - buy/sell block. Watch on backtest then you can add to the condition...
-
RE: How do I find the highest and lowest levels for each Monday?posted in Questions & Answers
I would filter each Tuesday, then get the candle ID 1 high and low and save to a variable that I change on the following Tuesday.
-
RE: “Manual Trade” sizingposted in Questions & Answers
Button is the only way I know, you could place a pending order that places the new and then deletes, but this is not as simple as a live trade. This is how to use a button on tick: https://fxdreema.com/shared/yfqIa8vMd