Need your help!
-
Hi,
i don't know, what I am doing wrong.
Im new in building EA's. Today i'd register for your free trial and startet with the example. MA & ADX. Now my problem is, if i make a Backtest it start open over 100 positions in a few seconds.
My qustion is. Is it a fail of my Metatrader, or is it a fail of the MQL4 file fxdreema has created?My second question is. If i want to word with SL, how must i build it into it?
Thanks for help
regards Burli
-
http://prntscr.com/70tb8l
What you are asking here is: I there a trade in EURUSD? So, what happens if you backtest in GBPUSD? Answer: The block will pass every time.I don't understand the second question. But your trailing stop is not positioned right. Check this example: https://fxdreema.com/demo/mt4-trailing-stop
-
Thanks. For this moment it helps me. To find the right positions for the blocks itsn't very easy for a beginner, but the trailing stopp works, but why it has open over 100 positions at the same time, i dont understand.
-
When you run "Buy now" or "Sell now", the result is a new trade. These blocks are under "on Tick" = it's possible to run then on every tick! Because of that, some filter is added for them, like a "No trade is running" block. Now, it really matters what are the settings in this block and "Buy now/Sell now" - those settings must match!
Again, in your project you are asking "There is no EURUSD trade?". If you are working in GBPUSD the answer will be always Yes (backtest), so the block will always pass. It's like it does not exists at all.
I tried this in EURUSD, this is the result: http://prntscr.com/70uuum So, in EURUSD there is no problem at all. Again, because "No trade... " is set up for EURUSD only.