- Search Crypto Craft
- 29 Results (1 Threads, 28 Replies)
- Spindrift replied Jun 11, 2007
Hi Hanover Thanks for this great indicator, I know it's going to be extremely useful to me. I'm having trouble getting it to display any future data, despite the fact that I think I've got all the data loaded. (I've attached the debug.txt file, ...
FFcal - Plot News indicator
- Spindrift replied Mar 20, 2007
The attached might go some way towards providing what you're looking for. It plots the MACD value as a histogram; blue for positive, red for negative. Negative values have been converted to positive to give the side-by-side appearance. Note the ...
help for indicator plz
- Spindrift replied Mar 16, 2007
.....I was thinking about this and I guess what you want is some way to see what the arrows would have been like when each bar was the most recent one. Is that right? Due to the way MT indicators work, I don't think there's really any way to achieve ...
Help with a Custom Indicator
- Spindrift replied Mar 16, 2007
I thought that's what you wanted! The version I gave shows you the value of the 4 indicator buffers for every bar. I've now attached a slightly corrected version of the original. As far as I know, there's no REPAINT function in MQL4. The arrows only ...
Help with a Custom Indicator
- Spindrift replied Mar 16, 2007
I've never tried it but the SendMail() function looks to be what you need. Here's the example from the online manual: double lastclose=Close[0]; if(lastclose<my_signal) SendMail("from your expert", "Price dropped down to ...
Help with a Custom Indicator
- Spindrift replied Mar 16, 2007
Hi Glenn The indicator appeared to have a minor bug in that it was not setting a valid symbol for two of its lines (these were appearing as small crosses). I've changed it to show a different type of down/up arrow in magenta and orangeRed ...
Help with a Custom Indicator
- Spindrift replied Mar 16, 2007
[quote=stacy;245743] Glad it worked ok. Cheers, Greg
Help with a Custom Indicator
- Spindrift replied Mar 16, 2007
Hi Glenn, not sure what you mean. Can you tell me what you want it to stop doing? Cheers, Greg
Help with a Custom Indicator
- Spindrift replied Mar 14, 2007
Try the attached version. I moved the statements that set up closeshift and lowshift into the respective "for" loops and changed them so they would pick up the relevant values at i + barshift (i.e. barshift periods prior to the bar referred to by ...
Help with a Custom Indicator