work in one per tick
-
@khalids222 I think something like this is close to what you want:
https://fxdreema.com/shared/zbecete9eThere's going to be problems, though.
- Brokers have a limit of total open orders, usually 150-200
- Most of price movement is consolidation in place, meaning you will have lots of both buys and sells in loss.
I do get a lot of requests, and I have to postpone and then I forget some of them...
-
@roar Thank you for your efforts, your ideas are always creative.
-
@roar But how can I stop trading in the event of buying when the price goes down from the top to the bottom?
IF zero line 100 & The price reached 120 and then returned to 100
In this case, I want to stop trading when the price exceeds the last open position down, if buying
As well as stopping trading in the event the price exceeds the top in the event of selling -
@khalids222 the system does stop opening when price comes back i.e. it only trades when the candle makes a new extreme
-
@roar

If it cannot be stopped, can it be transferred from buying to selling.
The last question: Can I even if I approximate the number of ticks, so that the buying or selling is made when the ticks reach 100 ticks, for example? -
@khalids222 I dont understand what you mean by stopping or reversing from buy to sell, how should the EA know the turning point...
-
@roar Suppose that the basic condition for the work ea close0> open0
Suppose close0>close1 = 100
Will start buying from here = 100.01 Suppose the price has reached = 120 at this point the price starts to go down again to =100
Under =100 Will start sell .I'm talking about the distance between 100 to 120 In the case buy .
The last buy deal will be opened on 120 And the price started going down At this moment, a buy will be opened as well .
I want to loop every time the price is lower than the last position opened the deals are stopped.
So as not to open a buy and the price goes down. -
@roar you can a look to https://fxdreema.com/shared/SRgRxcG1c
-
@khalids222 so the EA will buy every new tick, as long as current candle is bullish?
Otherwise my example should be pretty close -
@roar As long as the bullish candle is buying and directly behind it, I will close every profitable buy if a dime is.
With every new deal opened, the previous deal is checked, if it is greater than the new one, it is not a problem.
If it was smaller than the one before it - meaning that the price fell, the purchase would be stopped. vice versa -
@roar I like your method, and I'm trying to understand this formula?
Can you explain it please?
-
@roar I understood after the effort
You are really creative. Thank you, we always learn from you Deserve
