- Search Forex Factory
- 117 Results (1 Thread , 116 Replies )
- Zool replied Dec 20, 2013
I don't know if anyone still interested in the EA, but I had some free time and was bored, so I coded an EA for this. Unfortunately it's not a good strategy, but maybe someone will find a pair/timeframe/settings combo that works
EA trading based on Candle Color
- Zool replied Dec 19, 2013
The difference between ATR and my indi maybe come from the that I don't use the ATR calculation in my indi. If you put ATR on your chart it doesn't care if you have a small sunday bar (if your broker uses a timezone that cause a sunday bar), and if ...
Looking for ATR-like indicator
- Zool replied Dec 17, 2013
Here's an indi I've made. It draw horizontal lines on the screen based on the different ATR values. It show you how much "space" left above/below the current day's/week's/month's high and low. If you can't see the lines on lower timeframes, just ...
Looking for ATR-like indicator
- Zool replied Dec 17, 2013
Hi! I've made this indi for my strategy, maybe this is what you are looking for. It's not mtf but maybe you can use it
Request for ATR custom indicator helpIt adds the atr value multiplied by the nuber given in the parameters, and adds this value to the low of the candle, and ...
- Zool replied Dec 8, 2013
Here's my donation, it's for a hungarian foundation for the sick children. The amount is 3000 HUF, it's about 15 USD.
Extracted Thread (per thread starter's request)
- Zool replied Feb 8, 2013
I second this. Put a moving average on chart with a period of 15 and smoothed method, applied to close. Then put a second moving average with same settings, but his one applied to previous indicator's data. Now put HAS with 2 15 2 15 setting to the ...
Another Basket EA
- Zool replied Feb 7, 2013
There are threads about basket trading with more than 10k comments, there are threads trading with HA and HAS with more than 10k comments too. I don't think there would be that much activity there if it would not work. Then comes someone out of ...
Another Basket EA
- Zool replied Feb 4, 2013
Thanks for your reply! My brokers server time is GMT+0 so 16:15 was 3 hours after the NY open. It was arund 6 hours before market close, I never experienced spreads this high before, there was some news event 15 minutes before, my broker would raise ...
Still Basketting
- Zool replied Feb 4, 2013
Could somebody please explain this to me? I opened the buy basket as a re-entry on M15 last friday. The entry time and level is marked with the green lines. The price on the chart moved up a couple of hundred pips since then, but my trade is still ...
Still Basketting
- Zool replied Feb 1, 2013
Kos, I have a question: I entered the same trades as you (except, that my 2nd trade closed at breakeven). Before my last trade I always opened and closed manually, but for the last trade I used the T101 EA on M15. You wrote on your screenshot that ...
Still Basketting
- Zool replied Jan 31, 2013
Do you closed the short and entered long on the next HAS color change? If so then the short was around a 230-250 pip loss, and the current long should be 500+ pips in profit.
Still Basketting
- Zool replied Jan 31, 2013
TLEUsed is a variable hat contains the value of the called indicator in the iCustom function. Check line 221, the entry parameters section, where it gets the name of the indicator you enter on the input parameters when you attach the EA to a chart ...
Still Basketting
- Zool replied Jan 31, 2013
You can set it 2 places: In MT4 go to "Tools-Options" menu (or hit Ctrl-O). There select the "Expert Advisors" tab, and set is as you can see in my screenshot. The other method: when you attach the EA to the chart, then a window pops up with the ...
Still Basketting
- Zool replied Jan 31, 2013
Based on the HAS? What timeframe? On my charts only M5 is red now.
Still Basketting
- Zool replied Jan 30, 2013
Yes optimization, and drawdown reducing is a good thing, but there is the possibility that the method becomes heavily curvefitted, then when the market conditions change the system stops functioning. If you look at yesterday's trade the 200 pip ...
Another Basket EA
- Zool replied Jan 30, 2013
Hi! Do you really think it's a good idea to tweak filters until it appears there are no losing trades? There is no 100% win system in forex, sometimes we should take the loss and look forward for the next opportunity. If you look in Kos's thread, ...
Another Basket EA
- Zool replied Jan 23, 2013
Here's a tool that can help tracking the performance of a basket. If you have multiple baskets with different magic numbers (you can set this in the EAs or the buy/sell scripts), you can monitor them separately by entering the basket's magic number ...
Still Basketting
- Please help, this is driving me crazy! Buy-Sell basket offline chartStarted Jan 17, 2013|Platform Tech|1 reply
Hello everyone! I'm trying to make an offline chart generating indicator for basket trading. In the ...
- Zool replied Jul 31, 2012
Hi! Thanks for the kind words, but the thread, the idea and this kind of millipede building system belongs to mordre, so the thanks should go to him
Weekly Millipede IdeaI only programmed a script based on mordre's ideas, to make the order sendings easier.