this link?
Latest posts made by baccicin
-
RE: Moving Average stop lossposted in Tutorials by Users
@jstap Ciao, thanks a lot, and please, as regards the error? Metaeditor shows the error on line 365. Thanks for your help! have a nice day
360 {
361 FXD_ONTIMER_TAKEN = true;
362 EventSetMillisecondTimer(1);
363 }
364 if (ENABLE_EVENT_TIMER) {
365 OnTimerSet(ON_TIMER_PERIOD);
366 } -
Moving Average stop lossposted in Tutorials by Users
Hello, good Evening! May I ask you a help, please? There is an error in my Ea but i am not able to find a solution and please, what what should i add to hide the stop levels? Many thanks, have a nice evening. Fab
https://fxdreema.com/shared/W1yi6yAKb -
Draw a signalposted in Tutorials by Users
Hello again, i have another question if possible please. I found some information in the Forum but not exactly what i need.
1st question: can i create an EA with conditions but without open a trade? I mean, Can i create an EA with conditions but only to show an arrow or a signal (buy or sell) and decide to buy or to sell once the arrow is drawn?
2nd question: may i ask you to give me the istruction to add the right button in the project?
Many thanks for your time and patience.
Have a nice evening
Fabio -
RE: range of candlesposted in Questions & Answers
Hi, thank you very much, i'll try to learn this option
thks a lot, ciao -
range of candlesposted in Questions & Answers
Hello again, I don't find in FX Dreema's video and tutorials, an instruction to ask the system this:
"check if a range of candles (example from candle 1 "the previous one" to candle 4 ) is below a – for example – certain indicator or support or resistance...
Thank you, have a nice day -
RE: how to insert an ea into another oneposted in Questions & Answers
sure, indeed, I answer myself using same words...
. I'll post another request -
how to insert an ea into another oneposted in Questions & Answers
good evening, I would like to ask you an information, hoping not to be inappropriate or to repeat a question already asked by other users: if I create a code (EA) in FxDreema, can I insert it in another existing code (EA)? Because I would like to complete a code that already exists but not created in FxDreema. If so, could you suggest me how to "connect" the two codes? Thanks for your help and availability. Have a nice evening. Fabio
-
RE: open buy / sell positionposted in Questions & Answers
ah, i left it "empty" just to try and change the combination everytime, just to learn... it's not a trading system, it's just to have a starting point. What i am trying to get is that the code should wait the close of the candle and, if there is a cross on the high or on the low of a moving average, a position should be open. On contrary, in this moment, the code open positions on the current candle and often without a cross