it happened
its a sudden move prior NFP... and i'm not aware of that too... any survivors?
Regards
David
RB26 test
Hi David,
Just received RB26.
EURUSD, M30, mini 200 leverage, AccountIsNormal=1, rest default.
Live statement (240 min update):
http://www.forexea.com/rb26_mini/statement.htm
Thank you
All setups on 10000$ account
Setup 1:
IBFX m30 all default
Eur/usd
Setup 2:
IBFX m30 all default but agressive_mode=true and risk=1.0
eur/usd
usd/chf
eur/jpy
chf/jpy
usd/jpy (too risky IMHO)
eur/chf
I want to spend some time on the weekend thinking of different settings so by monday I will have about 10 more setups. BTW is backtesting and optimizing the EA worth it? or does it give completely bogus results?
Will post,like always,my latest statements on friday nights. Nice to be back and forward testing EAs again!!!
Good luck to everyone.
Sada
I want to spend some time on the weekend thinking of different settings so by monday I will have about 10 more setups. BTW is backtesting and optimizing the EA worth it? or does it give completely bogus results?
Will post,like always,my latest statements on friday nights. Nice to be back and forward testing EAs again!!!
Good luck to everyone.
SadaErmmm.... may be you can try it. I have not been running any crazy optimization backtest so far. May be some tweak and turn on the settings can give us tremendous result though. Cant wait to see what happen on NFP later. Could be fun.
Regards
David
hello guys
can you guys give a link to download the right vision of 10points 3.mpt?
David thanks for letting me test your EA. I test it on Interbankfx mini Account 10000 USD.
EUR/USD USD/JPY 30 min OOTB setting but agressive mode on
Alex
David thanks for letting me test your EA. I test it on Interbankfx mini Account 10000 USD.
EUR/USD USD/JPY 30 min OOTB setting but agressive mode on
AlexChange risk=1 to reduce the margin exposure, that will avoid not enough money issue. Cheers
Regards
David
Change risk=1 to reduce the margin exposure, that will avoid not enough money issue. Cheers
Regards
DavidThanks for the tip. I added gbp/usd and eur/jpy
Hi,
Testing on IBFXm, $1000 EURUSD 30m, OOTB except aggressiveMode=true.
I caught the spike today and rode it out for +64pips. It was very nice to see the trailing TP&SL in action.
I will be turning aggressiveMode=false after NFP. I just want to see it in action for a stress test.
David, have you considered asking ND to setup an inner forum for your group so that we don't have to deal with flamers? We will inevitably get them. I guess I do like Bluto dropping by and I don't see his name as a tester.
Hi,
Testing on IBFXm, $1000 EURUSD 30m, OOTB except aggressiveMode=true.
I caught the spike today and rode it out for +64pips. It was very nice to see the trailing TP&SL in action.
I will be turning aggressiveMode=false after NFP. I just want to see it in action for a stress test.
David, have you considered asking ND to setup an inner forum for your group so that we don't have to deal with flamers? We will inevitably get them. I guess I do like Bluto dropping by and I don't see his name as a tester.I used to use this EA(no martingale that time) to trade with news too, expecially during NFP and FOMC. I only need 2 trade/month to make my fortune. During that time market are still not violent like nowadays. Its running on M5. If you dont mind to blow few of your demo, you can try it, 10minutes prior NFP, plug it in GBPUSD M5. See whether it still works
Regards
David
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Dear RB26Team,
I'm davidke20 from 10point3 thread. I've been started to engineer on 10point3 for months and improving even reconstruct the entire martingale system. From MACD, RSI, MFI, EMA MathAbs, Trendline, Support and Resistance.... all sort of old school. And finally I've decided to work with newer indicator that I haven't use it before. It is generally using Bulls and Bears to filter each other out, in order to get a proper trading signal on mid term intraday trading.
Generally this system developed for the usage of US1000 and above to be sufficient to sustain longer. We cant expect it is a holy grail, it could take a hit. What I concern is, try to maintain the trading bound within the breakout period. Even if there is a breakout, we can able the catch the trend instead of double down. Martingale system on RB26DETT is basically a fail safe mode for trading, eg. in short term we could take the whipsaw, and the whipsaw could lead us to stop loss. Instead of stop loss, we take the limited martingale position to protect against our lossing side, so it will average out the lossing streak to maintain drawdown as low as 1%.
There is a stay out function inside(credit to newdigital)... that I stole the code DIRECTLY from him, not even change the variable name though. ND, let me know if you wanna charge loyalty fee on that code, get the member to pay you for it (FromHourTrade & ToHourTrade)
Trades_setup
Magic=772188 Magic number for the EA to recognize the trade open by itself
TakeProfit = 35 Goal to be achieve on the initial trade
Lots = 0.01 Static lot size while mm=0
InitialStop = 72 pips from the last position hitting max trade
TrailingStop = 10 Trailing stop - still buggy
Money_management
mm=1 0 to disable money management
risk=2 % from the account balance as initial trading lot size
AccountisNormal=0 1 for IBFX micro only, 0 for any other broker accepting 0.01lot
Martingale_setup
MaxTrades=6 total trading escalation
Pips=18 pips step to reach the next double down position
Multiplier=2 as the multiplicator for the next position
AccountProtection=1 close position when breakeven
OrderstoProtect=3 when reaching this level of escalation, close order whilst breakeven
Signal_option
Fast_Period=5 Fast signal
Slow_Period=13 Slow signal
Shift=0 Data shifting time. 0 is current, 1 is 1 bar before
ReverseCondition=0 for normal signal, 1 for reverse trading signal
Aggressive_Mode = false to activate trading time filter
FromHourTrade = 0
ToHourTrade = 12
The above is my standard setup for the RB26. Recommended pair is EURUSD only.
Suggested changes to be made is OrdertoProtect=4, Shift=1, risk not more than 2% and use only EURUSD. Basically this EA trade 12 hours aday until New York session. If there is any floating position, it will not shut down and wait for the OrderstoProtect to close all position while breaking even. I only work with InterbankFX, therefor, you'll have to figure out your broker time frame. Due to this system entirely based on oscillators only, its not suitable for high volatility trading environment, we could easily get wrong signal in that case, I strongly recommend you to stay out of entire NY session. So, tell Jack Schwager that we're the night knight rider, riding Skyline GTR at night time to sweep pips.
I appreciate you all to post your statement here, and give your findings on the system. This particular EX4 can last until July, and you'll have enough time to play with it. Try not to share it out as I dont want it to be decompiled and get sold on ebay, if your friend and family saw this on ebay, tell them to avoid it. Those who contribute on the testing and helping on development, I will continue update you. I belive sharing wealth will make me even more wealthier. I hope one day we can all meet up at the North Pole... errmm... seriously, I dont know why and what is so attractive. May be we can start teaching the polar bear how to trade then:D Just kidding, I still have the vision, that our group has make enough money and meeting each other in my country. We're going to book the entire J.W.Marriot and spent a few days togather there. Cheers.
Regards
David