This EA placing orders but not working properly,,,,WHy,??
-
-
@rezwan2513 All blocks under sell should be in a separate tree, pink should be in a separate tree, you need to add more info as to what your problem is.
-
Try like this
-
@jstap
https://fxdreema.com/shared/TkogSijP
..
Watch this,,,, is this correct,? -
@rezwan2513 Block 9 and 10 need to be separated and a 'for each trade' block should be used on top of block 10 as a separated block tree. Same with blocks 4 and 6. They need to be positioned as separate independent block trees.
-
@karthiiy https://fxdreema.com/shared/wcHVeH38b
watch this,,,,, If I right or wrong -
@rezwan2513 10 & 8 should be under 4,all blocks should be connected to something.
-
@jstap Please,,,make these under 10 blocks and share to me,,,,It will be very helpful,....My target is to make a DCA bot ExAd which can average out the total position and automaticaly modify the take profit target...
Suppose my first base order should be 1% of my total balance and take profit target is 0.15% from initial base order,,,,,Now below 1%, I need a safety orders or pending orders with the size of 2% of my total balance,,,,,,,when price fall 1%,,,,the total position will be 3% of my balance and the take profit target need to be automaticaly modify to 0.15% above of average price,,,..
Please ma these under 10 blocks and share me...Please -
@rezwan2513 You do it, put block 4 on top of 10 & 8, make all blocks on your project connect to something.
-
@rezwan2513 Two models given for your reference. First image is if you want to place trial orders. Second one is if you want to place limit and stop orders.


-
-
@jstap https://fxdreema.com/shared/6XsQEHVQb
as like this? -
@rezwan2513 Would be more like this

-
@jstap My target is:
Suppose I have 100$ on balance,
Now enter a trade with 1$ margin in gold at 1900 price when condition is RSI less than 70.
Set it's take profit to 0.2% above,,,that means take profit at 1904.
Now set 7 additional pending orders.
first pending orders will be below 1% of entry price, that means 1881. with 2$ margin....
2nd pending orders will be 2% below the entry price,,,means 1862,,, with 4$ margin.
3rd pending orders will be 3% below the entry price ,,, means 1843,,, with 8$ margin.
to be continue .... each pending orders volume will be double the previous one.
And Most importantly when take profit no achieved but a pending orders hit, then take profit target needs to average down also. that means take profit target should always be at 0.2% above the average price.....Hope you understand me,,, -
I am trying to do the same thing pretty much.
I think it's weird this function is not available in fxdreema, DCA is pretty popular i think.
the goal is to start a trade and at the same time set a number of limit orders below it. in case price drops you can add to your position at a lower price, lowering the average cost of your position with it.
for example:
i buy 1 unit @ 10usd and i want 10% profit. So i set a sell at 11usd
price drops to 5usd and i buy another unit, i now have 2 units i payed 15usd for in total, or 7.5usd per unit.
to now reach my 10% profit goal i can sell those 2 units together @ 8.25 and make 1.50usd on my 15usd investment.when using the grid function it creates simply a number of limit buys and at the same time corresponding limit sells. this does not dollar cost average the position, it simply posts multiple orders at the same time.
The objective is to set 4 limit buys with a single take profit. And every time a limit buy is triggered, the sell moves down to where i can sell both buys at the same time for the original profit.does anyone know if this function is available in fxdreema, or how to create this easilly? It is a pretty important function i think.
i'm new to this platform so made a simple test tree to see how functions as well as the grid function worked, but it doesn't do the dollar cost average i am looking for.
https://fxdreema.com/shared/sDtax3rsbthanks for your help!
-
I'm afraid there is not fxDreema function doing it the way you want. You should build a specific structure for that and it would be 'easy' or trivial. On the contrary, it would need time and effort. Sorry for the bad news.

-
@BaronvonLimbourgh hi, you can actually create any strategy as long as fxdreema 4 supports the transaction. All you have to do is set your mind free.
this is the strategy you describe (which I understand).
https://fxdreema.com/shared/j1ArbYSse
It adds the opening price of each opened position and divides it by the number of positions to create a take profit variable.
A reverse (sell) position flow should be added to this strategy and alternative solutions should be produced for the open positions to be reversed. My suggestion is to manage it with a hedging system.
Let's work on it a little more, there is light here.

