2 questions
-
If you want to use it before the Condition, yes

-
i know it sounds obvious, but i had better should said break even and trailing blocks instead of conditions blocks, because that is more confusing.
What i did and expect it to work is:
one pass block with id block=1 and connected to 2 formulas blocks, then an other pass block with id block=2 connected to trailing and break even blocks, and then i use the 2 results on the trailing stop. And on formulas block i used constants on one of the numeric valu parametres. Is that ok? because instead i will have to wait until a trade is activated on the vps to verificate this
-
sorry for so many questions:
do u think this expert will work properly?
https://fxdreema.com/shared/XlnxoYBjbwhat i need is:
1: check all the conditions block and if there is no trade running it will open a buy,
2: then all the time will be checking the current running trades though the for each trade pink block, from the newest to the oldest if the profit on money of each one is greather to "constant" or 10usd. If these profits are greather to 10usd then it will check the conditions blocks below and then if passes will buy.
-
last one ...
If i have an ea on eurusd chart, and an ea wich will work only as a trailing stop (also the question is if it was a break even ea instead a trailing stop ea) on an other eurusd chart. If they have different magic numbers although they are on the same chart, the trailing stop ea will modify the stop lose of the other normal ea?
many thanks for ur answers,
-
__sorry for so many questions:
do u think this expert will work properly?
https://fxdreema.com/shared/XlnxoYBjbwhat i need is:
1: check all the conditions block and if there is no trade running it will open a buy,
2: then all the time will be checking the current running trades though the for each trade pink block, from the newest to the oldest if the profit on money of each one is greather to "constant" or 10usd. If these profits are greather to 10usd then it will check the conditions blocks below and then if passes will buy.[/quote:1dpycw09]
Block 31 will pass after blocks 27 and 29. It will be better if you put this formula somewhere above the block where it should be used. Otherwise you will not have fresh information.
Using these pink blocks, I think the EA will start to buy, buy, buy... Because when you have a trade with profit > PROFITUSDNECESARIO, this will be fact for more than a single tick. I will suggest to put "once per trade/order" after block 30.
-
__last one ...
If i have an ea on eurusd chart, and an ea wich will work only as a trailing stop (also the question is if it was a break even ea instead a trailing stop ea) on an other eurusd chart. If they have different magic numbers although they are on the same chart, the trailing stop ea will modify the stop lose of the other normal ea?
many thanks for ur answers,[/quote:3is7z6cn]
Trailing stop blocks has settings. It can be set up to do that or not to do that. By default it will only take care of trades with the same magic number. -
Hi the ea is working pretty good, enough to make a blog with it..
http://unitedcapitalmanagement.blogspot.com/
if i have succes i will pay the full version to make the ea in just 1 part and not in 5 how i had to do it...
-
__
Using these pink blocks, I think the EA will start to buy, buy, buy... Because when you have a trade with profit > PROFITUSDNECESARIO, this will be fact for more than a single tick. I will suggest to put "once per trade/order" after block 30.[/quote:3seu9pua]
What i dont understand is if i use the block once per trade/order, it will passes once per order running at every tick? So it will check every tick all the trades running and if one is above certain amount it will passes? Or with this block it will passes just once per ber? or it will pass only one time in the hole life of the trade? im thinking that is the last i said whats correct...
pd: im using the full version
no more 5 projects for 1 ea hahahaha -
Also with block "pips away from open-price"
I dont get the difference with the settings: Trading model, chart model and double-sided model (absolute distance) of that block. If u can explain me a little bit ... thanks -
__Also with block "pips away from open-price"
I dont get the difference with the settings: Trading model, chart model and double-sided model (absolute distance) of that block. If u can explain me a little bit ... thanks[/quote:3g56f82v]This block is universal, it works for buys and sells. But you know that there is significant difference between buys and sells - they are reversed. What is positive for buys, this is negative for sells.
Trading model:
- Pips away = Ask - Open price (for Buys)
- Pips away = Open price - Bid (for Sells)
Double-sided model (absolute distance):
- Pips away = the absolute positive difference between Ask and Open price (for Buys)
- Pips away = the absolute positive difference between Bid and Open price (for Sells)
Chart model:
- Pips away = Ask - Open price (for Buys)
- Pips away = Bid - Open price (for Sells)
-
Using these pink blocks, I think the EA will start to buy, buy, buy... Because when you have a trade with profit > PROFITUSDNECESARIO, this will be fact for more than a single tick. I will suggest to put "once per trade/order" after block 30.[/quote:1xhge8hd]
What i dont understand is if i use the block once per trade/order, it will passes once per order running at every tick? So it will check every tick all the trades running and if one is above certain amount it will passes? Or with this block it will passes just once per ber? or it will pass only one time in the hole life of the trade? im thinking that is the last i said whats correct...
pd: im using the full version
no more 5 projects for 1 ea hahahaha[/quote:1xhge8hd]
Once per bar is straight forward. This block passes once only when it detects that the current bar is new for him. Each Once per bar works for it's own, so every one of them can pass once for every new bar.
once per trade/order is to be used in a loop, it does not care about price and bars. It has memory where it writes tickets. If the current trade/order does not exists in it's memory, it will be written there and it will pass once. Again, each once per trade/order has it's own memory. -
It is funny that i didnt realise that about the pips away from open price, is so easy...
-
i have an other question with this block pips aways from open price.. i mean i use the trading model and use i.e. 10 pips, but what happens if price is 20 pips when is the time of that block to passes? Is it necesary that rpice have to be ONLY 10 pips distance between open price and current price? or can be more than the 10 pips i set up?
thanks
-
No, it is not exactly 10 pips, it is at least 10 pips... it can be 12, 20, 200...