Not sure I fully understand. Do you mean using char buttons to choose buys and sells? I don't get that 'per profit/per loss' part.
Posts made by l'andorrà
-
RE: How do you make a buy/sell switcher ea?posted in Questions & Answers
-
RE: how to have candle behind buttonsposted in Questions & Answers
This feature is not working for ages. I said to the admin but to no avail. Could you please open a thread on the bugs forum? I will support it there.
-
RE: SAME EA ON DIFFERENT CHARTposted in Questions & Answers
Just select different magic number for each one of them.
-
RE: Total Number of Consecutive Lossesposted in Questions & Answers
Do you mean you found the solution? In that case could you please change the status of the thread to 'solved'?
-
RE: cutom indicatorposted in Questions & Answers
You can do it on fxDreema as a custom indicator only. If you find it, you can import it into your projects normally. However, not all custom indicators are compatible with fxDreema.
-
RE: trailing stop modificationposted in Questions & Answers
But then it is not s true trailing stop. You can do it, though. However, you need to be very precise when defining 'when price goes back'. You wil need to explicitly determine the distance in pips when that happens. But what's the point of moving the SL back after moving to BE to close to current price?
-
RE: Awesome Oscillator Divergenceposted in Questions & Answers
Then you can use the 'for each object' loop to find the last line created. You can use any standard 'condition' block below it to filter that last line.
-
RE: Please Help With This Problemposted in General Discussions
what you need is not difficult if you use a logic variable (yes/no) to stop buying and then selling. However, I don't see the logic of buying until there is profit and then selling. What is the point of that exactly?
-
RE: What's wrong here ?posted in Questions & Answers
Price offset is too short. Brokers don't accept that usually.
-
RE: How can I use Indicator Levels ?posted in Questions & Answers
Doesn't sound very complex. Can you share the link to your project?
-
RE: How do I enter percentage?posted in Questions & Answers
@Ideal I replied to your question on your thread. Please don't use other users threads to as the same question.
-
RE: How do i make an EA to work the next day?posted in Questions & Answers
You will need a structure like this:
-
RE: Please Help With This Problemposted in General Discussions
Is this the whole structure or just part of it? If this is all the problem is that the blocks on top of the buy block will always be executed first when there is not trade open now. As soon as there is a buy open there will never be a sell because of that 'no trade' block.
-
RE: Comment Colorer l'espace entre les Bandes de Bollingerposted in General Discussions
I'm afraid I don't speak French. I speak Catalan and Spanish if that helps.
-
RE: trailing stop modificationposted in Questions & Answers
What do you exactly mean by 'after activating the trailing stop Sl it immediately moves to the entry price'? Do you mean moving the SL to BE as soon a trade is 1 pip in profit? That's too close to current price.
-
RE: BUG ??? Invalid price (10015)posted in Questions & Answers
Can you please share the link to the project? Apparently it's trying to open to many pending orders.
