- Search Energy EXCH
- disbellj replied Feb 14, 2010
Actually as I look at it now, the indicator I last uploaded, it's columns are wrong it looks like. The pictures I just uploaded, when compared to the T101 Dashboard (v1.1 Don) I have on my chart right now, I see that where mine says 1:30 (meaning ...
Indicators development for T101's not very simple method
- disbellj replied Feb 14, 2010
How to use don's t101 backtest indicator — If you had the last indicator I posted put on M30 chart like I said, you would see the backtest in one way: The position and values for the last so many 30 minute bars. Here is an example of using ...
Indicators development for T101's not very simple method
- disbellj replied Feb 14, 2010
Orest, The indicator I posted in my last post, if first column was last column, other columns were going from left to right like time does, and the first column showed the initial position of the pairs (on open of starttime's bar, minus spread since ...
Indicators development for T101's not very simple method
- disbellj replied Feb 14, 2010
The indicators I posted here are correct: url I did forget to change the default Lots in code for the backtest indicator to 0.1 instead of 0.3. But of it is changed to 0.1 like the BuysVsSells indicator, it reads the same values as the BuysVsSells ...
Indicators development for T101's not very simple method
- disbellj replied Feb 14, 2010
Orest, You don't understand my backtest indicator. I know you can't backtest in MT4 a multi-currency strategy. That's why I built the indicator. What is a backtest? A backtest says what the probability that your strategy will be profitable, given ...
Indicators development for T101's not very simple method
- disbellj replied Feb 13, 2010
Orest, I put the code into init() for now for start (since the starttime I usually don't want to change), but after a couple of ya'll have said something about it, there are multiple ways to do it. Now as I'm thinking about the ways: 1. We could ...
Indicators development for T101's not very simple method
- disbellj replied Feb 13, 2010
The Sentinal indicator also follow Fibs, etc. from what I've been able to show in the past. But again, have conflicting rules, but can plainly see on chart as you have that price obeys that area, whether looking at one pair or multiple pairs gains ...
Indicators development for T101's not very simple method
- disbellj replied Feb 13, 2010
Orest, Since Aplari data is not available, and someone would have to buy data otherwise, I downloaded all the data from MetaQuotes and made it available, so that everyone has the same starttime if they are using non-IBFX pairs and MasterIA_Mode as ...
Indicators development for T101's not very simple method
- disbellj replied Feb 13, 2010
All mt4 metaquotes history up until today — Hello all, I figured since I am making a true backtest indicator for "90% Accuracy" (if we were doing a backtest in terminal, this is what we'd aim for), then I went ahead and downloaded all pairs on ...
Indicators development for T101's not very simple method
- disbellj replied Feb 12, 2010
Orest, Could you tell me where I could brush up on Fibonacci? I have heard different sources say different rules to follow, and would like to know how you trade using Fibs, if you don't mind. Even though I was able to code Fibs, they weren't much ...
Indicators development for T101's not very simple method
- disbellj replied Feb 11, 2010
high1701, I thought about that the other day. I guess it would be helpful. I'll look into doing that. Edit: BTW, since the code is in init(), the startdate is figured once when the indicator is placed. So in this case, it does NOT start over every ...
Indicators development for T101's not very simple method
- disbellj replied Feb 10, 2010
Well, DDE enabled does allow Ask and Bid to be brought into Excel, and then subtracted to get spread. But then it constantly updates, so that's not the answer I don't think. I think the answer involves keeping Excel out of it, and doing everything ...
Indicators development for T101's not very simple method
- disbellj replied Feb 10, 2010
OK. Maybe I'm misunderstanding something here. Orest, you changed the BuyAll indi so that you could see the "spread" between top and bottom anchor, is that correct? hazelj80, what limstylz is talking about is tracking actual spread (ask-bid for all ...
Indicators development for T101's not very simple method
- disbellj replied Feb 10, 2010
High1701: Fibonacci huh? I once made an EA that drew fibs using 3LZZ Semafors to identify the swings. If I could figure out how to add Semafors to the BuyAll line on the BuysVsSells indicator, then I maybe could do the same thing to this indicator ...
Indicators development for T101's not very simple method
- disbellj replied Feb 8, 2010
I'm glad you like it. I found it to be very useful too, but I still don't have the rules down yet (actually have too many sets of rules and I haven't seen any one of them be proven consistently profitable). So hopefully people like yourself that use ...
Indicators development for T101's not very simple method
- disbellj replied Feb 8, 2010
Orest, I appreciate T101 giving his tools. Just my understanding of his excel, that's all. As far as code, I use this in user inputs: extern int StartWeeksBack = 0; I use this in init(): OpenTime = iTime(NULL,PERIOD_W1,StartWeeksBack); And then down ...
Indicators development for T101's not very simple method
- disbellj replied Feb 8, 2010
I made v1.16 of orest EA to have same columns as v1.17 of orest EA, when both are using nonIBFX pairs on FXDD, with all having same start time on v1.17, since that's an option on v1.17. Comparing them both, their is not much difference at all. And ...
Indicators development for T101's not very simple method
- disbellj replied Feb 8, 2010
Below are screenshots of me using the non-ibfx pairs and same starttime, on FXDD, using both my indicator and the latest orest EA. You'll notice that the alignment of pairs in my column matches orest's first column (edit: the last pictures I took ...
Indicators development for T101's not very simple method
- disbellj replied Feb 8, 2010
schmurex, First of all, thank you for your kind remarks. I did code all this to try and get a better grasp of what T101 was trying to say, but can't say I see what he's saying with the lining up, which I must not have enough history of all pairs yet ...
Indicators development for T101's not very simple method
- disbellj replied Feb 8, 2010
Orest, "Wow, finimej - I'm speechless, never thought I'd meet you here. image " That's funny.
finimej is a woman. I am a man. Different parts of the world too. But I gave her that indi a while back, and probably told her it was OK to post it. As ...Indicators development for T101's not very simple method