EA ON MT5 NOT WORKING PERFECTLY......I NEED HELP
-
Have been try to make ea on mt5 with the following parameters;
- TEMA period 6
- DEMA period 9
- PSAR 0.04/0.2
- STOCHASTIC 9/3/3 [80,20]
CONDITIONS
BUY; TEMA crosses above DEMA, also candle[0] is above PSAR and
STOCHASTIC [main line] crosses above value 20
SELL; opposite of the BUY condition.But when i tried it on demo, i noticed that it places more than one trade at a time.
Pls i need help on how to arrange the blocks in order to complete this EA. Thanks
(
-
@fxadels From the order of blocks it looks okay. Maybe you can share a link to the project that we can look inside the blocks. Especially the No position block I'd guess may not work correctly.
-
@trader-philipps thanks for the response. Here is the link to the project
link text -
@fxadels Okay, look at the Check positions count block. You specify Pos count == 2 ! Thus you only open a new position if 2 trades are open.
Split the Buy and sell block and check positions count twice (one for buy on the buy path and 1 for sell on the sell path). If you don't want more than 2 trades open, specify "Lower than or equals ro" criteria.
Hope that helps. -
@fxadels .. I was too quick with my update. Check positions count after a no trade block should always be 0 unless you opened a trade somewhere in your path. In that case the count is not necessary!
-
@trader-philipps alright thank, let me try it.
-
@trader-philipps hmmm can you pls make it more explicit. Thanks for your help!
See this pic maybe am correct.
-
Do you understand what I mean?
-
@trader-philipps sorry i dont get it. am sorry bordering you ok
-
@fxadels Never mind. I will try to guide you. However, let's first check conditions.

So you expect all 3 crossing conditions to happen at the same time? That ios very unlikely unless all involved indicators do the same calculations. You should first define what is the major condition to trigger the trade and than think about the other 2 ones if they can be re-defined a bit.
Example: Main condition is cross of Tema with Dema. It is sufficient if price is > psar and stochastic between 20 and 30 .. or something like that.
-
@trader-philipps yeah the cross of TEMA with DEMA is the main condition but i use PSAR to serves as trend indicator while Stochastic is meant to filter out multiple/fake signal. See the image below for better understanding.

-
-
@trader-philipps WOW i like this, thanks very much......But how can i get it as am still a basic user which means i can't download either the source/compiled file. What do you say
-
Maybe you should consider the possibility of paying for a single month subscription. Just a suggestion...

-
@trader-philipps I think @l-andorrà is right that you might consider paying for a short subscription as fxdreema is really a cool tool. Howevr, here is the mq5 file.
[0_1574305040214_SBD ALL VIX CRUSHER.mq5](Uploading 100%)
Hm .. got an error message from the forum "You do not have enough privileges for this action."
