Pueden dejar comentarios los usuarios que hayan comprado o alquilado el producto
Uwe Ohms  

Title: Missing functions – EA does not match the product description

Text:

Hello, I purchased this EA because the product description promises several functions that are not present in the actual EA.

After checking the original SET file and the MT5 input parameters, the following functions are completely missing:

  1. No Magic Number filtering The description states that the EA can filter trades based on Magic Number. However, there is no parameter in the EA that accepts or uses a Magic Number.

  2. No trade‑closing logic before news The product page claims that trades can be closed before news events. In the SET file there is no parameter that controls any closing logic. The minute settings only block new trades; they do not close existing positions.

  3. No EA‑specific filtering The EA cannot distinguish between different EAs. There are only “FilterManualTrades” and “FilterEATrades”, but no way to protect trades from a specific EA.

  4. No symbol filtering The EA works terminal‑wide. There is no symbol‑based filtering, although the description suggests otherwise.

Because of these missing functions, the actual capabilities of the EA differ significantly from what is advertised. Please clarify whether these features are truly implemented or if the product description needs to be corrected.

Thank you.

uo
Ivan020202  
Uwe Ohms #:

Title: Missing functions – EA does not match the product description

Text:

Hello, I purchased this EA because the product description promises several functions that are not present in the actual EA.

After checking the original SET file and the MT5 input parameters, the following functions are completely missing:

  1. No Magic Number filtering The description states that the EA can filter trades based on Magic Number. However, there is no parameter in the EA that accepts or uses a Magic Number.

  2. No trade‑closing logic before news The product page claims that trades can be closed before news events. In the SET file there is no parameter that controls any closing logic. The minute settings only block new trades; they do not close existing positions.

  3. No EA‑specific filtering The EA cannot distinguish between different EAs. There are only “FilterManualTrades” and “FilterEATrades”, but no way to protect trades from a specific EA.

  4. No symbol filtering The EA works terminal‑wide. There is no symbol‑based filtering, although the description suggests otherwise.

Because of these missing functions, the actual capabilities of the EA differ significantly from what is advertised. Please clarify whether these features are truly implemented or if the product description needs to be corrected.

Thank you.

uo
If you read carefully it auto detects magic number, he said the trades coming from an ea must have a magic number, so it can be blocked. You have not to put no magic numbers anywhere.