Correct.
Posts made by l'andorrà
-
RE: new value separately in variables on the same candle id 0posted in Questions & Answers
I'm not sure I understand you. Do you need the evolution of tyhe value within the same candle?
-
RE: Asking for signals just to close the candle?posted in Questions & Answers
I'm afraid I do not fully understand you. Can you please provide some more details?
-
RE: How to count boolean variables?posted in Questions & Answers
You will need to create another int variable to do it.
-
RE: How can I create a long wick candle followed by an engulfing candle?posted in Questions & Answers
Do you reallyh need to work on candle ID 0? Its permanent state of change will generate weird results most of the time. Would'nt it be easier to use candle ID 1?
-
RE: indicators to generate signal in forexposted in General Discussions
And can those MA 10, 20, 40 be in any position between them?
-
RE: Stop and start negociationsposted in Questions & Answers
Ok. That¡s a more complex strucxture. Let's move step by step. This is the way tro control that no more than 3 trades will be done per day and thet the EA will not operate after the third one.

Now you need to use a condition block on top of your launching tree saying that ea_operational is true. Then you need to add +1 to the variable 'trades' every time a new trade is open.
-
RE: Currency exposureposted in Questions & Answers
I see. That is an interesting question. Honestly I don't know how to do it. Are roar or miro near here?

-
RE: How to make TP (Take Profit) a variable (based on an indicator) ?posted in Questions & Answers
I used the BB indicator as an example, but you will get the idea:

-
RE: How to make a block pass indefinitely?posted in Questions & Answers
Can you please share your project?
-
RE: Sales Pending orders deleted before timeposted in Questions & Answers
Insert this between blocks 4 anbd 5:

Roar explained that fractals down are 0 so your comparison is always true. This is why they are always deleted.
-
RE: Reset consecutive lossesposted in Questions & Answers
This is the block to check consecutive losing trades:

Embedding it in your project will depend on ytour current structure. Can you please share your project?
-
RE: [Invalid Volume] error when using close partially blockposted in Questions & Answers
You will need to create a variable and then follow the idea here:
https://fxdreema.com/forum/topic/8188/how-can-i-round-a-number
-
RE: How can I create a long wick candle followed by an engulfing candle?posted in Questions & Answers
Before trying any project, can you please define (in pips terms) what conditions are required for that to happen? I say this because there are different ways to understand an engulfing is completed.
-
RE: Rsi Divergenceposted in Questions & Answers
As I don't know what a string for rsi divergence is, I'm not the guy who can help you, but I'm interested in understanding what is that. Would you mind explaining it a bit more?
