@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
Posts made by ambrogio
-
RE: Fix Martingaleposted in Questions & Answers
-
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?

-
RE: PLACING MAX LOTSposted in Bug Reports
@sssddd said in PLACING MAX LOTS:
@ambrogio thank you. For me it works also however try closing mt5 and turn on again, press buy or sell, one of the trades goes to 40 lots, then it goes back to normal..
that's what i done
-
RE: PLACING MAX LOTSposted in Bug Reports
@sssddd i'm sorry, on my side there are no issue, i clicked, i shut down, restart and clicked again. I don't know. Sorry for my reply above.

-
RE: PLACING MAX LOTSposted in Bug Reports
@sssddd said in PLACING MAX LOTS:
i know how the ATR works mate, this doesnt asnwer the problem. The ATR value is fixed everyday and the block should never output 40 lots, ive used the ATR in fxdreama for 5 years and only recently for gbphpy its outputting a 40 lot trade and on the next pass its calculatiing correctly.
on what time frame does this problem occur?

