yes if the trade is still running and your MT terminal is running
Best posts made by jstap
-
RE: Restarted mt5posted in Questions & Answers
-
RE: CLOSE TERMINALposted in Questions & Answers
F3 in your platform will open the variable panel, from here you can manually change the value, but normally it would take an EA to change, any EA on the platform will do it so you can use it to make an EA work on another EA.
-
RE: CLOSE TERMINALposted in Questions & Answers
if you have a single block it will not work, so by placing a pass the block will work, generally I will put the pass block above, but any block connected to another will make it work
-
RE: Stop tree from workingposted in Questions & Answers
on trade tab - trade closed - delete pending - set flag to false
on tick tab - check flag above buy/sell set a condition to set flag true -
RE: Can someone help with this strategyposted in Questions & Answers
You have these two options, DM people and ask for help through payment, or create a test project, add a shared link to view, describe what it isn't doing and people will give you advice on what's wrong.
adding a shared link: project page - projects - create a shared link - open in web page - copy address bar and paste here
-
RE: Condition block questionposted in Questions & Answers
You want candle 1 pip size to be =< ATR period 20?
-
RE: Pending order based on the pips count from the opening of new Candleposted in Questions & Answers
Candle close 1 is the open of 0, no pending order - place order offset by 20
-
RE: Comment Block Date Formatposted in Questions & Answers
Yes, you can do all this, instead of pictures just ask how to display something specific.
-
RE: Custom Indicator - double count at changeposted in Questions & Answers
I use chatGPT all the time, if you ask it the right question it can work wonders
-
RE: Lot size Problemposted in Questions & Answers
I just mean you don't need them, If you are getting a warning then it is likely your broker.
-
RE: How to stop trade for some certain timeposted in Questions & Answers
ontrade tab - trade closed by SL - set flag
ontick tab - check flag above buying/selling - reset flag when needed in a separate tree -
RE: From Mql5 to. Mql4posted in Questions & Answers
How you did before, just select MT4 at the start, you mean the same project that's in the link?
-
RE: VPS Errorposted in Questions & Answers
I use FX EAs on a VPS constantly they work the same as my home PC, so your problem must be to do with your VPS (or possibly broker).
-
RE: Drop menu on my indicator tabposted in Questions & Answers
At a guess that int value is actually an enum value 0-the number of inputs you have in the indicator, if you create an enum in your EA you can use this to select a value.
-
RE: '::' - comma expected - Pt 2*posted in Questions & Answers
This should work, but I don't use a space after a comma, try deleting it.
-
RE: '::' - comma expected - Pt 2*posted in Questions & Answers
Another thing enum's need to be above where you use them, you have this correct but in case I put them at the top of the list. It is so that when added to the terminal the enum lists are loaded before they are used.
-
RE: CHECK CONSSECUTIVE LOSSES ISSUEposted in Questions & Answers
A bucket of closed trades set to the relevant time period
-
RE: '::' - comma expected - Pt 2*posted in Questions & Answers
Add a shared link and I'll look at it.
-
RE: special time framesposted in Questions & Answers
You can try this: https://fxdreema.com/shared/lsmeC5aJb I do not know if it will work but it compiles, let me know what happens.
