- Search Metals Mine
- 218 Results (18 Threads, 200 Replies)
- lucidlamp replied Feb 11, 2008
Hi daytrader, Perhaps its a tad off topic, but in your first post you say "Well I have been trading about 5 years". Can you freely elaborate on that with the, possible, inclusion of answers to the following questions: 1. What motivated your ...
candles and trading lines
- lucidlamp replied Feb 10, 2008
Hi onlyirvan, Can you post the solution? Regards, lucidlamp
[need help] how to start backtesting ?
- lucidlamp replied Feb 9, 2008
Hi All, There is no way MM can make a coin toss profitable. It is possible to have infinite tails, or infinite heads. That coupled with a coin toss not being a 50-50 chance will lead anyone who tries to tackle this problem with spent time (an ...
Coin-Toss Trading Strategy
- lucidlamp replied Feb 9, 2008
Hi dustovshio, You forgot to add the spread... Regards, lucidlamp ps: just one of my bad jokes.
Money Management
- lucidlamp replied Feb 9, 2008
Hi claypot, Change the font size throughout the code, change all the 8's. Or place this under the three extern's that are already there: extern int FontSize=8; Then go down and replace all the 8's throughout the code with FontSize. Regards, lucidlamp
Custom RSI Indicater needed
- lucidlamp replied Feb 8, 2008
Hi M4X, file Regards, lucidlamp ps: I would think that upon int deinit() the X & Y positional values of the text label can be saved and called upon int init(), so as timeframes or pairs are changed on the chart the text label will remain in any ...
Custom RSI Indicater needed
- lucidlamp replied Feb 8, 2008
Hi eagle4x, I think the problem stems from : url Regards, lucidlamp
TP < 10p
- lucidlamp replied Feb 7, 2008
Hi 4thSpace, This defines the way a trendline acts when initially placed on a chart. Use 'CTRL+O' then click the 'Objects' tab. This is where you can set some preferences for objects. To move a trendline, double-click it to make it active. The play ...
How to indentify specific trendline?
- lucidlamp replied Feb 7, 2008
Hi leeb, file Are you trying to duplicate the 'Fractals' indicator in the way this indicator is supposed to look? Are you planning to use the pivot points to draw trend lines, support lines, resistance lines? Do you code at all? file Using it as ...
Idea for indicator need help programming
- lucidlamp replied Feb 6, 2008
Hi leeb, This should return the information you are looking for: file Regards, lucidlamp ps: Double checking my work I see in my functions I use 'for(i=1...)'. It may be better to use '2' as the '0' bar is still forming and using '1' will give a ...
Idea for indicator need help programming
- lucidlamp replied Feb 6, 2008
Hi leeb, Have you had any response/soultion to this request? Regards, lucidlamp
Idea for indicator need help programming
- lucidlamp replied Feb 5, 2008
Hi fofa, Can you explain what the indicator is doing, where it gets its input? Is it MA based? MTF inputs? Kind of hard to give faith blindly and use the indicator. Regards, lucidlamp
A Free Indicator for Metatrader Mt4
- lucidlamp replied Feb 2, 2008
Hi forexguy, For someone to code your set-up, you have to be very exact in describing every aspect of the set-up. Just make sure you've thought the whole process of your method in a clear, clean way, otherwise you will end up frustrating yourself ...
need help with EA
- lucidlamp replied Jan 31, 2008
Hi rizwanmalik, At the release of news, bid/ask spreads can widen. So I am assuming the release of news caused you to get stopped out due to a larger bid/ask spread. Upon being stopped out by the larger spread caused buy the news, the now larger ...
auto trading MT4 in highly volitile envioraments
- lucidlamp replied Jan 27, 2008
Hi 4thSpace, I am using a demo from fxpro.com that offers futures, although I don't know details about them that well as I have not had time to research. Regards, lucidlamp
Brokers that offer MT4 for futures?
- lucidlamp replied Jan 26, 2008
Hi Freewheelin, I've been thinking of P&F charts lately and I was thinking of tackling the project of creating one for MetaTrader. I still can't get get a visual of it (the P&F) nor the way it can be translated effectively into Metatrader. I will ...
Point and Figure Charts
- lucidlamp replied Jan 25, 2008
Hi Ronyn76, Are you sure the indicator works properly? Regards, lucidlamp
EA from custom indicator?