this can all be added via condition blocks, start a project, add a shared link and say what is not working
Posts made by jstap
-
RE: Handling Heikin Ashi Wicks in Trading Bot Logicposted in Questions & Answers
-
RE: آلارمposted in Questions & Answers
What exactly are you trying to do? You can link your pc meta trader to the same account on your phone meta trader, and then anything, like a message will alert you on your phone.
-
RE: Trading GUI Not Entering Tradesposted in Questions & Answers
Both buttons are being drawn in the same [lace, so they will be drawn on top of each other
-
RE: Button Click Open New Chartposted in Questions & Answers
You have many things on many tabs which ones are not working?
-
RE: Button Click Open New Chartposted in Questions & Answers
Add a shared link not the MQ file, mouse clicked on chart only works on chart, so live/demo charts not backtest
-
RE: 🚀 Maximize Your EAs with fxDreema: Open Q&A Session 🚀posted in Questions & Answers
Brokers do not manipulate an EA; one EA is not worth their trouble unless it is a bad broker (not common).
-
RE: Trading GUI Not Entering Tradesposted in Questions & Answers
You mean on chart? This only works on a live/demo chart, not backtest, is this where you are testing?
-
RE: Request TimeOut (Both mq5 and ex5 download)posted in Bug Reports
Unsure, but sometimes this happens
-
RE: How Can We Improve The Customer Support System of This Platform?posted in General Discussions
On the main page, you can message support so a lot of answers are not in the forum, quite often questions asked have a simple answer, one that is understood through practice, and answering the same questions time and time again can be tedious.
With questions, ask about a specific problem rather than a complete project, (create a test project with only a few blocks if needed), and add a shared link saying what the problem is. You will often get an answer
-
RE: Trading GUI Not Entering Tradesposted in Questions & Answers
There is no structure to that, what is starting the delete process? As is, it should delete on every tick, personally, I would use a name so you are referring a specific object.
-
RE: How to make my EA count candles after a condition is met.posted in Questions & Answers
Put a variable into a comment to watch, once per par (in separate trees) +1 to the variable, then every time the indicator appears reset to 0, you can then check this number in a condition.
-
RE: convert mql4 to mql5posted in Questions & Answers
There doesn't seem to be anything majorly wrong, delete lines and compile, until you find the line of code causing the problem
-
RE: My EA always keeps on buyingposted in Bug Reports
Need more information, constantly, as in 0000s or random odd buys? Either way, add a shared link so the problem can be assessed.
-
RE: EA q persiga el precioposted in General Discussions
This is fairly easy when you understand how to connect blocks. If you start a project, you can then add a shared link and say what you are struggling with
-
RE: OrderSend error 138posted in Questions & Answers
The correlation is that the new build of meta trader only works correctly on win 11
-
RE: Question on Breakeven and then start Trailing stopposted in Questions & Answers
@Suraj0544 I have a book in English that does this, link is in this comment.
-
RE: Request for Tutorialposted in Questions & Answers
With the loop block, you can check a condition using a candle ID in a variable. If true, complete what you want through orange. If false, add 1 to the variable, maybe adding 1 through orange as well. This way, for every loop, a new candle will be checked.