ok. thank you very much.
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?
-
RE: Need help to delete pending orders if the 1st doesn't trigger.posted in Questions & Answers
@FX-EA
buy order not activating immediately could either be as a result of your internet connection speed or the market conditions itself.Buy limit usually occurs if the next price bar has an opening price higher than the calculated price of entry of your buy order.
Alternative way of delete pending orders is by creating "once per bar" button with "one hour" timeframe setting and adding "delete pending orders" block under it before including any other block beside it.
-
RE: Invalid Expirationposted in Questions & Answers
Yes. That's the experience I had with my broker. On the Experts button of metatrader 4, it wrote "...............Expiration time cannot be less than 11 minutes, so it was automatically modified to 11 minutes."
I'm not sure if the same is happening to other brokers as well.
So what I do is to create a "delete pending orders" block before adding a new "buy/sell" set of blocks (i.e. buy now, sell now, buy pending order, sell pending order etc). -
RE: Invalid Expirationposted in Questions & Answers
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.
-
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? -
RE: Tutorial 08 - Candle Formationsposted in Tutorials by Users
@miro1360 and everyone If yes, can you show me examples of the said candle formations? (Piercing line, Dark cloud, Morning and Evening star)?
-
RE: Tutorial 08 - Candle Formationsposted in Tutorials by Users
Hello @miro1360 and everyone. What of Piercing line, Dark cloud, Morning and Evening star candle formations? Does anyone know how to create them with fxdreema?