thanks, i'll try that
Latest posts made by JTCarcil
-
RE: Martingale issues on Take Profit, Stop Loss and Breakeven with Customposted in General Discussions
Encountered another problem. "On Tick" tab everything works fine. The issue is found on the "On Trade" tab. i just discovered in backtest, if the parent trade is buy, and the child martingale trades try to recover the position, it only opens buy trades until it passes or the martingale steps is exceeded before any sell trade can be opened and vice versa.
shared/6ezS0VJDb -
RE: Martingale issues on Take Profit, Stop Loss and Breakeven with Customposted in General Discussions
Don't worry guys, i've figured it out, its working perfectly now. Its just that its not smart programming but all that matters is the end result.
-
RE: Martingale issues on Take Profit, Stop Loss and Breakeven with Customposted in General Discussions
https://fxdreema.com/shared/5lxIEr6Gb
The martingale sequence is customized, its not as easy as multiplying with a factor. I've been able to come up with something but i have an issue with it opening unlimited trades
-
Martingale issues on Take Profit, Stop Loss and Breakeven with Customposted in General Discussions
Hi Guys, I have a little problem with Betting: Custom sequence. It works fine but i'm trying to make it work in a different way.
For every trade that hit TP, it resets which works perfectly.
For every trade that hit SL, it multiplies perfectly.
HERE IS THE ISSUE.
Now when a trade has moved a certain distance and the EA moves the SL to BE and the market goes back to hit SL, since the trade is in profit, the process is reset.
I'm trying to figure out how to skip this Breakeven trade and the next trade continues to martingale with the lot size of the Breakeven trade. -
20 Lookback candles above MAposted in Questions & Answers

I'm trying to code a simple MA alert that will only trigger when. Example for a BUY
- All 3 MAs are spread-out in one direction.
- Gives a signal when a candle closes above the fast MA.
BUT before it gives the signal, it will have to lookback 20 candles and check if. - No candle closes below the slow MA, a wick is allowed to touch or go below and return.
- At least 1 of the candles must touch the medium MA.
i can't seem to attach what i tried doing here.
Any help will be appreciated. Thanks
-
Gradation for pending order not working wellposted in Questions & Answers
Hi guys, i have a problem with gradation settings in grid pending order. i notice on start of program it works well but once its 1st target is hit and it deletes all pending orders and closed trade, it will open a new grid far away from from the bid price. Any solution will be appreciated.
https://fxdreema.com/shared/AjqQzOGHd -
RE: Updating loop criteria as the loop happensposted in Questions & Answers
Also interested but really have no idea