Then I'm afraid you will need custom code. AFAIK that ABCD structure is not available on fxDreema by default.
Posts made by l'andorrà
-
RE: I need to know how to setup a Fibonacci Zig Zag EAposted in Questions & Answers
-
RE: Is self promotion allowed?posted in Questions & Answers
You need to asks for the explicit admin's permission first. You can contact him here:
https://fxdreema.com/support
Sadly, he can take up to one week to report. Are you paying a subscription? That is always more recommended when contacting him. -
RE: Support, resistance and pivot linesposted in Questions & Answers
Do you really need to see the lines? That will make a very cumbersome code in fxDreema that will be terrible to optimize. Using variables will hide the lines but will make the code far more efficient.
-
RE: HEDGE COUNT NO WORKINGposted in Questions & Answers
Then you need to add a condition block in between both of my example requesting the lot size to be less than 0.16 (your fifth hit). If it is true it moves on as per my example. If not, the variables is reset to 0.01
-
RE: I NEED HEGDING EAposted in Questions & Answers
Do you mean one trade per point? Are you sure your broker can accept that?
-
RE: Trailing take profit stopposted in Questions & Answers
I agree with jstap. His approach is far better IMHO.
-
RE: trigger sell along with conditions only if price has risen 1% in the last 24hposted in Questions & Answers
You need variables to store that information from yesterday and then using it today. Are you familiar with variables?
-
RE: Martingale Strategy With Opposite Direction Tradesposted in Questions & Answers
Agreed. Probably that's the best solutions.
-
RE: Using 'Modify Stops' block to risk a fixed amount of cashposted in Questions & Answers
There is no block doing that AFAIK. I'm afraid you will have to use custom code.
-
RE: Wrong volume on us30 and ndx100posted in Bug Reports
Can you please share the link to the project to review it?
-
RE: My conditions not workingposted in Questions & Answers
I see no issues at a first glance, is this the whole project or just part of it?
-
RE: TURNING A MONEY MANAGEMENT SEQUENCE INTO A LOOP AFTER A MAXIMUM LOT SIZE IS REACHED.posted in Questions & Answers
Correct, this is why you need all those variables. You will store the value of the next variable into the previous one. You can also use a counter variable controlling that, but it would make it more complex.
-
RE: Close allposted in Questions & Answers
@vish And then connect a blue 'delete pending positions' block below that 'close positions' as per vish example.
-
RE: Trailing take profit stopposted in Questions & Answers
Then you need a specific structure to do that by using the pink blocks.
-
RE: A bug with the Modify Stops blockposted in Bug Reports
Thank you for sharing. You contact the admin directly to let him know. That will be faster.
-
RE: HEDGE COUNT NO WORKINGposted in Questions & Answers
@YOUUNMEE You should substitute blocks trees 15 and 34 by this block trees in the 'on trade' tab instead:

-
RE: Martingale Strategy With Opposite Direction Tradesposted in Questions & Answers
No martingale based bot is profitable in the ling run. I strongly suggest you to find a real trading strategy instead.