Could you please share your project? Probably some previous blocks must be set incorrectly.
Posts made by l'andorrà
-
RE: One Trade Per Bar on Condition - Failing.posted in Questions & Answers
-
RE: robot en varios gráficos ala vezposted in Questions & Answers
@cristian-0 said in robot en varios gráficos ala vez:
y este para que es cada bloque lo tiene cual es su función?

Eso es una opción muy vieja que el creador de la plataforma puso en su día y que no ha quitado. No es importante. Si la señalas, cuando el bloque pasa, puedes escribir un texto en el espacio de la derecha y lo verás escrito en el chart. No modifica su funcionamiento ni sirve para nada más. Lo puedes ignorar.
-
RE: because it opens up many contrary positions when I want to open only one?posted in Questions & Answers
Disconnect blocks 17 and 22. You need to create a parallel tree for your sells. Linking trailing stop, and pink blocks is not usually a good idea.
-
RE: after a stop loss hit the reverse trade did not open at all?posted in Questions & Answers
Please don't duplicate threads. I answered you i your previous thread.
-
RE: after a stop loss that is no reverse trade immediately openposted in Questions & Answers
Firstly, I recommend you to specify candle ID 1 on all operands of blocks 40 and 28. Otherwise weird things can happen. Then block 79 should be limited to sell trades. That is what you want to reverse, right? Now buys and sells are with that same tree.
Then block 81 should be connected to the orange dot of block 80, not the yellow one.
Finally there is no variable inserted on that same block. You need one there. -
RE: how i can to separate the sell quantity and the buy quantity separately ?posted in Questions & Answers
A brilliant idea trader.philipps, once more.

-
RE: Expert advisor start when i open tradeposted in Questions & Answers
Are objects defined in blocks 95 and 101 manually inserted horizontal lines? Additionally, blocks 111 and 112 ara partially overlapping each other. Both of them are programmed to deal with manual trades. You'd better avoid that by selecting manually only and automatic anly options.
-
RE: How do I put images on the chart?posted in Questions & Answers
Do you mean uploading an image from the internet directly to your MT4 chart? I had no idea that was possible. Is it?
-
RE: how to open a reverse positionposted in Questions & Answers
You need to disconnct blocks 4 and 26. Additionally, trailing stop blocks would better be separated and running on its own tree.
-
RE: ATR stop loss 1.5* ????posted in Questions & Answers
Trader's example is more complex than what you need. Just take a look at a more simple version of it.

In my example it is for a SL distance, but you can replicate it exactly in the same way for your trailing stop.
-
RE: Taking tradeposted in Questions & Answers
If I understand you correctly, you want to open a pending order at that price. Correct? If so simply do this:

You can specify whichever price you want by inserting a variable in the '0' spot I marked.
-
RE: how i can to separate the sell quantity and the buy quantity separately ?posted in Questions & Answers
Using different group number will work for sure. That I can confirm.
-
RE: how to open a reverse positionposted in Questions & Answers
No. My screenshot is not clear enough, sorry. You need to connect yout block 26 with the orange dot (not the yellow one) of block 25.
-
RE: Custom indicator not working in MT4 backtesterposted in Questions & Answers
True. Probably that's the problem.
-
RE: Zigzag Indicator Bufferposted in Questions & Answers
I recommend you to use this option:

And here you can find useful info about how to use it.
-
RE: EA error for no stop loss and no take profitposted in Bug Reports
Are those blocks working on the 'on tick' tab?

