Probably something wrong happened to those variables, but if it works, it works.
Posts made by l'andorrà
-
RE: Keltner Channel - Custom Indicator Valuesposted in Questions & Answers
-
RE: TEMA cross over/below RSI valuesposted in Questions & Answers
Sadly, the PSAR is a cheating indicator. The first point of the new trend is repainted. That makes it impossible to use as per the second, third or further points. This is why I stopped using it. long ago The best you can do is waiting for the fist point to be confirmed. That usually happens at half current candle's development. However, there is no guarantee that will hold there. The safest option is waiting for the second point to appear at the beginning of the second candle of the trend.
-
RE: Repeat buy or sell from the same price pointposted in Questions & Answers
If I understand that chat correctly what you want is opening 3 buy trades at the exact same place, in this example 50 pips below current price. Is that correct?
-
RE: using turn on/off blocksposted in Questions & Answers
@nasserminaei Can you please share the link to it?
-
RE: Assistant robotposted in Questions & Answers
What do you exactly mean by 'open a folder'? Do you mean an edit field maybe?
-
RE: turn zigzag into S&Rposted in Questions & Answers
You can store the value of each zigzag high and low into a variable and the use it as you need. However, I do not recommend plotting lines on the chart because that is very resource consuming.
-
RE: Concern About Lack of Updates on fxdreema Platformposted in Questions & Answers
I also vote for this.
-
RE: turn zigzag into S&Rposted in Questions & Answers
Why do you need the S&R lines if you already for the Zigzag values? Is it for visual reasons only?
-
RE: How to return Button State to False?posted in Questions & Answers
Do you mean immediately after you clicked on it? What would be the point of that?
-
RE: C Traderposted in Questions & Answers
I'm afraid not. AFAIK, it is only functional on MT4 and MT5.
-
RE: EA only opens 1 trade, when there are 5 conditions, what am I doing wrongposted in Questions & Answers
You are using a 'no trade' block on all your block trees. As soon as there one active trade now, that block is stopping all condition blocks to open new trades.
-
RE: Repeat buy or sell from the same price pointposted in Questions & Answers
@vijithtr Ok. Much better now. The next step is always using a yellow 'comment (ugly)' block to let us see the values of the variables in order to confirm they are correct. It needs to be executed the last in the 'on tick' tab below a 'pass' block. Like this:

Each variable needs to be positioned on a separate data row, with an identifying text on the label box.
-
RE: stop and profit automaticallyposted in Questions & Answers
Not sure I fully get the idea. Do you want to open trades manually and then modify their SL and TP through the bot?
-
RE: Does anyone have a tutorial on how to build this out?posted in Questions & Answers
@urielacosta So you mean you need a combined profit for all open trades at the moment and in the future, regardless they are in profit or in loss right now. Is that correct? If so the easiest one is this:

-
RE: Please help me! how to re open order when the ea running sl or tp auto..posted in Questions & Answers
Connecting a 'break even' block below a 'trailing stop' block is almost never a good idea. They should be connected in parallel instead.
-
RE: TURNING A MONEY MANAGEMENT SEQUENCE INTO A LOOP AFTER A MAXIMUM LOT SIZE IS REACHED.posted in Questions & Answers
You need to do the first option.
