- Search Metals Mine
- sidhujag replied Nov 29, 2009
Ogidimi, iregr is highly lagging and will fail when you break the current trend. bbands would work better in this case. I will attach the file once viper updates the EA with the new filters, then you can try with either iregr or the current filters. ...
100% Win Math Grid Ea
- sidhujag replied Nov 27, 2009
I tested it out and it gave a margin call on the second set lol. Problem is when a say a long trend is suddenly a short trend iRegr takes a while to adjust, and when price reaches within the boundaries again after a while an entry is placed which is ...
100% Win Math Grid Ea
- sidhujag replied Nov 27, 2009
JPY — Haha I found that too a few times, I get GU and EU helping me but JPY is big negative in my last couple of long baskets. I think this is only when all buys and sells line up near perfect on your IA. In that case you shouldn't be in a ...
Simple Trading Method with trader101
- sidhujag replied Nov 27, 2009
Backtest — I know how the backtester works but I am talking about the trades occuring within the backtest. Seems as though reducing the profit factor can't stop you from getting into those high DD situations which lose a big portion of your ...
100% Win Math Grid Ea
- sidhujag replied Nov 25, 2009
Hi ogidimi, So your supposition is that when the price closes above or below this i-regr ( bolliger band type indicator) then you should take a trade? I like the idea since either it would be a breakout or sharp retracement if it reaches the outer ...
100% Win Math Grid Ea
- sidhujag replied Nov 25, 2009
I think the filters are not working as is... entering on a trend is key and the i-regr might help.. and you can say after 4 or 5 grid levels just try to set profit level to 1... this would allow you to get out of potentially high DD situations.
100% Win Math Grid Ea
- sidhujag replied Nov 25, 2009
Changed to Viper — What changes are you talking about, you added a better entry filter to mgrid? What are the exit strategies in mGrid. I am a programmer I can try to help you out.
100% Win Math Grid Ea
- sidhujag replied Nov 25, 2009
backtests — During backtests for EURUSD H1 no matter what settings I apply (1/2/3 level, 25 increment/autoincrement, trend filter on/off, volatility filter on/off, atr filter on/off, low water mitigation) I always get a big loss which cuts my ...
100% Win Math Grid Ea
- sidhujag replied Nov 24, 2009
Yea depends how the market is at the time. USDCHF is for sure... eurgbp and gbpchf are secondary.
Simple Trading Method with trader101
- sidhujag replied Nov 23, 2009
volatility filter — The Volatility filter doesn't work isVolatile() should return a bool: "return(goodVolatility || spikeVolatility);" This is why it doesn't trade if you have volatility filter enabled
100% Win Math Grid Ea
- sidhujag replied Nov 23, 2009
Try shorting USDCHF and GBPCHF on a long basket. Make sure you are using Universal Hedge pairs aswell to determine the trend.
Simple Trading Method with trader101
- sidhujag replied Nov 21, 2009
Hi Viper, Sounds good. When you were testing the EA.. which currencies did you use and have success with? Looks good on EURUSD on H1 so far. In general, when a death trade occurs how long is it from the first trade to the point of margin call? This ...
100% Win Math Grid Ea
- sidhujag replied Nov 20, 2009
Settings — Hi Viper, What settings did you use for low/high water mark percent/lot/# positions? This should be dependent on the filtering we are doing to enter the trade, if in general we are starting at a good place then we can use strict low ...
100% Win Math Grid Ea
- sidhujag replied Nov 18, 2009
Hi FOREXFlash, So what math coding are you referring to... are you referring to the backup math routine which takes over from the original one if there is a possible margin call situation? It seems there is another exit strategy in the EA you ...
100% Win Math Grid Ea
- sidhujag replied Jul 23, 2009
Trend indicator — Right now FB uses Heiken Ashi(HA) to determine the trend on the H4 timeframe (240) by your settings. This would cause SL's when the trend changes. Are you proposing using the Stochastic Divergence to try to find when it is ...
Semi automatic EA (Driven Version)
- sidhujag replied Jul 17, 2009
Is trendanalysis set to false for you? If it's not, then do you draw the trend line for each graph manually? Those who are getting all wins with little losses and are using fully automated strategy... you must be using trendanalysis set to false? ...
Semi automatic EA (Driven Version)
- sidhujag replied May 10, 2009
A "close" in the trendline will stop the EA from any new positions in the same direction and reduce the stoploss by the reduction factor. Manage trades will use the HA to do automated trading in both directions. If HA is long it will set EA to long ...
Semi automatic EA (Driven Version)
- sidhujag replied May 10, 2009
Demo vs real — I know a demo account is available to anyone, but not real. They need proof for real account. Yea Mt4 with ECN over Currenex or whatever interbank they are using means there is an extra layer of complexity. You know, with this ...
Semi automatic EA (Driven Version)
- sidhujag replied May 9, 2009
Broker — What broker would you guys use to go live with? MBTrading is an ECN which is releasing MT4 platform soon, but I live in a province in Canada that is not allowed to sign up?! That is stupid! Do you guys know of a way to sign up in my ...
Semi automatic EA (Driven Version)