You can use group number if needed.
I think if you manually close a losing trade, the martingale function loses information, it does not depend on group number
Posts made by ambrogio
-
RE: My EA is automatically using a different Magic number different from what I set.posted in Questions & Answers
-
RE: My EA is automatically using a different Magic number different from what I set.posted in Questions & Answers
I can see you are using a group number also. The group number is always added to the magic number. In your case: 2654+123=2777
-
RE: I want to ask a short question. If the moving value is above 89 price, open a buy transaction after 3 candles, is that correct?posted in Questions & Answers
@suleyman-0 what's not clear here?
@suleyman-0 ok, i suggest you again the setup i showed you in my picture above three days ago, try it and tell me what works and what doesn't work.

Only put your moving average in place of MA 20
-
RE: I want to ask a short question. If the moving value is above 89 price, open a buy transaction after 3 candles, is that correct?posted in Questions & Answers
@suleyman-0 ok, i suggest you again the setup i showed you in my picture above three days ago, try it and tell me what works and what doesn't work.
-
RE: Fix Martingaleposted in Questions & Answers
@XeZe I was aware of this, so i tested it just now. I notice the problem appears on strategy tester only. In live it open 0.001 lot size. Strange but true. But...sadly i don't know what to do. Sorry
-
RE: I want to ask a short question. If the moving value is above 89 price, open a buy transaction after 3 candles, is that correct?posted in Questions & Answers
@suleyman-0 said in I want to ask a short question. If the moving value is above 89 price, open a buy transaction after 3 candles, is that correct?:
this is your initial project, with the error you reported at the beginning. You should fix it

-
RE: I want to ask a short question. If the moving value is above 89 price, open a buy transaction after 3 candles, is that correct?posted in Questions & Answers
@suleyman-0 I think there are some problems of understanding, please explain to me on the graph what you would like to do

-
RE: I want to ask a short question. If the moving value is above 89 price, open a buy transaction after 3 candles, is that correct?posted in Questions & Answers
@suleyman-0 said in I want to ask a short question. If the moving value is above 89 price, open a buy transaction after 3 candles, is that correct?:
@ambrogio This didn't work at all.
please, upload the link to the project
-
RE: I want to ask a short question. If the moving value is above 89 price, open a buy transaction after 3 candles, is that correct?posted in Questions & Answers
@suleyman-0 said in I want to ask a short question. If the moving value is above 89 price, open a buy transaction after 3 candles, is that correct?:
@ambrogio have no idea about this subject, can you show me an example? It is not a difficult system. If there is a 3 candle close after moving goes above 89, take the transaction and will not renew the transaction when you take profit.

-
RE: I want to ask a short question. If the moving value is above 89 price, open a buy transaction after 3 candles, is that correct?posted in Questions & Answers
you can do this by referring to the closing of the candles, if you like:
candle close ID4 < moving
candle close ID3 > moving
candle close ID2 > moving
candle close ID1 > moving
buy now -
RE: '80' - name expected PLEASE HELP ME SOLVE THIS PROBLEMposted in Bug Reports
@suleyman-0 Lot size 0.80 not 0,80
-
RE: Error with Multicurrency EAsposted in Bug Reports
@Epapa pay attention, MT4 tester does not support multiple currencies
-
RE: Cancel if volume too small, because I don't want to round it up to 0.01posted in Questions & Answers
@drankman I think you are using the native function inside the buy/sell blocks, right? In this case, in my opinion, there is no way to prevent the lot from being rounded and triggered. Sure, instead, you can calculate the lot size via formula blocks, then set a lot size condition just above the buy/sell blocks. (These calculations are a matter for programmers)
-
RE: Enter Pending Order at 70% of Candle 0-Candle1 rangeposted in Questions & Answers
@pipsondeck I saw quickly, could it be that the lowest price is needed here, instead of the highest?


