- Search Energy EXCH
- disbellj replied Sep 25, 2011
Everyone, the last video I posted (which I'm leaving for learning sake) was made for an MA cross strategy. This is not what Kos does, he uses MA direction agreement between two MAs. This is why I'm posting Rev1 video and new .eab and .mq4. Note: We ...
Indicators development for T101's not very simple method
- disbellj replied Sep 25, 2011
Kos, When I helped all the people I did off-forum (for years), I expected SOMEBODY to actually give back, whether to me or the community. But everyone has kept to themselves once they got what they needed. Frankly it sucks. Kos, I guess I should ...
Indicators development for T101's not very simple method
- disbellj replied Sep 24, 2011
"Load the .eab into the website on the video provided to make changes just like I show in the video." This means you got to watch the video to see what to to with the .eab. Although you would know if you followed instructions and watched the video ...
Indicators development for T101's not very simple method
- disbellj replied Sep 24, 2011
url BTW, the horizontal lines shown are 25 pip lines, so this is one pair last week (pair with lowest spread). Is there anybody that is seriously gonna keep questioning the validity of the gains claimed? It's not that Kos has given us an M15 20 ...
Indicators development for T101's not very simple method
- disbellj replied Sep 24, 2011
really charvo? suicide? prison sentence? And I'm over the top LOL I think I told Kos to post the EA he's been claiming for months (over 4 months now?) not to have all while I, the coder of it, sits here waiting for him to do so and having to hear ...
Indicators development for T101's not very simple method
- disbellj replied Sep 23, 2011
Kos, I work my ass off for every "system" you and MANY other people come up with on a whim. You on this thread, and others from this thread, and many others behind the scenes. I look at the shitload of EAs and indicators I've made, and I can't help ...
Indicators development for T101's not very simple method
- disbellj replied Sep 23, 2011
Kosmolate, Since you will not talk to me, I will show the truth publicly. You say that you don't have a working EA, yet I have a private message from you that says that what I gave to you worked. This is from May 24th, with initial EA for THIS ...
Indicators development for T101's not very simple method
- disbellj replied Sep 22, 2011
Now that we have offline charts, I don't see why they can't be backtested. I would make sure ALL history is downloaded, and frankly the indicator making the offline charts needs the MasterIA_Mode code in it IMO, and it will use the currency pair ...
Indicators development for T101's not very simple method
- disbellj replied Sep 21, 2011
I must agree. Julius started with multiple systems, left everyone confused, and I for one am thankful that Kosmolate kept at it until he came up with and gave us his last system using HAS mtf indicator. So anyone can either use HAS mtf (manually ...
Indicators development for T101's not very simple method
- disbellj replied Sep 19, 2011
Well, I also find that the EA doesn't really follow Kos' strategy. He uses M1 timeframe as his trading timeframe, not 3 other timeframes. So what do we do to get Kos' strategy into that EA? We must use M1 timeframe, and instead of using 20 for ...
Indicators development for T101's not very simple method
- disbellj replied Sep 19, 2011
Problems with EA shell I posted — Alright, just want to explain the problems in EA I posted built with EA builder. 1. Point not 0.0001 on 5-digits broker, but 0.00001. So user inputs for SL, TP, and TS must be multiplied by 10. I do this when ...
Indicators development for T101's not very simple method
- disbellj replied Sep 18, 2011
Obama Certificate Fake - PROVEN!!! — I posted the info and links at Print Planet.com, since people there have known me for many years, and they can either show me to be wrong, or right. I think the video I made proves it all easily. If "they" ...
Indicators development for T101's not very simple method
- disbellj replied Sep 15, 2011
The LORDs Exotic Forex Pilot takes off! — This is to bluewing && ALL those that are down but not out, have thanked me or wished me well, and/or believed in me during my journey to this point! This is from FatPappy comin to you from the hood in ...
Indicators development for T101's not very simple method
- disbellj replied Sep 15, 2011
To everyone, Especially KOS — That should be easy to do blewwing, but I will not give you the fish you desire, for I have been given so little fish over the years, and have had to teach myself how to fish (you can also put that to every area o ...
Indicators development for T101's not very simple method
- disbellj replied Sep 15, 2011
dansmol, Thanks for mentioning the indicator I gave as a replacement. Another one of my "Rodney Dangerfield" "no respect" indicator gone by the wayside mainly. I'm glad at least one person decided to use it, and sees the value. Well, I did ...
Indicators development for T101's not very simple method
- disbellj replied Sep 14, 2011
Cleaned up code, but still not working. maybe arrays? maybe I'm overcomplicating? idk Any help is appreciated. Kind regards, Don #property indicator_separate_window int length=30; string shortname; double Gains[30]; ...
Create excel column/vertical bar chart/graph in MQL4
- disbellj replied Sep 14, 2011
apipshort, I've turned on PM, so please do send the code if you don't mind, or see code below and tell me if you can what's wrong with it: for(int j=0;j<length;j++) { int x,n; if(StrToDouble(PairProfit[j]) >= 0) ObjectCreate(shortname + add + m, ...
Create excel column/vertical bar chart/graph in MQL4
- disbellj replied Sep 13, 2011
nubcake, I already have the indicator written. Is there a way to use the info that exist in indicator without going to html? I created it in Excel and took picture to show what I want in indicator (Apple Numbers or OpenOffice is really where I made ...
Create excel column/vertical bar chart/graph in MQL4
-
Create excel column/vertical bar chart/graph in MQL4
Started Sep 13, 2011|Platform Tech|5 repliesHello everyone (especially coders), Assuming I have all the x and y data needed for the chart ...
- disbellj replied Sep 9, 2011
magft, No, but John is welcome to use any code from the last EA Robert posted that contains mostly my code, with fixes by Robert to make the EA trade correctly and FAST. I just figure there's a lot of good code in there that can be useful if needed. ...
Indicators development for T101's not very simple method