@des-3 You can just type the name as is appears on your terminal in the pip size rules section.
Posts made by l'andorrà
-
RE: Pair nameposted in Questions & Answers
-
RE: No trade block works for multiple charts?posted in Questions & Answers
@yyaanniicckk You will definitely need a programmer, I'm afraid. And thanks for your kind words.

-
RE: EA multischeduleposted in Questions & Answers
@ontradingx Your logic is correct, but you should move all blocks to the 'on tick' tab. Otherwise the EA will not be able to recognise when it is supposed to activate those hours. The 'on timer' tab is used to execute blocks at specific time segments (every 60 seconds by default). You need the ticks for teh EA to now when 08:00 is now, for example.
-
RE: MT5 to Telegram groupposted in Questions & Answers
@bhadzlagayan It is not a trivial project to do. Here you have a useful link:
https://fxdreema.com/forum/topic/6716/mt4-to-telegram-group/5
-
RE: make ea from this custom indicatorposted in Questions & Answers
@stantham Firstly you need to import it into your fxDreema account. Here you have some useful tutorials:
https://fxdreema.com/forum/topic/4208/tutorial-06-my-indicators-in-fxdreema
https://fxdreema.com/forum/topic/9105/tutorial-working-with-ex4-ex5-indicator-fileOnce done, we can begin.

-
RE: multipleposted in Questions & Answers
@abdallah-1 Essentially you need a martingale. Trust me, they never work on the long run. But here you have a fully functional example of a martingale to try:
-
RE: EMA bot does weird entriesposted in Questions & Answers
@sinister Can you please share the link to your project to take a look at it?
-
RE: No trade block works for multiple charts?posted in Questions & Answers
@yyaanniicckk It will only stop those trades on the active chart. An EA cannot stop actions taken by another EA on another chart unless you connect them via logic conditions, for example.
-
RE: Why isn't my Ea putting tradesposted in Questions & Answers
@winson You are requiring that the new top/bottom in trend happen at the same time that candle template is happening on candle ID 0. That is extremely unlikely to coincide. You shoul use less rigid conditions probably.
-
RE: Multicurrency trader where pairs can be toggled on and offposted in Questions & Answers
@daverazon You can create as many different boolen Constants as planned charts. Then each one will be selectable by a true/false input parameter when moved on the chart. Internally you will have to link each Constants to the appropriate symbol, of course.
-
RE: Just purchased a subscriptionposted in Questions & Answers
@icatchpipsdaily I'm afraid not. This is the weakest point of fxDreema. You will need to learn by reading this initially:
https://fxdreema.com/instructions
https://fxdreema.com/howtoAnd then spend days and days asking for help in these forums. If you share your strategy I will try to help you begin.
-
RE: Do groups work for all ea's opened on mt4posted in Questions & Answers
@yyaanniicckk Correct. Group numbers will be added to that new magic number.
-
RE: How to do include in "Custom MQL code" ?posted in Questions & Answers
@mndiarra Not sure if someone created any totorial for that. I'm not a programmer, though. I guess you will need a real one for this.
-
RE: Lot sizes and TP errorposted in Questions & Answers
@gtoat777 Can you please share the link to your project to take a look at it?
-
RE: 3 Moving Averagesposted in Questions & Answers
@ladydolares Then you need a more complex structure. You need a variable (a boolen one, for example) used to identify when condition 3 happened. That will change the variable from false to true. Then you can use a standard 'condition' block requiring that condition to be true before all other conditions are checked. And don't forget to reinitialize it when necessary. I hope this helps.
-
RE: miro1360 help pleaseposted in Questions & Answers
@alphaomega It looks pretty good. Good for you!
