- Search Energy EXCH
- disbellj replied May 31, 2010
charvo, I agree that "trend" (more than 30 minutes or an hour) is not necessary part of strategy, although I also already coded it into Kos indi prep for EA, so can be used if needed, and is in EA I'm building, and although Kos doesn't use ...
Indicators development for T101's not very simple method
- disbellj replied May 31, 2010
I got BuyAll alert at 10PM EST last night and BuyAll on BuysVsSells using just pips went from 321 to 679 pips, and SellAll alert at 11AM this morning EST - MBT MT4, would be in drawdown now if took that trade, and since looking at BuysVsSells shows ...
Indicators development for T101's not very simple method
- disbellj replied May 30, 2010
Kos, This looks to show the way I made the indicator, except I need to add exit by MACD crossing signal and bar closing. So, to re-iterate: Buy conditions: 1. If last bar closed above Trend Magic, make buy condition 1 True. 2. If buy condition 1 is ...
Indicators development for T101's not very simple method
- disbellj replied May 29, 2010
pgd, Sounds like a good fix, although since Kos uses the indi's MACD and Trend Magic (which you would want to put on at this stage and give feedback whether my indicator's readings of the other indicators are the same as what the other indicators ...
Indicators development for T101's not very simple method
- disbellj replied May 27, 2010
I don't know how Samir did his, but mine starts on first bar of week keeping tab (as if you put on IA first minute of week), and Daily would use Daily open per broker (how Orest coded his last EA version). Other than that, it sounds right, incuding ...
Indicators development for T101's not very simple method
- disbellj replied May 27, 2010
yep. if you require all timeframes to line up (default in my indicator for now, since banana used it like this) before signal is given, even if everything else aligns, then you'll get signal only if all conditions are met, including which timeframes ...
Indicators development for T101's not very simple method
- disbellj replied May 27, 2010
charvo,
Thanks man. I would become a programmer if someone wanted to pay me LOL (Lord knows I could use the money, and I'm better at writing code than testing it or watching charts LOL). But honestly I got into it so I could one day program my ...Indicators development for T101's not very simple method
- disbellj replied May 27, 2010
Went outside to take a smoke break and figured it's easy afterall to make one buy alert per buyall, and one buyalert per sellall. see what you think about v1.3. just like before on v1.2, you must pick which timeframes must be in agreement to take ...
Indicators development for T101's not very simple method
- disbellj replied May 27, 2010
charvo, As far as using the BuyAllPairs indicator using iCustom should be no problem. First, we need to make sure we're talking about same indicator: url OK, so I go to place it on the chart. I get all inputs (in Inputs tab), and get number and ...
Indicators development for T101's not very simple method
- disbellj replied May 27, 2010
OK, here is newest indicator v1.2. Just put it on the chart and within couple minutes got a lineup on Orest TF to BuyAll with other 3 in agreement it shows on indicator comments. Note: Should only get an alert/email if all conditions met. But you ...
Indicators development for T101's not very simple method
- disbellj replied May 27, 2010
And this is a good reason to use either custom indicators or offline charts. I have seen two people's offline charts, and they don't always agree with each others, yet they both say they are right, so I don't know what to think. Maybe my indicators ...
Indicators development for T101's not very simple method
- disbellj replied May 26, 2010
hayseed, I tell ya what, I agree that it's been a mess from the get-go. Why? Julius started with tandem, and moved into basket. Why? That's the way he trades it, or at least the way he traded it then. A tandem trade could turn into a basket trade. I ...
Indicators development for T101's not very simple method
- disbellj replied May 26, 2010
charvo, Well, you know which one I recommend
As far as the alerts on timeframes lining up, it's not working right, needs fixed. Still make sure you're using v1.1, because v1 had more problems than just this. Conditions 2 and 3 got stuck and ...Indicators development for T101's not very simple method
- disbellj replied May 26, 2010
At this time, this is an indicator, not an EA. I saw how BuyCondiitons 2 and 3, and SellConditions 2 and 3, wasn't resetting to false. all other conditions should be false unless condition1 is true. if condition1 is true, then others are looked at ...
Indicators development for T101's not very simple method
- disbellj replied May 25, 2010
charvo, Please check out the indi I just uploaded and tell me what you think. I didn't implement anything except what I believe Kos is using at this point, since both banana and Kos have shown repeatable results, etc., and I want to try to automate ...
Indicators development for T101's not very simple method
- disbellj replied May 25, 2010
rpasupathy, You're welcome. Regards, Don
Indicators development for T101's not very simple method
- disbellj replied May 25, 2010
Mike, Have you had a chance to look into the backtest indicator? If so, is there anything you've found of interest worth sharing? Regards, Don
Indicators development for T101's not very simple method
- disbellj replied May 25, 2010
Kos, To show initiative on my part, and show I'm serious about this, here's the pre-requisite to the EA. We must make sure everything is correct. The user can choose to use Trend Magic or SuperTrend. In the actual EA, there will be a warning if more ...
Indicators development for T101's not very simple method
- disbellj replied May 25, 2010
charvo, I guess I took it as a given, since for price to go under TrendMagic, that a lower low had to come first. This is why specific instructions are needed, so one doesn't have to guess and go through cycles of getting it wrong hopefully. ...
Indicators development for T101's not very simple method
- disbellj replied May 25, 2010
Kos, Hopefully you can explain your entry and exit more clearly if you don't mind. I see on entry that M15 candle closed below Trend Magic. So on open of next bar you'd sell . There's something I don't understand though. You circle BI_T101_OTR_V1_F ...
Indicators development for T101's not very simple method