@cmuphyfx Thank you so much for the help I think this works. I'll let you know about the result. thanks
Posts made by nasserminaei
-
RE: Deleting pending orders with time filterposted in Questions & Answers
-
Deleting pending orders with time filterposted in Questions & Answers
I have an EA generating sell limit pending orders. the problem is that I want to keep only 2 of them ( the most recent ones) and delete the older ones as those levels are no valid anymore. I have tried to use 'delete pending orders' block but it doesn't have the feature to filter deleting orders by the time they have been put on the chart.
-
RE: How to draw Fibonacciposted in Questions & Answers
@jstap Yes, that makes it a little complicated. thanks

-
How to draw Fibonacciposted in Questions & Answers
hi, Is there any way to draw fibonacci Retracement on the chart? I see the block but I don't know how to set the high and low
here is a link to the project :
https://fxdreema.com/shared/qKWUbPDB -
Check profit with 2 different conditionsposted in Questions & Answers
Hi, I have an EA which works on 2 different conditions. both working based on MA. one by orders betting against MA and 1 by orders in direction of the MA. there is no Price level TP. I use 'check unrealized profit' block to close orders. I want to have this block calculate the profits of theses 2 kinds separately not just reading the P/L number. how can I do that?
-
RE: How to reset bucket of trades?posted in Questions & Answers
@l-andorrà Thank you, I'll try to see how it works
-
RE: How to reset bucket of trades?posted in Questions & Answers
@l-andorrà in my strategy for every 10 open trades I want to hedge by opening an opposite direction with the size equal to the last 10 open trades. I use bucket of trades as you see in the link below. what happens is that I don't know why but it keeps opening trades and I want to reset the process when all the positions are closed. so here are the problems: 1. how can I hedge every 10 open trades by opening 1 opposite direction? (sometimes 100 trades will open in a row when there is a strong trend) 2. how can I reset the whole thing when the bunch of trades are closed( TP is based on Dollar).I think I'm using wrong blocks because it doesn't generally works.
https://fxdreema.com/shared/idR8f8R5 -
RE: How to reset bucket of trades?posted in Questions & Answers
in my strategy for every 10 open trades I want to hedge by opening an opposite direction with the size equal to the last 10 open trades. I use bucket of trades as you see in the link below. what happens is that I don't know why but it keeps opening trades and I want to reset the process when all the positions are closed. so here are the problems: 1. how can I hedge every 10 open trades by opening 1 opposite direction? (sometimes 100 trades will open in a row when there is a strong trend) 2. how can I reset the whole thing when the bunch of trades are closed( TP is based on Dollar).I think I'm using wrong blocks because it doesn't generally works.
https://fxdreema.com/shared/idR8f8R5 -
How to reset bucket of trades?posted in Questions & Answers
hi, i need to know how to reset the 'bucket of trades' block . any idea?
-
RE: گروه روبومستر سلیمانی خواهposted in Questions & Answers
سلام وقت بخیر دوستان کسی میدونه چطور باید یک متغییر رو در قسمت اینپوت آورد که بشه از متاتریدر عددشو تغییر داد؟
-
RE: How to put a variable into constant sectionposted in Questions & Answers
@Uriel-0 thanks, let me try to see if i can fix it
-
RE: How to put a variable into constant sectionposted in Questions & Answers
@Uriel-0
but in this example 'VAR_MA_SL_SHORTS' is not listed in the 'input' section in MT4 when you want to run the EA. I want to optimize the initial lot size and I want it to appear in the 'input' section in MT4. thanks -
RE: How to put a variable into constant sectionposted in Questions & Answers
@jstap
but I can't see it in the 'input' section while using the EA. I want to be able to change the initial lot using the ea. I can't use the optimization feature as the variable is not listed in 'input' section in MT4 -
How to put a variable into constant sectionposted in Questions & Answers
I have to create a variable to calculate the initial lot size but I can't see it in the EA input section while using the ea. I think i need to define a constant for it. i don't know how to set a variable value for a constant section
-
Repeating conditions in 'on trade' tab.posted in Questions & Answers
I am trying to use a customized martingale money management. I have set the parameters in 'on trade' tab and it works well. the problem is that it runs only once and it doesn't repeat. I tried the green block 'once per trades' but didn't work. any idea on what block or way to repeat the parameters in 'on trade' tab?
-
RE: Costumazied Martingaleposted in Questions & Answers
the 'formula' block doubles the lot size and the 'modify variable' resets the lot size
-
RE: Costumazied Martingaleposted in Questions & Answers
@jstap
I have tried to do what you mentioned and came across with this. still it doesn't work the way i want
-
RE: Costumazied Martingaleposted in Questions & Answers
@jstap
I have tried but somehow it doesn't work.
this is the link to the project. shall i kindly ask you to have a look. the idea is as long as consecutive losses happens it doubles the volume and for every profit trade it reset the lot size to 0.1 -
Costumazied Martingaleposted in Questions & Answers
Hi, Is there any way that you could use martingale to work according to consecutive profits and losses. for example if you put the value '2' for 'multiply on profit' feature it will reset the volume after generally 2 wining positions. I want to reset if only in case of 2 consecutive wins.
