I'm not sure that is possible without custom code. You mean clicking an ANY point on the chart, right?
Posts made by l'andorrà
-
RE: I want it to give me the price of that pointposted in Questions & Answers
-
RE: Help needed on how to create a bot based on break of structuresposted in General Discussions
Can you please share the link to your project?
-
RE: What does Ask for buy and bid for sell meanposted in Questions & Answers
That means the reference price to be considered. You can choose any of those options. The second reference price is the open price of the trade.
-
RE: Add to voulume in each grid in pending orders gridposted in Questions & Answers
You can use 5 consecutive 'bu/sell pending order blocks with different lot size each.
-
RE: "Open Parenthesis Expected" compiling error in MT5posted in Questions & Answers
Are you compiling a fxDreema project?
-
RE: Record, gains, loss and operations by day.posted in Questions & Answers
@OntradingX I don't know how to use EXCEL, but you can print the daily results of as many variables as you need bu adding this custom code at the end of each session:

Roar taught me to use it. Then at the end of the day you can open the log folder and find the results there. You'll have to do it on a daily basis.
-
RE: EXECUTE TRADES RANDOMLY OR MULTIPLE TRADESposted in Questions & Answers
Is that the whole project or just part of it?
-
RE: How to have the blocks activate one at a timeposted in Questions & Answers
In your image I see two lines, one thick and the other one thin. Apparently one is the 30 period and the other the 10 period. However, your indicator is using two lines. That means we should see 4 lines and not 2 in your image. I don't understand what you exactly need.
-
RE: I am new to this platform and trying to build an EAposted in General Discussions
Not sure what you mean by 'repeat order'. Do you mean repeating the same open price? the same lot size? both?
-
RE: How to change the color of the objectposted in Questions & Answers
I'm afraid not, sorry. I'm not a programmer. Maybe roar can do it. He's a programmer and his prices are very reasonable.
-
RE: Not entering tradeposted in Questions & Answers
That is not relevant. What you need to do is typing there the specific pip size rule for each no forex symbol.
-
RE: Not entering tradeposted in Questions & Answers
@Katlego-Moraba Then you are using indexes. ;). That is the problem. You need to add the correct pip size on the pip size rules window:

The value will depend on your broker. For example, in my broker it should be like this:
US30 = 1
Try to find the value for your broker, probably like 10, 1 or 0.1. In no case use other values like 20, 2, 0.2.
-
RE: How does Deriv hide the Tick Volume??posted in Questions & Answers
Did you chek the documentation of that custom indicator? Probably the developer can explain that. I don't think it can be fixed with fxDreema.
-
RE: time filterposted in Questions & Answers
You can use the 'time filter' block. There you can specify the beginning and the end of the daily time period you need.
-
RE: ? question regarding MT4posted in Questions & Answers
@pilgrim If no spam/hate speech/Off Topic is included, there should not be any problem.
-
RE: Written Conditionsposted in Questions & Answers
This block is for programmers only. You need to learn MQL4 code to use it. Trust me, if you learn to code you will not need fxDreema anymore.

-
RE: crazy trying to find a news filter!posted in Questions & Answers
My only suggestion is contacting the dev directly.