- Search Energy EXCH
- disbellj replied Feb 7, 2010
Orest, that buyall_anchor_spread indi, what does it do again? I understand the code (BTW GREAT job optimizing my code, since I am admittedly not a pro coder) until I get to: for (j=0;j<length;j++) { sum_A_Pair=sum_A_Pair+A_Pair[j]; if ...
Indicators development for T101's not very simple method
- disbellj replied Feb 7, 2010
Orest, Well, seeing as you have my BuyAll indicator, I'll give my updated indicators I've made, that I use together in a manual way on demo right now. The "backtest" indicator makes it possible to "backtest" this strategy (1st indicator I know of to ...
Indicators development for T101's not very simple method
- disbellj replied Feb 7, 2010
Orest, I put your new indicator on the chart (downloaded from first post, so I hope it's new one). First thing is I thought something was wrong because it took some time for all the columns to show up on chart, but as I started this post I checked ...
Indicators development for T101's not very simple method
- disbellj replied Jan 14, 2010
This looks like the same exact template I used. Since then, I have removed a good bit of that code, and added my own, always putting comments after the varaibles I define, before getting down in the area of if else statement and trading functions. ...
MT4 program shows manipulation coded in
- disbellj replied Nov 30, 2009
maptoprofit indicator not WSS — maptoprofit, I see that your indicator is not WSS. You use only the timeframe and one above it to get trend? As far as targets, etc., how did you come up with those? I think if your indicator went along the ...
World's Simplest System
- disbellj replied Oct 19, 2009
Number 2 is correct. I suck at programming. I put Comment in the wrong place apparently. Someone found the error in my code, although I'm still not sure where I went wrong. Anyways, I was making an EA that would do a simple Buy if previous bar was ...
MT4 program shows manipulation coded in
- disbellj replied Sep 14, 2009
Well, right now I'm trying to add 3LZZ Semafors indicator to the Sentinel, and trade all 6 currencies like I trade one with the Semafors. Until then, I draw trendlines like taught here: url ...along with horizontal support and resistance (where ...
NFP System - Backtest data provided
- disbellj replied Sep 13, 2009
Ever just used the Sentinel indi? — Ever just used the Sentinel indi? That's why I came to this thread in the first place. It used an idea that I had, but my indicator didn't update correctly. Kevin made a version that does update correctly. ...
NFP System - Backtest data provided
- disbellj replied May 7, 2009
jjc, You mentioned NormailizeDouble. Would you mind letting me in on what you're referring to? Normally, I only use NormalizeDouble in my money management equation I created to get number of lots to trade, depending on stop loss and multiple other ...
MT4 program shows manipulation coded in
- disbellj replied May 7, 2009
smjones, First, thank you for responding. I apologize for the tone I used I my original post. I honestly still don't know what I did wrong. I looked to see Buy and Sell section was done, and put my comments just before start function was terminated ...
MT4 program shows manipulation coded in
- disbellj replied May 6, 2009
OK. I'm a goober. I put the comments where they shouldn't have gone. If I put them right under Buy and Sell Conditions, I get the correct Comments. Thanks to smjones for correcting me. Don
MT4 program shows manipulation coded in
- disbellj replied May 6, 2009
smjones, I got the EA shell from ExpertAdvisorBuilder: url I just put in the Variables, Buy Conditions, Sell Conditions, and Comments. Don
MT4 program shows manipulation coded in
-
MT4 program shows manipulation coded in
Started May 6, 2009|Platform Tech|16 repliesEdit: Before anyone reads on, the problem was with me, and not with mql4 or MT4. I've learned ...
-
Please help: My indicator doesn't update
Started Jan 23, 2009|Platform Tech|0 repliesEdit: Nevermind, got it figured out. I have an indicator I made for a strategy I found here on ...
- disbellj replied Jan 7, 2009
You're welcome. I'm looking at Kevin's NFP.txt from the first post, and the posts in between, and I still don't understand how he got number of lots with the math he provided. Does anybody else have a clue? I just know if someone were to trade 2 ...
NFP System - Backtest data provided
- disbellj replied Jan 6, 2009
dfxclub, Sure, I'll post them again. First, you must know what your broker's server time is when it's the first Friday of the month, at 8:30 AM Eastern time. I have Central time, so NFP is released at my time of 7:30 AM CST. I know my broker starts ...
NFP System - Backtest data provided
- disbellj replied Jan 5, 2009
NEW NFP Indicator — Some colored areas were not staying updated. That's now fixed. Nope. NOT FIXED. latest "fixed" indicator removed. I TRIED. if someone else wants to fix my stuff and post it, that would be great. I'm done for now. Don
NFP System - Backtest data provided
- disbellj replied Jan 5, 2009
NEW Indicators — I have revised the new indicators, and I've implemented ForexNewDude's recommendation to have user input of 'Shift_NFPStart_OneWeek'. When set to true, it NFP_Start (start of NFP cooling off-period) and NFP_End (end of NFP ...
NFP System - Backtest data provided
- disbellj replied Jan 5, 2009
ForexNewDude, So you're saying that NFP is always released on a Friday at the same time, and if it's not the first week, it's the second? Cool. Yeah, a true/false input to just forward to the second week would be great and easy on the user. The time ...
NFP System - Backtest data provided
- disbellj replied Jan 5, 2009
Let's put a scenario together using my money management to pick number of lots to trade for each pair, coupled with Kevin's technique of taking off half the position at 50 pips take profit for the first half of position, while putting the remaining ...
NFP System - Backtest data provided