The browser. Try to use a different one to check it works correctly. Then remove cookies and other stuff in memory before opening fxDreema again.
Posts made by l'andorrà
-
RE: detachposted in Questions & Answers
-
RE: Create a horizontal line after opening the tradeposted in Questions & Answers
Where are those lines supposed to be drawn exactly?
-
RE: EA with a sweep of a inside barposted in Questions & Answers
This is far more complicated because according to those examples, that 'x' distance can be unlimited. It can be one candle behind or 20 or 100. Is there any limitation to search back in time?
-
RE: how to reset rectangle name to first name?posted in Questions & Answers
No rectangle is named in your example. ONly lines. Do you mean renaming lines maybe?
-
RE: TRAILING STOP NOT WORKING PROPERLYposted in Bug Reports
You current configuration will wint until price is 200000 above open price AND/OR the last SL price level. When that happens the SL will then be moved 100000 pips below current price. Is that what you want?
-
RE: Is it possible to set trailing stop % as % of the price in the stoplos-take profit mode in Buy now?posted in Questions & Answers
@bayramay If you are using TP, you can do this:

-
RE: Adjust SL & lot size on Trailing orderposted in Questions & Answers
Some recommendations:
- Disconnect the trailing stop block from that position and connect it to a completely separate block tree below a 'pass' block. Never below a 'once per bar' block.
- The rest of the logic is pretty clear, but I can't see yet the pull back condition yet. Only the MA crossing is visible. Is that everything you need?
-
RE: Martingale issues on Take Profit, Stop Loss and Breakeven with Customposted in General Discussions
@JTCarcil Did you check the value of those variables is correct as the martingale moves on? You should check it via 'comment' block. I guess the problem is there.
-
RE: EA with a sweep of a inside barposted in Questions & Answers
Good. New we move to the nest step: ' we want to see a sweep below the inside bar'. we need a detailed description of what you mean by that. Can you please elaborate?
-
RE: Liquidity sweep (I am going crazy)posted in Tutorials by Users
@algotradr You can share a project this way:

-
RE: Adjust SL & lot size on Trailing orderposted in Questions & Answers
@martymoon120 You will need a variable to store the value of the new lot size. However, I don't fully understand what you exactly mean by 'price moves down towards an ema'. Have you established the specific conditions and calculations necessary to do that?
-
RE: ENUM_TIMEFRAMES error, (╥_╥)posted in Questions & Answers
AFAIK you will need custom code to get that. fxDreema does not include ENUM variables by default.
-
RE: Indicator Alert Message to my phoneposted in Questions & Answers
@moozajung99 You need to do this as many times as different timaframes you need:

-
RE: Is it possible to set trailing stop % as % of the price in the stoplos-take profit mode in Buy now?posted in Questions & Answers
What do you exactly mean by 'percentage of the price'? Do you mean percentage of the TP distance maybe?
-
RE: My text not display/show upposted in Questions & Answers
That's a completely different story. Dashboards are collections of objects. Unless they are absolutely necessary for the bots internal calculations, I recommend to avoid them.
-
RE: Need help, I will pay you for help.posted in Questions & Answers
@alexxxdc Just some advice before asking your question. You need to reorder all block trees according to the order of execution. The block tree opening your trades is ID 210 while those closing are 38 and 83. That means the blot is trying to close trades before opening them.
On your question. Just use a white 'Turn OFF blocks' block leading to the 'launchers' (blocks 210, 11 and 15). However, you will need a 'Turn ON blocks' to reactivate them accordingly.
-
RE: Trailing Stop at multiple lvlsposted in Questions & Answers
@sajjad3245 Those are very short distances. Are you sure your broker will accept them? If the spread is just 1 pip, that can be a problem.
