Posts made by ambrogio
-
RE: Open trade when candle openposted in Questions & Answers
@gsmtricks We should do some tests on Monday.
-
RE: Open trade when candle openposted in Questions & Answers
@gsmtricks Oh it is normal, there are always a little delay on order execution by broker by internet.....
Check the latency of some brokers and you can see -
RE: Open trade when candle openposted in Questions & Answers
@gsmtricks Hi! Can you share your project? (Only the part that interests)
Nevermind. Your problem is on live trading? -
RE: 4 strategies for EURUSD H1posted in General Discussions
@siempre Meaning STRATEGY 1 ENABLED, as he said on the first post
-
RE: time filter / once a day strange issue with fxdreemaposted in Questions & Answers
@fabien-s Hi, i tried your project and works fine

Are you backtesting with the "every tick option" ? (the most precise.....ecc..)
Or are you backtesting on open price? -
RE: How to open multiple tradesposted in Questions & Answers
@simo84 said in How to open multiple trades:
thank you for the answer , but in that case all the my EA condition doesn't work.
For example, if I have an open position, I would like the signals to open another position to be ignored until we are at X pip from the already open position
-
RE: FX dreema not reading custom indicatorposted in Questions & Answers
@tns said in FX dreema not reading custom indicator:
What I am seeing is that the indicator has to be saved in the main folder 'indicators' of mt4. If it is saved in a subfolder within the 'indicators' folder, it is not read by the EA...is there any workaround for that?
Also, since i am using mt4 from two different laptops, will the custom indicator work for both laptops or i need to be creating two different EAs, one for each laptop?If you're using the same account with the same broker you do not need to have two EA, but if you have to open orders on another account you need both the indicator and the EA on the second MT4 terminal
-
RE: Could someone show me how to write this expression please?posted in Questions & Answers
@shovel52 Hi! here you go
MACD candle ID1 < MACD candle ID2
MACD candle ID2 > MACD candle ID3 -
RE: I want to make a condition of engulfing candle, how can I make that condition?posted in Questions & Answers
@luisjunior1224 Please, search from the tutorials of @miro1360 , there are a lot of pattern
-
RE: FX dreema not reading custom indicatorposted in Questions & Answers
@tns Is your Almav2 indicator inside the indicator folder of MT4? Check the journal for some errors
-
RE: How to open multiple tradesposted in Questions & Answers
@simo84 Hi! Move a few block in this way

-
RE: HOW CAN I FILTER ONE PER TICK?posted in Questions & Answers
@khalids222 Once per bar and once per tick both work at the opening of the candle, it does not change anything
-
RE: HOW CAN I FILTER ONE PER TICK?posted in Questions & Answers
@khalids222 Moving averages work on the value of the ID1 candle, you can try to put the ID0 candle but you would have strange trades
-
RE: HOW CAN I FILTER ONE PER TICK?posted in Questions & Answers
@khalids222 fix the block #13 no sell is set to no buy
-
RE: HOW CAN I FILTER ONE PER TICK?posted in Questions & Answers
@khalids222 Replace "no trade" with "once per bar"
-
RE: Need Helpposted in Questions & Answers
@alphaomega said in Need Help:
Start fixing this project because the way it is, it doesn't open any trade. The group serves you if you have multiple strategies in the same EA then leave it empty, the symbol in this case doesn't matter and cannot be a number (the symbol is the one to which you attach your EA..for example EURUSD), always put the ID1 candle


