Forum

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 sell, but the sComment does not read sto1 and only

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 tilt of the regression channel it would accomplish

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

Need a little clarification please!

Figured it out! Dave <<<

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); ObjectSet("Forex [1]", OBJPROP_YDISTANCE, 10); return(0); }

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. if (indma_cur0>ask() . . . . . I get an error on the ask()

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 band it changes the bottom band from Cyan to Lime

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); ObjectSet("fxfisherman", OBJPROP_YDISTANCE, 10);

Can anyone fix this indicator??

This fractal zig zag indicator does not update. Can anyone fix this problem? Appreciate the help! Dave <<<

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