- Search Metals Mine
- 218 Results (18 Threads, 200 Replies)
- lucidlamp replied Mar 18, 2008
Hi jleblang, On my current MT4 broker I am restricted to placing pending orders at a minimum of spread plus one pip away from my requested open (entry) price, is this the case with MBTrading? and if so can you explain, specifically, how MBTrading ...
MB Trading Futures - Introduction
- lucidlamp replied Mar 14, 2008
google 'level two trading' or something to that effect...
Stocks Charting
- lucidlamp replied Mar 14, 2008
Hi cbolding, After using the advice of codersguru, you may want to right click on the Terminal Window while the Trade tab is active. This will bring up a pop-up menu where you can choose to show the Comments in the Terminal/Trade window by clicking ...
Comment vs. Magic Number
- lucidlamp replied Mar 11, 2008
file Should be fine codewise. I don't see how this predicts or projects anything though. Regards, lucidlamp
Can someone code this into MT4 it is a future prodicting MA line
- lucidlamp replied Mar 10, 2008
Hi belekas, Point your avatar at the indicator, perhaps the indicator just needs some persuasion to resolve your Sunday bar problem. Regards, lucidlamp
Help in coding a function in MetaEditor
- lucidlamp replied Mar 8, 2008
Hi again, The slow loading and getting stuck is due to the use of Bars in the for loop in the high9() function coupled with the large size of the array range[]. Every time a tick comes in from your feed the loop calculates every bar on the chart and ...
Help in coding a function in MetaEditor
- lucidlamp replied Mar 7, 2008
Hi Nati, I looked over the code and think I understand what you are trying to do. Rewriting the code as you started would have been harder for me than just writing the code from scratch... file I added some commenting in an attempt to aid you in ...
Help in coding a function in MetaEditor
- lucidlamp replied Mar 5, 2008
Hi, Your historical data is out of whack. Press 'F2', while in MetaTrader, and change the numbers in the 'History Center' accordingly. Regards, lucidlamp
Problem with chart!
- lucidlamp replied Mar 2, 2008
Hi all, In reference to Crosshair mode, and ruler tool #3: While the left button is held down and the mouse moved. The first number is the difference of bars from the initial left mouse click, the second number is the difference in pips from the ...
MT4 navigational tips and techniques
- lucidlamp replied Mar 2, 2008
billbss, Thank you for the clarification. I made a note of the formula and will further investigate... Regards, lucidlamp
Pulsar System
- lucidlamp replied Mar 2, 2008
Hi billbss, If 30 pips are risked in any given position and the position, which risked 30 pips, is closed for a 15 pip profit a loss is incurred, no? Does not every trade taken have to have a reward target (TP) in mind that will outweigh the risk ...
Pulsar System
- lucidlamp replied Mar 1, 2008
Hi, Would this system not fail in the long run due to the lack of a defined reward againt risk? Regards, lucidlamp
Pulsar System
- lucidlamp replied Feb 24, 2008
Hi magnumfreak, Interesting twist. Regards, lucidlamp
4 variable, 4 states, bitwise operation
- lucidlamp replied Feb 22, 2008
Hi damonl, Run a dumby EA (empty EA) on backtesting with the Visual Mode checked. When the chart comes up and starts ticking, attach the indicator (iB_nn.ex4) to the chart. Use the horizontal scroll bar next to where you checked Visual Mode to ...
Inside Bar Trading Technique
- lucidlamp replied Feb 21, 2008
Hi powerline, MT4 ships with a linear regression drawing tool that can be manipulated via MQ4, you may want to explore that. Regards, lucidlamp
How to code a Linear Regression channel? HELP
- lucidlamp replied Feb 18, 2008
Hi blewsky, I tried setting up my MT4 email to no avail so I can do no further testing. I'm sorry this is the extent in which I can help you. Perhaps asking for help directly from MetaQuotes, the software creator/developers is in order. Regards, ...
Price Update via email indicator NEEDED
- lucidlamp replied Feb 18, 2008
Hi Mecer, Thanks from me as well, very effective. Regards, lucidlamp
How to change default candle color in MetaTrader permanently
- lucidlamp replied Feb 17, 2008
Hi, Interesting... Actually all the EA's can access the same Global, no? So if all EA's (well same EA on multiple pairs) have a setting to take profit when AccountProfit() is up 1% then stop EA's. The first tick to come in on any of the pairs the EA ...
EA to shutdown other EAs?
- lucidlamp replied Feb 17, 2008
Hi blewsky, file Although I have not tested it. Regards, lucidlamp
Price Update via email indicator NEEDED