how to get basket trades to work..
-
Anyone know how to do a bucket of trades with the local app version that is installed on the computer? There are no bucket blocks--- so im wondering how buckets of trades can be done..
Im looking to have do the following... .all sell trades work together to create a profit of x pips, all the buy trades to work together to create a profit of x pips, and last option-- have all open trades work together to create a profit of x pips ... Of course x is a variable..
Also is there a option to include trade costs into the total amount of trades? So my goal is a end net profit of x dollars..
thanks

-
The desktop version is 1 year old and I abandoned it
I made these Bucket blocks (and other blocks) after that. -
The whole reason i joined this site was cause you had a desktop version.. is there a way to incorporate the updates to the desktop version????
-
I vote for an update for the desktop version and I am sure I am not allone.

I tried both and desktop works smother I can see the source and most guys like me want to keep our ideas on our own computers.Please please please update the desktop frequently. Its ok not to have all updates but sometimes.
-
OK well... telling me that the app isnt updated still doesnt answer my question on why buckets arnt working.... Right now (on the web version) im trying to have all my buys work together for a common take profit.... Same with the sells..
Trade 1=buy
trade 2= buy
trade 3 = buyclose all trades when they equal a total of x pips...
In the bucket block there isn't a simple take profit when bucket "=" veriable
So how do i do a true bucket trade?
-
Bucket blocks only create lists of trades. Then these lists can be read and different values can be obtained. Here is the example: https://fxdreema.com/demo/mt4-bucket-trades
Blocks such as "Close profitable trades" does not care about the lists that Bucket blocks created. These blue blocks are just doing their job and they are self-sufficient.
-
ok... so if i understand.. bucket blocks only create a list of all trades and give info about that list..
How can i can i do a true basket of trades.. where a group of trades all work together to reach a common pip/dollar goal?..
trade 1=buy (is negative 2 pips)
trade 2=buy (is positive 10 pips)
trade3=buy (is positive 17 pips)total pips is x (25)... and all trades are closed..
-
Check profit (unrealized) -> Close trades
Again, each of these blocks does it's job and don't care about the other, I mean they are not "connected". But if you are using the same filter settings - group, market and so on - the Close trades block will close those same trades that were checked in Check profit (unrealized)