- Search Energy EXCH
- disbellj replied Nov 21, 2010
Gvc, Apology accepted. Let's move forward my friend. Regards, Don
Indicators development for T101's not very simple method
- disbellj replied Nov 20, 2010
I have done a lot of work. I asked for donations only from those who have used something I made and profited from it, and left the amount up to them if they decided to donate. I'm having a hard time financially, and see nothing wrong from profiting ...
Indicators development for T101's not very simple method
- disbellj replied Nov 19, 2010
Gvc, You are the only one that gave financially to me at all. I do appreciate it. You're not the only one I sent the EAs to. But I didn't get much feedback, so who can blame me for keeping it to myself when I make it, I fix it, I test it, I fix it ...
Indicators development for T101's not very simple method
- disbellj replied Nov 19, 2010
Tex, Still using that 8-pair T101 chart? Why not use the corrected one I uploaded yesterday to get accurate 14-pair basket chart? Regards, Don
Indicators development for T101's not very simple method
- disbellj replied Nov 18, 2010
My bad Tex. The other version of that indicator didn't have those labels. BTW, the green bar looks to just be small bar, but rest look like the same description you gave. I've noticed this with the blue and pink, but I didn't know what they gray ...
Indicators development for T101's not very simple method
- disbellj replied Nov 18, 2010
Since texmade1 has made available a picture of the indicators used, and also names of indicators used, as well as pointing me to the correct one when I didn't have the right one, I've decided to make available the indicators in one place along with ...
Indicators development for T101's not very simple method
- disbellj replied Nov 17, 2010
texmade1, When setting up your chart to make T101 offline chart, do you choose basket 8 or basket 14. It looks like you are using basket 8, which is not representative of the 14-pair basket. I would think you would choose basket 14. Note: if you ...
Indicators development for T101's not very simple method
- disbellj replied Nov 16, 2010
I use the last Semafor (+ spread + 1 pip) for pair's stoplosslevel for sell, and last Semafor (- 1 pip) as pair's stoplosslevel for buy. It already in more than one EA of mine for this purpose. My MM gives autolots for compounding purposes (to ...
Indicators development for T101's not very simple method
- disbellj replied Nov 15, 2010
Gvc, You're not using Daylight Savings Time in any indicator or EA are you? If so and at least in U.S., went OFF of Daylight Savings Time between Saturday and Sunday in middle of night. Regards, Don
Indicators development for T101's not very simple method
- disbellj replied Nov 14, 2010
Tex, If you had a set stoploss of 40 pips per pair (560 total for 14 pairs), risking only 0.5% per pair (7% of account for total basket), you could trade 5 mini lots per pair with $40,000. With $50,000 you could be trading 6 mini lots and 3 micro ...
Indicators development for T101's not very simple method
- disbellj replied Nov 12, 2010
Tex, You're kicking butt! Great going! (I'm jealous) Regards, Don
Indicators development for T101's not very simple method
- disbellj replied Nov 12, 2010
StochCandles is Stochastics set to 30,3,3,SMA,High/Low. When it closes above 50, the buy candles are drawn. When it closes below 50, the sell candles are drawn. Now you can use Stochastics and don't really need iCustom or StochCandles. Regards, Don
Indicators development for T101's not very simple method
- disbellj replied Nov 1, 2010
victor, OK. At the top of the code, you have string Pair_suffix. But it does not have extern in front of it, so it's an internal input, which means you have to open MetaEditor. Then in init function every time we have pair name associated with Pair ...
Indicators development for T101's not very simple method
- disbellj replied Oct 31, 2010
Gothum, If you remove EURUSD and GBPUSD, and basically "buy" the pairs that begin with USD, and "sell" the pairs that end with USD, then you're basically talking about the Sentinal/Sentinel indicator that I worked on on another thread. It basically ...
Indicators development for T101's not very simple method
- disbellj replied Oct 31, 2010
victor, If you're talking about the latest indi that makes the offline chart, it has a user input when placing indicator to put in suffix I believe. Regards, Don
Indicators development for T101's not very simple method
- disbellj replied Oct 31, 2010
Gollum, Just go into Gvc changed indicator: case 2: Pair[0] = "EURUSD"+Pair_suffix; Pair[1] = "USDCHF"+Pair_suffix; Pair[2] = ""; Pair[3] = ""; Pair[4] = ""; Pair[5] = ""; Pair[6] = ""; Pair[7] = ""; Pair[8] = ""; Pair[9] = ""; Pair[10] = ""; ...
Indicators development for T101's not very simple method
- disbellj replied Oct 26, 2010
kos, The EA is still around. It could easily be made for a strategy if you had a profitable one you could give me the template (so I could get accurate indicators used and their settings), indicators used, and specific instructions for entry and ...
Indicators development for T101's not very simple method
- disbellj replied Oct 19, 2010
Gvc, Sure it can be done. Just take my last indicator I uploaded, add this where extern code is at top: extern int indicator_number = 1; extern string text1 = "Choose Orest TF:"; extern string text2 = "W1, H4, or H1"; extern string Orest_TimeFrame = ...
Indicators development for T101's not very simple method
- disbellj replied Oct 19, 2010
Chroniclez, Actually it updates every tick that comes in on the chart it's on. GBPJPY is a fast-moving pair, so I put it on that chart. It's as close to Julius' IA you're gonna get. The ONLY thing that could make it more accurate is to use code like ...
Indicators development for T101's not very simple method
- disbellj replied Oct 19, 2010
Chroniclez, Mine is most accurate of the three you mentioned. Regards, Don
Indicators development for T101's not very simple method