This reminds me of something I could not answer last night - synapse not firing as usual.piter44 » Fri Apr 29, 2016 8:44 am wrote:Hi,
I have a question about buttons, sometimes when I see nice opportunity I'd like to send a full grid of orders regardless of HGI signal and I use "send full grid" button however EA send orders and delete them immediately. I know that there is an option "send a pendind grid (and remove ea from chart)" but it is not my point.
My question is whether it is possible to send orders manually (with buttons) and let ea manage trades?
zaguy sent me a version he had coded that added Bollinger Bands. He could not understand why trades being sent when his BB trading conditions are met, being instantly deleted.
I looked at the code and found that BB was being used to force a trade when there are no HGI signals. Finding no signals, HGB immediately assumed that the signal that fired the trades is no longer in existence and so deleted them. HGB will not delete pendings if there is already a market trade in place, nor close the market trade because a signal traded live starts a trading sequence that must be worked through.
The trade sending buttons cannot fight a lack of HGI signals.