@alexanderjohnson21 Blocks 137 and 150 are incomplete. You need to specify what HA candle you need, bull or bear.
Posts made by l'andorrà
-
RE: Fib trade helpposted in Questions & Answers
-
RE: Orderblockposted in Questions & Answers
@festus1999 fxDreema is designed for EAs, jot indicators. What you need is an indicator. Probably you'll be able to find surfing on the net.
-
RE: Pifinite Trend Pro Compilation Errorposted in Questions & Answers
@cgammons01 Interesting. Thank you very much for sharing.
-
RE: Minimum SL pipsposted in Questions & Answers
@renatojjs You need to create a separate block structure like this:

-
RE: Bull candle body size.. ask,bid I want her to get the price.posted in Questions & Answers
@yazar-ilyas I'm afraid I don't fully understand what you mean. I see you need a minimum size in pips for the current candle for the trade top be open. But what is exactly the price supposed to do with it? Can you please be more specific?
-
RE: Pifinite Trend Pro Compilation Errorposted in Questions & Answers
@cgammons01 Can you please share the solution, if possible?
-
RE: Use the Balace at 10 pm the day before as variableposted in Questions & Answers
@floko125 You need to store the value of balance first by using a variable:

Once the value is stored, you can use it later to do as many calculations as required.
-
RE: Once per minutesposted in Questions & Answers
@cocco77 Firstly you need to create a constant you can use to insert hoow many second will have to passe between executions. Then you use this block on top of the whole structure to be executed:

Again, you need to do this on the 'on timer' tab.
-
RE: Moving averages added to the RSI windowposted in Questions & Answers
@ladydolares Unfortunately fxDreema cannot do that. The only way to get it is having a custom indicator doing that. Then you can import that indicator into your fxDreema account.
-
RE: How to eliminate stop loss?posted in Questions & Answers
@alex81 You are requiring a trailing stop to be used. No matter the trade has no initial Sl, a new one will be provided by that block.
-
RE: Compilation errors 'return' - function must return a valueposted in Questions & Answers
@chanukonboss Can you please share a screenshot of the error message?
-
RE: Save .csv file to a different location.posted in Questions & Answers
@fabiobioware Not sure what you mean. Can't you install the mq4 file on one specific MT4 platform? All files are ti be installed in the 'expert' folder.
-
RE: DAILY TARGETposted in Questions & Answers
@floko125 Considering that this is a new project, can you please open a new thread for it? Additionally I stronglly recommend you to share the link to the project instead of sharing screenshots. That would help a lot.
-
RE: It does not enter and liquidate. What's wrong?posted in Questions & Answers
@ckjeong Can you please share the link to your project to ckeck it?
-
RE: Canit find the thread explaining how to modify a variable via buttonposted in Questions & Answers
@miro1360 I will test it. Once more, thank you very much.

-
RE: How to make more positions respecting the conditionsposted in Questions & Answers
@ferford Simple remove the 'No position' block on top.
-
RE: What is the correct numbers to enter in Project Options Rules?posted in Questions & Answers
@etmoseley If your EA is planned to be used on forex, simply do NOT modify any of the values by default. They will always work for forex symbols. For all other non forex symbols you will have to insert it separatedly and on a customized way.
-
RE: SSL cross - close trade - NOT WORKINGposted in Questions & Answers
@tatachar Can you please share the link to the project instead?
-
RE: Engulfing candle setupposted in Questions & Answers
@nestrader Are you asking for the way to implement it on fxDreema or in a more general way considering it as a strategy?