- Search Metals Mine
- 218 Results (18 Threads, 200 Replies)
- lucidlamp replied Jul 8, 2008
Gambler180, Can you rephrase step number 4? lucidlamp
EA for gambler system
- lucidlamp replied Jul 8, 2008
ravster, Ronal Raygun is correct. int start() { double dStopLevel=MarketInfo(Symbol(),MODE_STOPLEVEL); // Stop level in points. Print(dStopLevel); } This value is set by brokers and varies amongst pairs. I am not sure if it changes during News ...
Trailing stop has error 130
- lucidlamp replied Jul 5, 2008
took me seven minutes to get a rep on the phone to close my position. luckily i was short eurusd and called to take a profit.
MB Trading Futures - Introduction
- lucidlamp replied Jul 5, 2008
tboyett, I misinterpreted your request but I am glad you received what you were looking for. Thanks for the code as well, lucidlamp
Median of a Price Series
- lucidlamp replied Jul 4, 2008
tboyett, So, according to the wikipedia, if a 5 minute bar contains 4 ticks: 1.0000, 1.0002, 1.0002, 1.0006 the median would be 1.0002, as opposed to what I suggested which would be 1.0003 ((H-L)/2)? lucidlamp
Median of a Price Series
- lucidlamp replied Jul 4, 2008
tboyett, Place a 'Moving Average' indicator on the chart. When the 'Parameters' window pops-up. Use the 'Apply to' drop-down list to select 'Median price'. lucidlamp
Median of a Price Series
- lucidlamp replied Jul 3, 2008
dcmist, When at the Strategy Tester click "Visual mode". This will bring up a chart and you will watch the ticks stored in History (F2) play through. The scroll bar under Visual will control tick speed. Then you can load indicators, EA's on the ...
MT4 Debugger?
- lucidlamp replied Jul 2, 2008
GWexell, GWexell if you can define the points that create the waves it can easily be coded. lucidlamp
Elliott Wave Counter?
- lucidlamp replied Jul 1, 2008
Coconut, Are they compiled? If not let me know, otherwise: Hit 'CTRL+O' on your keyboard while MetaTrader is active. This will open an 'Options' window. Click the 'Expert Advisors' tab. Make sure the option 'Allow Live Trading' is checked. If this ...
Buy-Sell-Close scripts ?
- lucidlamp replied Jul 1, 2008
pipany, Define a top and a bottom. lucidlamp
need a programmer to program an alert for double tops and double bottoms
- lucidlamp replied Jun 30, 2008
For study purposes: Indicator: file Indicator usage through iCustom: file Sample EA: file
GBPJPY 50 Pips daily
- lucidlamp replied Jun 29, 2008
endroute, This can be tricky. For example the MACD cross on a H1 bar has to be fully confirmed by the opening of a new H1 bar correct? If referencing a Stoch using the H4 bar, the H4 bar may be in its second or third hour of formation. So the value ...
New Indicator
- lucidlamp replied Jun 28, 2008
moha, I just looked through your code quickly. it looks like you are trying to find the highest high and the lowest low in a designated time period. is this the cae? lucidlamp
How....?
- lucidlamp replied Jun 28, 2008
Hi moha, This will return the bar number of the two bars corresponding to the times you are seeking on the chart: url Those numbers, manipulated and plugged into: url will return the value of the highest 'type' (as specified by the third ...
How....?
- lucidlamp replied Jun 26, 2008
Is this supposed to be 80 instead of 90? 57+23=80 Is this contradicting itself?
GBPJPY 50 Pips daily
- lucidlamp replied Jun 24, 2008
Very good. Add the following code throughout to see what is actually being assigned to or stored by the variable: Print(A); Print(B); Which will print to the Terminal/Experts window.
Conditional statement??
- lucidlamp replied Jun 21, 2008
Hi, You would need a script that would duplicate the MT4 order window. The script would take the order inputs and deal with them accordinlgy. In your case the script would divide the lots so they are acceptable by the broker and then send multiple ...
Script or EA?
-
thinkorswim, any thoughts...
Started Jun 19, 2008|Broker Discussion|3 repliesHi Any thoughts or experiences with thinkorswim broker? Regards, lucidlamp
- lucidlamp replied Jun 19, 2008
Justin LeBlang, A slight tutorial request fo MBTrading platform, if possible: EURUSD is trading around 1.0000. I would like to place an order to buy (go long) at the market when/if it goes to 1.2000 and set a profit target at 1.5000 and a stop loss ...
MB Trading Futures - Introduction