MA crossover problem
-
Hi,
I'm new to fxDreema, decided to give it a try with all the good feedback I've read.
I thought I'd start off with a simple MA crossover.
In MT5 it looks as though its buying and selling at the right times but it keeps buying and selling like crazy. This is the best I can get. I've spent all day trying lots of different blocks to stop it, but then it doesn't buy or sell.
At the moment I've just got 3 blocks. The condition - (MA 4 > MA 10) which leads to the BUY and SELL blocks with no stop losses attributed - I'm trying to get it to close positions when they cross as you probably know.Could somebody shed some light, I can't be far away.
Very frustrating. I've got some good trading ideas but I'm not sure if I can get into the fxDreema way of logic.
Andrew
-
First see on the buttons above where on the center you probably have one active that is called "on Tick". So, blocks under "on Tick" works on every tick! That means if "Buy now" is executed again and again and again in every tick, you will go out of money in a very short period of time.
Please, check your "Welcome to fxDreema" project and see what is the block on the top.
By the way, note that MT5 is different than MT4. In MT5 if you buy 0.1 and then sell 0.1, you will end up with no position at all, because the buy is closed by the next sell. In other words, in MT5 you can have only one position at a time.