@biztet if I remove the "No trade" block, then it will open multiple trades at a time right? What I want is one order at a time only though.
Posts made by fideld003
-
RE: Limit tradesposted in Questions & Answers
-
RE: Limit tradesposted in Questions & Answers
@jsauter86, yeah ... I tried that but I can't seem to make it work. If you don't mind, could you give an example using the simple project I provided?
https://fxdreema.com/shared/O0MnAXm2c -
RE: Limit tradesposted in Questions & Answers
@l-andorrà, it should be one after the other, but limited to only three trades.
-
RE: pls helpposted in Questions & Answers
Hi @trader-philipps Do you have the link for that EA Simplified tutorial? Thanks.
-
RE: After closing trade no trade on same dayposted in Questions & Answers
Hi @BHovens and @trader-philipps,
-
Were you referring to this one?

-
If it's not such a hassle, could you kindly provide an example of how you used it?
-
Did you connect it to "Check age" block?
-

-
-
Limit tradesposted in Questions & Answers
Hi @l-andorrà,
I would like to seek your guidance again on a situation I've encountered.
Basically, what I am trying to accomplish is to limit the number of trades to be executed WHEN Yellow line crosses below the Red line.- I want it to only make three sell trades. Then no sell trade to be open after the 3rd trade even if the conditions were met. I want this to happen every time Yellow line crosses below the Red line.

Kindly refer to this simple EA: https://fxdreema.com/shared/O0MnAXm2c
Regards,
-
RE: Stop Trading after Stop Lossposted in Questions & Answers
@l-andorrà, I think I know now how to use the, "Turn On/Off block". I Will be experimenting with these blocks for a while. Thank you for replying as always.
-
RE: Stop Trading after Stop Lossposted in Questions & Answers
@fideld003 said in Stop Trading after Stop Loss:
would like to request your assistance regarding this condition that I could not get... I hope you can help me with it.
@l-andorrà, I agree, I did some experiments before but one way or another it will trigger the stoploss. Thus, I was thinking of using these Turn Off/On blocks. Maybe can you give me examples of how you would use it?
What I am trying to accomplish right now is when a Stoploss is triggered, No Buy order would be triggered until the candle bars cross above/below 200 Simple Moving Average. Thanks.
-
Stop Trading after Stop Lossposted in Questions & Answers
Hi @l-andorrà,
I would like to request your assistance regarding this condition that I could not get... I hope you can help me with it.
Basically, I'm looking for a way to minimize losses in my project. Particularly when my Buy order triggers Stoploss when nearing the Simple Moving Average 150 (Broken red line). Please refer to image 1.Image 1:


I tried a few things I found in the forum, but I can't seem to make it work.
Failed solution #1:- I used the "Check how it was closed" block to look for Stop loss and wanted the Buy (block 97) to be turned off to stop creating Buy orders.
- Then when the candle crosses below or above Simple Moving Average 200, it would re-enable Buy (block 97).
I am not sure if I am missing something to trigger it though. Please see image 2 for reference.

Failed solution #2:
- I tried to use the "Trade closed" block but had an error when I executed it on MT4. Please see Image 3 for the condition and Image 4 for the error.
Image 3:

Image 4:

If you have other ideas to lessen these Stoploss or some kind of a failsafe, that would be very much appreciated.
Thanks,
FidelD -
RE: Apply for Subscription issueposted in Questions & Answers
@seb-0, I used another card(Last card out of 4). You may be correct that the issue is related to the Bank itself. Thank you for the advise.
-
Apply for Subscription issueposted in Questions & Answers
When trying to apply for a subscription, did anyone of you encountered this issue?

-
RE: Trailing Stop on last Barposted in Questions & Answers
Hi @l-andorrà, I did it as something like this thanks to your advice.
For Buy: (Reference to other people in need)

-
RE: Trailing Stop on last Barposted in Questions & Answers
@l-andorrà I also tried block which is called, "Modify stops of trades". Basically, what I am trying to accomplish is what the original poster wants as well but a modified version where:
- SL is moving + 20 pips below the Candle1's Low.
- TP is moving above candle 0's high + 30 Pips.

Also, may I ask what is the purpose of the yellow circle/line to connect a block?
Thank you for your response so far.
-
RE: Trailing Stop on last Barposted in Questions & Answers
Hi @l-andorrà, It doesn't seem to work. I added it on block 96, does not work. I tried it on block 97 and it does not work as well. Also checked the instructions on "?" and followed it, but still no results.

-
RE: Trailing Stop on last Barposted in Questions & Answers
Hi @roar / @l-andorrà,
Is there a way when the SL moves, it automatically adds +10 PIPs to the SL to prevent easy SL trigger?

-
RE: after closing profitable trades, Wait for remaining trades to profit before closing?posted in Questions & Answers
@l-andorrà awesome stuff! Thank you for showing this to me. I'll try this minimum distance check on my project. I really appreciate it.
@dscoles thank you for the tip. Hope you're doing okay.
-
RE: after closing profitable trades, Wait for remaining trades to profit before closing?posted in Questions & Answers
@l-andorrà Per the suggestion of @dscoles, "May I suggest that one small change could possibly help with drawdown and long-term open positions at the same time. You could try adding another parameter to your protocol which would be a minimum pips (such as 10 pips) as a separation between the EMA 100 and the EMA 500. Seems to work like a charm."
@l-andorrà I'm trying to think how to do the suggestion of @dscoles, but I could not wrap my head around it.
Thank you for the response.