about open reverse order with multiply lot size from previous trade
-
@fxdreema ... Hi. I have a simple set of blocks ON TRADE. Both are TRADE CREATED (One is for Sell trades, other is for BUY trade). Under each of these TRADE CREATED blocks I am placing a reverse pending order. I have filtered the SELL and BUY trades using GROUP#.
So there is following (4) BLOCKS
(1)ORDER CREATED (SELL) ------> (2)BUY PENDING ORDER
(3)ORDER CREATED (BUY) -------> (4)SELL PENDING ORDERThe Problem is that the Blocks (1) and (2) work perfectly and every SELL TRADE that gets triggered creates its reverse buy order. But Blocks (3) and (4) do not do that even though it is an EXACT REPLICA of the same.
What could be the problem?
-
how to create block with comment example like below?
buy0.01
market go down again itthen ea set pending sell0.03
12 pips away from buy 0.01once market hit sell0.03 n going back up
toward the buy0.01the ea set pending buy 0.09 10pips away from sell 0.03
(2pips below buy 0.01)+++++++++++++++
my current problem is how to
1)open pending order with multiply lot size from last running trade
2)set open pending order centain pips away from last running tradecan some one show me how.. pls ^^

-
You can open pending order at the time when a trade is created. Otherwise here is some example that I made for someone lately - https://fxdreema.com/shared/vOGLv415 It shows how to get data from one trade and use that data when creating pending order
-
with that method the previous running trade must hv stop loss right?
but i dont want any of my running trade hv sl
++++++++++++++++++++++++++
running trade
buy0.01 will negative of 10pipshit open order sell 0.03
(that set with buy0.01 go against it)when market trigger the seller 0.03
n go backup toward buy0.01
if set pending buy 0.09
sama level with buy0.01
mean i hv total 2 trade running at the sama time
buy 0.01 & pending buy 0.09
sell 0.03may i know how to do so?
can i do it with ur ea builder?^^ tq -
1 more question
how to open an other pending if currenty pending order is been trigger by market^^?
example:
pending sell 0.02 is activated
then place new pending buy 0.03once pending buy activated
then place new pending sell 0.04how can i do so?^ ^
-
There is no single answer to these questions. Not to mention that I hardly understand what you want to say.
1 - under "on Tick" with blocks like "No trade", "No trade/order", "No pending order" you can check the current state of trades and orders and create trades and orders. These blocks have filters and you can make different scenarios.
2 - under "on Trade" you can detect one-time events - when trade is opened or closed, when pending order is placed or deleted, and others. At any of these moments you can create/modify/delete any trades and orders. The disadvantage is that these "on Trade" events happen just once. I personally prefer to find a way to make things under "on Tick" first, and only if I can't, I would do something under "on Trade"
-
fxdreema only for 24month?
do u offer life time price ?^^
just want to know ^^ tq -
Not even 24 months, the max is 12 months. This is because it's a website and since the beginning I was thinking like this - What would happen if someday the website goes down for whatever reason? Then if there are people who paid for life will be very mad. So it's better to have some relativerly short max. limit of time. I of course have no intentions to stop it, but who the hell knows something about the future.
What would be the lifetime price? This is also interesting question. Because another of my thoughts was, If I decide to do that, the price should be similar to the price of other EA builders out there. I don't want their owners to hate me too much, because I have something that is much cheaper. But even now, fxDreema is cheaper than other EA builders I believe.
Also, the idea is to make EAs faster than 1 year. Some people reported that they did profitable EAs with it, so I guess this is possible. And what is less than 100 dollars for 1 year if you have a profitable EA that can make those 100 dollars for days or weeks

-
Can you please create a new thread instead of retaking this old one? And sharing your current project would also be appreciated.