From experience on metatrader 4, if your expiration time is set at a time less than 11 minutes, the expiration will automatically set to the expire at 11 minutes. For trading systems with placing pending orders that are less than 11 minutes, you can include the "Delete pending orders" block with "Once per bar" block connected above it.
Best posts made by bussy
-
RE: Invalid Expirationposted in Questions & Answers
-
Other payment options possibilityposted in Questions & Answers
Hello @fxDreema
Is it possible to create other payment methods like Mastercard/VISA ATM cards, Perfect money etc for us users to subscribe for the monthly and yearly subcriptions on your website?
Latest posts made by bussy
-
RE: About the EA not working at timesposted in Questions & Answers
The EA is responding properly now. I wanted to find out what caused it to respond opposite of what it was meant to do before it now responded (i.e. carrying out a sell trade instead of a buy trade).
Have you or anyone experienced this before (EA carrying out opposite actions of what it should do)?
-
About the EA not working at timesposted in Questions & Answers
Hello everyone. I want to ask if anyone explain what happens at times when an EA does not respond to what it should do and at times does the opposite at times.
An example is if I create an EA to carry out a buy trade when it the moving average of candle 1 is higher than the moving average of candle 2 but it then carries out a sell trade.
If anyone has experienced this, could you mention how you solved this? -
RE: EA not functioning effectivelyposted in Questions & Answers

From the picture above, the buy signal occurred at 03:00 before the moving averages crossed. The EA actually is meant to have the buy signal occur when the short MA (red) crosses above the long MA (blue).
Does anyone know how this can be corrected in the project that I shared above?
-
EA not functioning effectivelyposted in Questions & Answers
Hello everyone,
My EA is not functioning effectively. When I tested the EA on a demo, it was not calculating the values effectively as compared to the moving average indicators available on the metatrader screen.
For example, the 10 moving average of a candle is 1.40001 and that of a 20 moving average of a candle is 1.40000 (a difference of 0.00001 = 0.1 pips) but instead of placing a buy trade as requested from my conditions, it places a sell trade.
My stop loss adjust number for the buy and sell orders are also not giving me the exact calculation e.g if a candle low candle 1 value is 1.10008 and I place stop loss adjust value of say 0.00008, the value it should give me is 1.10000 but at times it gives me a value different from the expected value of 1.10000.
what could be the problem to the EA not calculating values effectively? -
RE: Anyone tried Constants for multiple symbolsposted in Questions & Answers
ok. Thank you very much @l-andorrĂ for your response.
-
Anyone tried Constants for multiple symbolsposted in Questions & Answers
Hello everyone,
Has anyone tried the string constant for multiple symbols by inputing each symbol with commas between? Did your EA carry out trades on more than one symbol? Did it work on both Metatrader 4 and 5?
-
RE: Question on constants for timeframesposted in Questions & Answers
I just found out that there are other topics similar to this and I went through them.
Thank you @roar for your input. I appreciate it. -
Question on constants for timeframesposted in Questions & Answers
Hello everyone,
Does anyone know how to create constants to create inputs for any timeframe?
If you can, could you show me an example?