@trader-philipps how i can use no trade block and limit for buys and sells ? please
Posts made by khalids222
-
RE: How to take one of several buys orders?posted in Questions & Answers
-
RE: How to take one of several buys orders?posted in Questions & Answers
@trader-philipps thank you very much
-
RE: How to take one of several buys orders?posted in Questions & Answers
@trader-philipps you can send me this mq4
I understand the conditions well, but I do not know where the change will be in the right or the left.
It would be better if I sent it
I apologize, but your style is always good.
Can you send me mq4 to eur/usd -
RE: How to take one of several buys orders?posted in Questions & Answers
@trader-philipps

I don’t know what the problem is, but is it possible to put it mq4
for easy understanding, I did not understand it well -
RE: How to take one of several buys orders?posted in Questions & Answers
@trader-philipps
I'm sorry, but I didn't understand it explicitly.
Is it possible to amend it on the project and I will try to understand it in practice?
Thanks for your efforts -
RE: How to take one of several buys orders?posted in Questions & Answers
@trader-philipps said in How to take one of several buys orders?:
Could you reshare your version of the project please if you made any changes to mine?
-
RE: How to take one of several buys orders?posted in Questions & Answers
Nothing has changed. Several purchase orders have occurred
-
RE: How to take one of several buys orders?posted in Questions & Answers
@trader-philipps said in How to take one of several buys orders?:
Not sure if I met the conditions right as they were a bit messy on the shared projects. So check this for principle and adjust to your need. Btw. MACD 1,30,5 flips around the signal line a hell so there will be lots of trades in any way.
thank you very much ,
We are always impressed with your creativity -
RE: How to take one of several buys orders?posted in Questions & Answers
@trader-philipps
Is it possible to apply it directly to the project, please
I am not an expert on that -
RE: How to take one of several buys orders?posted in Questions & Answers
@trader-philipps said in How to take one of several buys orders?:
If you just want 1 buy at a time, use No trade block and linit it to Bues only. Do the same for Sells.
If you want to allow multiple trades in the same direction but not on the same "signal condition" switch off the eg Buy block (or better path) and switch it on somewhere else again if your entry condition is over.
Here an example of what I mean with sitch off / on:Is it possible to give an example of the two cases as well
-
RE: How to take one of several buys orders?posted in Questions & Answers
Before opening any deal, make sure of the previous order if the same order exceeded the condition, if different, open
This is the only addition
The same sizes of current EA .

-
RE: How to take one of several buys orders?posted in Questions & Answers
@khalids222 I mean a volumes of buys and sells, in the same direction, and at the same time I cannot use no trade .
-
RE: How to take one of several buys orders?posted in Questions & Answers
@l-andorrà This EA makes very good profits, but volumes are a problem
https://fxdreema.com/shared/YqcZPNE1d -
RE: How to take one of several buys orders?posted in Questions & Answers
@trader-philipps said in How to take one of several buys orders?:
If you want the sequence buy -sell - buy, you need to count the sell and buy orders and compare them. If you want sells and buys separate, you can use no trade block and limit one for buys and another one for sell types.
No, I did not mean this.
I mean if it was a previous buy, and there was another buy order on the second candle now. Do not buy
Suffice it to the past only. .
Meaning, if the buy is repeated, only the first.
If the sell is repeated, only the first is sufficient.
In order not to consume the balance,
-
RE: How to take one of several buys orders?posted in Questions & Answers
@l-andorrà said in How to take one of several buys orders?:
You should use a 'No trade' block on top of your launching conditions. That way every time a buy is open, no more buys will until it's closed.
But it also does not open a sell in the event of a loss, can I make it open a sell in the event of a buys loss? if i changed group number
-
How to take one of several buys orders?posted in Questions & Answers
In this example here are several buys orders that occurred.
I only need one.
How do I make an EA before opening a second buy order . i need to make sure of the last open order?
If the same thing do not open anything. If it disagreed and there was a sell open it

-
RE: absolute value variableposted in Questions & Answers
@trader-philipps This is exactly required - thanks to everyone and especially @trader-philipps Thank you for your effort - you are always creative
-
RE: absolute value variableposted in Questions & Answers
@trader-philipps @roar Thank you very much: I will try it,
-
RE: absolute value variableposted in Questions & Answers
@khalids222 said in absolute value variable:
MathAbs(buylots-selllots)+lots
https://fxdreema.com/shared/qorMKTySb
Here I tried to place the variable, but unfortunately the following sizes were shown in the image.
I don't know what the problem
.

Sizes differ from reality -
absolute value variableposted in Questions & Answers
I'm trying to put the absolute value of a variable so that the signals are as follows.
1st Signal/Trade: Sell = (initial/new 0.01)= (Previous BUYs (0) - Previous SELLs (0) +1 ) = 0.01
2nd Signal/Trade: Buy = ( Previous SELLs (0.01) - Previous BUYs (0) + 1) = 0.02
3rd Signal/Trade: Buy= ( Previous SELLs (0.01) - Previous BUYs (0.02) +1) = 0.02
4th Signal/Trade: Sell = (Previous BUYs(0.04) - Previous SELLs (0.01) +1) = 0.04
5th Signal/Trade: Sell = (Previous BUYs( 0.04) - Previous SELLs ( 0.05) +1) = 0.02
6th Signal/Trade: Buy= ( Previous SELLs (0.7) - Previous BUYs (0.04) +1) =0.04
7th Signal/Trade: Sell= (Previous BUYs (0.08) - Previous SELLs (0.07) +1) = 0.02But it did not work - how do I put the variables to match the required size
https://fxdreema.com/shared/zQEk0b8ydThis is the required equation
MathAbs(buylots-selllots)+lots
