You have too much going on to work out 1 problem, run this on backtest and see what's happening: https://fxdreema.com/shared/EpOSmlPjb
Posts made by jstap
-
RE: ea dont react on one "indicator is visble" blockposted in Questions & Answers
-
RE: Setting RSI and MA custom indicatorsposted in Questions & Answers
A comment block can go almost anywhere, I put it above a block but it will not affect the block it is connected to actions, inside add the custom buffer's indicator.
-
RE: Setting RSI and MA custom indicatorsposted in Questions & Answers
You say yes but is this returning a usable value? Put the buffers into a comment block, and check the value can be used together
-
RE: ea dont react on one "indicator is visble" blockposted in Questions & Answers
So when V3 is visible the line is red, when V3 is invisible the line is green.
-
RE: ea dont react on one "indicator is visble" blockposted in Questions & Answers
when you move the mouse over red or green do you get a value in 3?
-
RE: ea dont react on one "indicator is visble" blockposted in Questions & Answers
Colours aren't always reliable, the only way to know is to watch, maybe when you move your mouse over a line the value will show in a buffer.
-
RE: ea dont react on one "indicator is visble" blockposted in Questions & Answers
It doesn't, without a for each block it may look like it works, but if the order it accesses is not the one you need it won't work, in the block it says remember this block needs one of... not enough space but it references a for each block. It looks like buffer 0 is the ST value regardless of colour, maybe if above a buffer has a value but not below (or the other way round), if this is the case, then if the buffer is visible, or invisible, you will know where/colour of the line.
-
RE: ea dont react on one "indicator is visble" blockposted in Questions & Answers
What are you checking the age of, and closing? These blocks are designed to work with trades and only work correctly under a for each trade block.
-
RE: ea dont opn buy trade when custom indcator is addedposted in Questions & Answers
Light pink only works correctly under dark pink, be careful putting once per bar above conditions, if the condition is false it will wait for a new bar to check again.
-
RE: close last trade with X moneyposted in Questions & Answers
This will be quite difficult to achieve, but is it always a fixed number (10) or will this change? You could use groups and only place trades with that group number, then change the group for other trades. Use bucket of trades to get the combined value before closing everything in that group.
-
RE: ichimoku problemsposted in Questions & Answers
If numbers used on a standard MT indicator don't work, then they never will.
-
RE: how can i close my old positionsposted in Questions & Answers
No, but if you attempt, test, and if not working add a shared link and say What's wrong I'll give you advice on why it's not
-
RE: Multiple trades on custom indicatorposted in Questions & Answers
If you want to limit this to only 1 trade, set to buys and sells.

-
RE: Error with creating mq5 or ex5 with existing fxdreema eaposted in Questions & Answers
Actually, the purple block is for if a position is created, so by default if created it exists, maybe I do not understand the logic your bot is trying to commit to. But generally limit the bot from doing things it doesn't need to.
-
RE: Error with creating mq5 or ex5 with existing fxdreema eaposted in Questions & Answers
I am not interested, because I don't have the time to work on other people's projects, this block is trying to use a block that hasn't been created on the platform, replace it with a standard FX block and the project will work. You can probably just delete it as the purple block is doing this.
-
RE: ZizZag Trendlinesposted in Tutorials by Users
ZZ H0 or H1 is != to a saved variable with H1 or H0, L0 and L1 for lows commit to your action, create a test project that move a horizontal line whenever it is different, don't forget to modify the variable if a change happens.
-
RE: ZizZag Trendlinesposted in Tutorials by Users
If you analyse ZZ you will see that L0 and H0 will be placed after the next candle has been drawn