@nsn You're welcome.
Posts made by l'andorrà
-
RE: Hi I'm new. Need help with EX4 type indis and ENUM values.posted in Questions & Answers
@johann-0 Did it fix the problem?
-
RE: Bollinger Bands, Stochastic and EMA cross for Buys and Sellsposted in Questions & Answers
@gurpals Here you have my first suggestions:
- Select candle ID 1 on all operands of all 'condition' blocks.
- Disconnect block 6 and create a new separate block tree by connecting it below a 'Pass' block.
-
RE: Continuation Tradesposted in General Discussions
@gwydaer Then you need a profound reestructuration of your project. You wil need (at least) the following:
- Storing the initial values of all 'initiating' trades into variables.
- Creating separate groups for 'initial' and 'continuation' trades.
- Selecting different groups for exiting conditions. Some belonging to the 'initial' and others to 'continuation' trades.
Are you familiar of creating groups?
-
RE: Changing text of the Variable on MT4 platformposted in Questions & Answers
@nsn You need to create as many Constants as input variables you need. I recommend you this instructions page to do it:
https://fxdreema.com/instructions/builder/constants-and-variables
Then simply embed each Constant in the required position of the block.
-
RE: Hi I'm new. Need help with EX4 type indis and ENUM values.posted in Questions & Answers
@johann-0 Whenever possible try to import the mq4 file and not the ex4. fxDreema does not work so well with ex4 files.
-
RE: Custom indicator supertrendposted in Questions & Answers
@miki Please do not use the super trand indicator. It repaints! Your backtests will never be reliable if you use it.
-
RE: Help required for EA development & Learningposted in Questions & Answers
@gwydaer I already answered you previous thread for this question. Please select just one of them and don't duplicated threads.
-
RE: Trail Stop for multiple Tradesposted in Questions & Answers
@econsulttt Then I'm afraid you will need to create a loop to calculate that 'average' SL level. That is not an easy thing to do, or at leats I don't know how to do it, honestly. Probably with a loop, but I'm afraid that goes beyond my knowledge, sorry.
-
RE: How can I add details including symbol,Time frame,...to my alert messageposted in Questions & Answers
@hamid1991king I already answered you previous thread. Please don't duplicate threads.
-
RE: How can I add details including symbol,Time frame,...posted in Questions & Answers
@hamid1991king You can do it this way:

-
RE: Bollinger Bands, Stochastic and EMA cross for Buys and Sellsposted in Questions & Answers
@gurpals Have you created a first project? If so please share its link here for us to review.
-
RE: I need help with my EAposted in Questions & Answers
@omerkarabay Are trades closed as soon as the opened? I don't see it clearly in your screenshot. And you don't need to use those pink blocks 'pips away...' You can select that same % SL option within the 'break even' blocks.
-
RE: Wrong Take Profit was Place by the EAposted in Questions & Answers
@01punchman Oh, boy. That is for real programmers, not for me I'm afraid!

-
RE: Finally , Integration of News Filter :) [ MT4 Only ]posted in Tutorials by Users
@padletut Impressive!!!
Thank you very much for sharing. -
RE: orders that are executed below the levelposted in Questions & Answers
@esteban_d How may we help you?
-
RE: Doji Heiken Hashi - Help me to identify it pleaseposted in Questions & Answers
@swieng That depends on your current structure. Do you know how to store values on variables? Once stored you simply compare them with condition blocks.
-
RE: Continuation Tradesposted in General Discussions
@gwydaer Are you sure that custom indicator works properly? I don't see the red buffer available.
-
RE: How to arrange the block "AND"posted in Questions & Answers
@zedeai2 Not sure what you mean. Can you please specify the case you are looking for?
