HEDGE COUNT NO WORKING
-
Good day team, l have tried to use the fxdreema to build a simple hedging strategy using the betting: matingal/paroli feature the Buy/Sell and also the pending sell and buy... But the Reset after how many losses is not working....
What is wrong? OR is there any other way to achieve it.. Pls l need help. Thank you so much for being there.
-
Can you please share the link to the project to review it?
-
PROJET BRAND MODIFIED USED small 98.mq4
So the trade count is 4 and also in the pending order you see reset after how many losses is also 4. so if you start at 0.01 it should stop at 0.08. But you see it going it going beyond.
-
Any help will do... pls.
-
Link not the MQ,: project screen-projects-create shared link-open in web browser-copy address bar and paste here
-
Alright... https://fxdreema.com/shared/aO3m2omY
Thank you
-
@YOUUNMEE You should substitute blocks trees 15 and 34 by this block trees in the 'on trade' tab instead:

-
Its didn't work effectively.. when tested it long enough it moved pass the count of 5 l stated... So it does 0.01 0.02 0.04 0.08 0.16 0.32 0.64 1.28... So its still doesnt stop at the count of 5.
-
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
-
I think it seems l don't understand how to do what you are asking me to do... But l tried what l think you meant by using the trade count block and the formular block. But it still didn't work.. It stays for a long time after which is past the number l indicated.. l think l need help to achieve it... Please can you help me with any sample...
-
In that case you will need to use variables instead. Are you familiar with variables?
-
Yes l am familiar with variables infact l used variables for the formular... to work. It will be best if there could be any sample for this purpose thats used before...
-
You need a structure like this I used here for a very similar case:
-
I have gone through it but couldnt get it to work at all.. It enters just the fist order and couldnt run the other orders.... So it enters the lot size of the first condition... 0.01 but all other others it doesnt run them..... Seems like l am getting something wrong..
-
@YOUUNMEE Could you please share the link to the last version of the project?