- Search Metals Mine
- 218 Results (18 Threads, 200 Replies)
- lucidlamp replied Dec 30, 2007
Hi rosssurf, Check 'Mailbox' tab on the 'Terminal' window. You may find a message with Holiday trading hours. Regards, lucidlamp
MT4 not updating are they not open today?
- lucidlamp replied Dec 28, 2007
Hi tdion, A suggestion or two: #1 This snippet: extern int decimals = 4; Can be replaced with 'Digits'. So you would remove: extern int decimals = 4; and change: multiplier = MathPow(multiplier,decimals); to: multiplier = MathPow(multiplier,Digits); ...
Time Volatility Calculator
- lucidlamp replied Dec 28, 2007
Hi walb99, This indicator will check if the previous bars close & open are above or below the previous 2 period ema of the close. If the open & close a bar ago are both above the 2 period ema of the close a bar ago the pair is considered overbought ...
fi$h
- lucidlamp replied Dec 27, 2007
Hi Pip Parade, An example of using the technique mentioned in chandra's post: url This may help? Regards, lucidlamp
EA help - to NOT trade in current period
- lucidlamp replied Dec 27, 2007
Hi lcfxtrader, It does show errors in the Journal while testing, irregardless it should give a good representation of the system??? One difference, I think this closes everything an hour before NY close??? I would not use this live though, as, I ...
EA Request for trading the London open
- lucidlamp replied Dec 24, 2007
Hello monzulu, This should be fine: file The following line controls the character used for the close indication which you may have to alter to fit your preference: SetIndexArrow(0,108); To change the character, while in MetaEditor (Press F4 while ...
Line chart with dots on close
- lucidlamp replied Dec 20, 2007
Hi again, Although it is a little rough and I don't know if it replicates the MetaStock code correctly as I don't use MetaStock. file Regards, lucidlamp
Gann Hi-Lo MQ4 or just the formula
- lucidlamp replied Dec 20, 2007
Hi magnumfreak, This is supposed to be used as a guide for trailing? I wrote an indicator loosely based on the link I posted above and I don't know what it is supposed to do, although it looks like a guide for a trailing stop. Quite ironic as I have ...
Gann Hi-Lo MQ4 or just the formula
- lucidlamp replied Dec 20, 2007
Hi magnumfreak, Is this it:? url Regards, lucidlamp
Gann Hi-Lo MQ4 or just the formula
- lucidlamp replied Dec 20, 2007
To all, I think it would be a good idea to add: Comment(""); within: int deinit() { } Regards, lucidlamp
Fibo Calc indicator
- lucidlamp replied Dec 16, 2007
Hi monzulu, This should work. All you have to do is: 1: The trendline to be crossed has to be named breech. 2: Place the word breech in the order comment when placing an order. I added this if you plan to run other trades on the same pair. So the ...
script that closes an open position after breaching a trendline
- lucidlamp replied Dec 15, 2007
HerbertH, The visual representation three posts up, very effective. Regards, lucidlamp
Formula to code conversion.
- lucidlamp replied Dec 14, 2007
Hi monzulu, Does the candle have to just touch the trendline to close the position or does it have to close under/over the trendline (depending on the entry)? Regards, lucidlamp
script that closes an open position after breaching a trendline
- lucidlamp replied Dec 14, 2007
Hi Pip Parade, Did you try the expert in backtesting? Regards, lucidlamp
EA Won't Execute ... any suggestions?
- lucidlamp replied Dec 14, 2007
Hi Pip Parade, Forget it, charlies just answered, as did smjones. Regards, lucidlamp
EA Won't Execute ... any suggestions?
- lucidlamp replied Dec 13, 2007
Hi, Why does: Print(2^2); return: 0 Regards, lucidlamp
Formula to code conversion.
- lucidlamp replied Dec 13, 2007
Hi Bolt, I am not familiar with ^. Can you post a simple sample equation using ^ and real numbers along with its result? I read in the MetaEditor help file and it does specify that ^ only works with integers. Regards, lucidlamp
Formula to code conversion.
-
Attempt to automate trendlines...
Started Dec 13, 2007|Platform Tech|0 repliesHi, Attempt to automate trendlines, which has yielded nothing more than code... {file} ...
- lucidlamp replied Dec 13, 2007
Hi nondisclosure00, After you place the indicator on the chart, click on the price scale (to the right) and drag it down... Regards, lucidlamp
looping problem
- lucidlamp replied Dec 12, 2007
Hi, Stacking this indicator will give an inconsistent visual when comparing the stacked lines. This becomes evident when the zero level is compared between the stacked lines. One may want to compensate by setting a fixed minimum/maximum? Regards, ...
Indicator request