@purelife173
You mean the block For Each Position.
I am afraid you need to DIY if your requirement is not an included feature
@purelife173
You mean the block For Each Position.
I am afraid you need to DIY if your requirement is not an included feature
@Enrique04
Seems the PC/MT5 problem. Have you tried reinstall it?
Create an EA that with comment print out. See if an EA could actually run
@lemans455
You have no position at the top. That may explain
@ikarus_
It works for me
https://fxdreema.com/shared/R92VbfWob
Have you tried creating the folder "Files" ?

@ikarus_
Maybe you can try create the folder yourself
So you can work on the output buffers directly
@ennoch
Is it possible that you have created many lines with the same level ?
Have you manually check the objects created on the chart?
@zietech
Buffer is the index output of indicator. I am afraid that may not be the alert output as you expect
Set a bool variable to disable/enable the buy/sell blocks. Then create a button to toggle the bool variable.
As @l'andorrà suggested, creating a button is not straightforward. Maybe you can try a demo and share for discussion
Test version has limitation on the number of links only. Besides, it works well as paid version.
@ikarus_
Only the following folder can be used to create file:
<your_terminal_path>\MQL4\Files
@Salmuranda
I guess you are talking about the minute of an hour.
Try setting a variable, say,
x = TimeMinute(TimeCurrent())
Don't know if it would work in backtest. I often used Time[candle_id] instead. Time[candle_id] returns the start time of candle
@funmi
Are you sure it is the EA that trigger the undesired trade ?
Happened only once ?
@jacque82
Your setting only close trades of the same chart symbol.
@Vortrexcian
Have you tried Indicator is Visible rather than Appear ?
Please share the indicator and we will know the problem
@Vortrexcian
You have used 1st and 2nd buffers instead
@keanzoe
Interesting to get good use of ChatGPT.
Any kind of model or paid services specifically needed to ask for coding in MQL4/5 ?
For each trade --> Modify variable
https://fxdreema.com/shared/kSEHL5AMd
In this case all trades are considered to get the latest open trade (position).
You can also modify Group Mode and Symbol Mode to filter out what you want