@moobee101 You can try to ask the admin to do it. Maybe he will listen to it, but I'm not optimistic, sorry.
Posts made by l'andorrà
-
RE: Adding an extra option to the "Applied Price" Dropdown Menuposted in Questions & Answers
-
RE: How to edit the trade only in the specified hour?posted in Questions & Answers
@txzz Not sure what you mean. Maybe 14:00, 15:00, 16:00? Then I don't understand the numbers on the right.
-
RE: hello can someone help me please martingaleposted in Questions & Answers
@suleyman-0 Martingales are losing strategies. Simply stay away form any of them and their variants. However, if you still want to know how to create one, here you have the simplest one. You can work in your from here:
-
RE: Stop time, and be able to test itposted in Questions & Answers
@tipsywisdom You can use UNIX time. All ticks in backtesting store the UNIX time they arrived to the terminal. Although tough to work with, you can create a structure to identify theUNIX time 30 seconds before the end of a candle.
-
RE: How to sum trades size?posted in Questions & Answers
@fenixtrading Then you will need a way to identify when that initialization happened. Otherwise, that configuration will take all trades in the history tab.
-
RE: How to sum trades size?posted in Questions & Answers
@fenixtrading How many closed trades will you need? There can be hundreds of them in your MT4's history tab. Do you need all of them?
-
RE: double como hora sin usar stringposted in Questions & Answers
@tigriyorfeo La únic que se es usar el formato de tiempo UNIX como variable de tipo int/double, pero entonces tendrás luego que transformarla a componentes. No conozco ningún otro modo.
-
RE: Chaikin Oscillator - is it workingposted in Questions & Answers
@musa-5 Can you please share the latest version of the EA?
-
RE: Same pair open 2 times with slightly different EAposted in Questions & Answers
@dthtdyh95 That depends on the structure of the EA to determine the maximum loss. I suggesto you to use jstap's recommendation. That should work.
-
RE: Zero divide on restart due to LotStep being changed to zero . .posted in Bug Reports
@tulefi Sharing the link to your project would help to review it in depth, is possible.
-
RE: how to open a reverse positionposted in Questions & Answers
@paihdt Could you please be more specific? What do you mean by 'stop the reverse trade'?
-
RE: Stoch RSI even detecting + so highposted in Questions & Answers
@haikel Not sure I fully understand. Those conditions cannot be true at the same time. Are they supposed to be consecutive? This is what I interpret when looking at the image. Some more info would definitely help.
-
RE: "Check how it was closed" gives problems when translated to mq5posted in Questions & Answers
@criptofuture Translation to mq5 is not as efficient in fxDreema as it should.
I found problems like this before. Try jstap solution before contacting the admin. -
RE: How do I check latest bear candle high less than previous bear candle?posted in Questions & Answers
@santhoshabraham It is not a trvial thing to do. You need to create a loop searching for all past candles until a bearish one is found, then chaeck for that condition and if it is not true, a new one is to be searched.
-
RE: Sort Ranging/Sideways Market, Only Trade Massive Trendposted in Questions & Answers
@jstap Exactly, that block is used to compare price levels, not pips.
-
RE: how to put custom sound alert on tradesposted in Questions & Answers
@haikel Then you need this block connected below both buy/seel now blocks.

-
RE: Help to compare 61 variables at the end of tradeposted in Questions & Answers
@bocadeangu I'm not a programmer either so my help will be limited, I'm afraid.
The most efficient way is creating arrays to compare all those variables, but you will need custom code for that. Otherwise, I would need to take a look at the project to see if it can be improved.
