iscuba11
iscuba11
Friends

Add friends via their profile or user search and you will be able to see if they are online

iscuba11
Added topic This has got me puzzled???
Comment as coded: sComment = sComment + "STOCHASTIC VALUE " + DoubleToStr(sto1,4) + NL;[/PHP] [PHP]double sto1=iStochastic(NULL,0,K,D,SL,MODE_SMA,0,MODE_MAIN,0); The program reads the sto1 value and plots it on the graph and uses the value to buy or
iscuba11
Added topic How to code this?
I keep many notes on coding. I do not have one to code this properly. I have researched string and others . . . to no avail. Please help! if(tradedirection==1) TD="UP"; Dave <<< Thanks in advance
iscuba11
Added topic Hours Channel Modification
This is a regression channel program I came across. I have an idea that would help people filter out trend versus sideways markets. If the program could be modified to manually adjust the deviation from center line and incorporate an angle degree of
iscuba11
Added topic Need a little clarification please!
Figured it out! Dave <<<
iscuba11
Added topic How do I do this??
} void watermark() { ObjectCreate("Forex [1]", OBJ_LABEL, 0, 0, 0); ObjectSetText("Forex [1]", "Forex [1]", 11, "Lucida Handwriting", RoyalBlue); ObjectSet("Forex [1]", OBJPROP_CORNER, 2); ObjectSet("Forex [1]", OBJPROP_XDISTANCE, 5);
iscuba11
Added topic Brain dead this morning!
My brain just went blank this morning. In EA's I normally compare one indicator against another. For the likes of me I tried a few minutes ago to code to see if the moving average of the indicator is greater than the ask of the current bar
iscuba11
Added topic Anybody Up to programming???
Using an old indicator Bands, I would like it if the currency touches the upper band to change the upper band from Cyan to Red, and when the currency no longer touches the upper band, it turns back to Cyan. Also, if the currency touches the bottom
iscuba11
Added topic Help with error message PLEASE!
void watermark() { ObjectCreate("fxfisherman", OBJ_LABEL, 0, 0, 0); ObjectSetText("fxfisherman", "fxfisherman.com", 11, "Lucida Handwriting", RoyalBlue); ObjectSet("fxfisherman", OBJPROP_CORNER, 2); ObjectSet("fxfisherman", OBJPROP_XDISTANCE, 5);
iscuba11
Added topic Can anyone fix this indicator??
This fractal zig zag indicator does not update. Can anyone fix this problem? Appreciate the help! Dave <<<
iscuba11
Added topic What is with the Forex Market this week???
It has about flatlined and rolled over and died. None of the EA's or manual trading is doing much good this week. Oh well, hopefully next week will be better??? Dave
iscuba11
Added topic Trailing Stop Script - Not EA
Can somebody create for me a script that I drag over a graph to activate a trailing stop to eliminate key strokes by the conventional way?? Your contribution would be highly appreciated! I tried and failed! Dave
iscuba11
Added topic Property Level Problem - Need Suggestion!
#property indicator_level1 = 0.00024 On the graph when I activate the indicator it rounds out the level to 0.0002 instead of 0.00024 (which I desire). Likewise 0.00025 rounds out to 0.0003. How can I get this property level not to round off??? (Keep
iscuba11
Added topic Need Alarm for Test Indicator
I know how to do alarms for EA's, but not for indicators. Could you please look at this indicator and create a visual and audible alert to buy or sell when the color of the line changes. This indicator reads the results from another indicator, so I
iscuba11
Added topic Programming Modules
I have made notes as I have learned the hows on coding. I am sharing them with the forum. Please add additional examples to programming different things in a indicator or EA to this thread. To view the different modules, you will have to have
iscuba11
Added topic Original coding for MetaTrader Envelope Indicator
Does anyone have it, would appreciate it! Dave <<<
iscuba11
Added topic Any Programmers in Houston Area?
I have a lot of trial and error experience in programming MT4 now. From time to time I have questions on programming statements. It would be a big help if I could talk to someone on an issue from time to time locally . Is there anyone in the Houston
iscuba11
Added topic Need help to clarify my comparison statement
iLow(NULL,0,Lowest(NULL,0,MODE_LOW,0,1)) < iLow(NULL,0,Lowest(NULL,0,MODE_LOW,1,1)) I am trying to compare the lowest of the current bar lowest to the lowest of the bar that is 1 bar back. I am confused as to what goes after the MODE_LOW in the
iscuba11
Added topic Help Me Eliminate Middle MA in BB
Help me code this so that the middle moving average is eliminated, and also make the outside bands one step thicker in width. Your help is really appreciated! I attached the Bands indicator for you to modify. Thanks a bunch!! Dave <<<
iscuba11
Added topic Best settings for NonLag Macdi - 15 minutes
Has anybody been using his indicator, if so, what have you found to be the best settings for this
123