Hello!
I want to use a block that checks if a file (e.g. "trade_EURUSD_long.txt") is in the file-folder. If yes, the EA should open a position.
How can i do this (with custom code)?
Thank you very much.
Hello!
I want to use a block that checks if a file (e.g. "trade_EURUSD_long.txt") is in the file-folder. If yes, the EA should open a position.
How can i do this (with custom code)?
Thank you very much.
Thank you very much for your answer!
I would like to try it
May you please help me? How could i try it? I have no idea
and i found no example.
Why do you think this will not work? I would use as a first Block "no trade". I think a problem could be if two EAs on different markets will open a trade at (nearly) the same time. How can i try?
Thank you VERY much for your help.
Thank you very much for your answer.
Is it possible to do martingale global for all EAs (1 EA per market)?
Example:
Martingale should be reset after winner or after 4 losses.
Or did you mean this?
Is it possible that you could get an example? This would be VERY nice!!
Thank you in advice!
Thank you very much, fxDreema.
How can i do martingale with binary options?
I will place the EA on different markets and the martingale should work over all markets. Is this possible?
Example: Trade at 02.00 at EURUSDbo get into loss (0.10 Lot)
Trade at 02.30 at GBPJPYbo should be open with 0.20 Lot
and so on
Thank you!
Hello! Thank you for your answer. Is this sure? I think that with your suggestion the EA waits for condition 1 and then it will wait for condition 2. But: both conditions have to be fulfilled at the same time (tick). So i think the connection with the "AND"-Block is the right solution, isn't it?
Thank you.
Hi! I have the problem that i do not know how to check if 2 indicators get a signal at the same time (!), but only once per candle. How do i have to connect them? Thank you!
Hello!
How can i place orders for binary options?
How can i use Martingale with binary options if the last binary option ended in loss?
Thank you.
Hello,
i want to open a trade if some conditions are true. This step is done.
The open trade have to be closed after exactly 20 Minutes. Example: conditions are true at 08.13 --> open trade and close it at 08.33!
The EA should be allowed to open several trades, if the conditions are true (but only "once per bar" in M5).
How can i do this time-close? Should work in backtest, too.
Thank you'
Thank you very much. I will try "Once per bar". At which point should i put this object?
I would like to build the following:
If Indicator XY is over 90 and Indicator ZZ is over 95, then put Alarm on, but only 1 time at 1 bar in M5-Chart.
Thank you!!
Hi everybody!
Great tool!
I want to get a message if indicator XYZ is over the value of 90.
Problem is that now there are many messages if the indicator is over the value of 90.
I only want to get the alert once if it is over 90 and a new message should only be shown if the value was under 90 and then over 90 again.
How can i do this?
Thank you 