- Search Metals Mine
- Ryder replied Oct 10, 2011
signals — I got back in for hte 6:05 signal (5m chart), and out for 30 pips. Back in for the 8:20 signal, and out for 25 pips. I am about finished for the day. I think you are the better trader for staying in the trade longer. I am still ...
Ema+vq+macd System
- Ryder replied Oct 10, 2011
5m charts — Good morning traders. Good start this morning. 5m chart, SMMA 9, shift 3 on the signal line. 70 pips. Going to trade this live (small lot) at the London open this week. Have attached a version of the signal generator set up for 5m ...
Ema+vq+macd System
- Ryder replied Oct 6, 2011
pending order — Hello Lesso. Hope you are trading well. Question. After you place a pending order buffer+spread pips above the high of the offending bar (for a long), how long do you wait for the order to be filled? 1 bar? 2 bars? 3 bars? ...
Ema+vq+macd System
- Ryder replied Oct 6, 2011
experts/indicators folder — Good Morning! There are two files that you must have in the experts/indicators folder. the file "VQmod" which I posted to post 109, and the file "MACD(DEMA)DiNapoli_v1 lines" which Lesso included in the first post. ...
Ema+vq+macd System
- Ryder replied Oct 5, 2011
Tough day to trade? — I found it a tough day to trade. No real trend. Caught one nice move this morning, but hit my share of loosers also. I have not traded 1m in a long-long time. Spent the day getting use to the mechanics of 1m chart ...
Ema+vq+macd System
- Ryder replied Oct 5, 2011
Trade Times — To use trade time windows, you set "TradeWindowEnable" to true. Two separate trade windows are provided and can be enabled/disabled separately. Window1Enable and Window2Enable. Trade times are specified in even hours and are ...
Ema+vq+macd System
- Ryder replied Oct 5, 2011
cycle indicators — If you think all cycle indicators repaint, read John Ehlers book "Cybernetic Analysis for Stocks and Futures". There are several cycle indicators in there, and non of them repaint. This indicator repaints because it is ...
Symphonie Trader System
- Ryder replied Oct 5, 2011
experts/log file — Hello. Been testing this interesting system. Has anyone checked the /experts/log file? I get a recurring warning in the log file that states that "Symphonie Sentiment Indikator calculation time is 0.2 seconds". The warning ...
Symphonie Trader System
- Ryder replied Oct 5, 2011
experts/log file — multi888, when you encounter a problem like this, you can often find out what is wrong by checking the experts/log directory. In that directory, you will see a file with todays date on it (the last file in the list, one for ...
Ema+vq+macd System
- Ryder replied Oct 5, 2011
VQmod — You will find VQmod in post 109. Or you can go to the paperclip at the top of the FF screen for this thread and download it there. Put it in the experts/indicators directory, and restart metatrader.
Ema+vq+macd System
- Ryder replied Oct 5, 2011
crashes — Do you have MT4 Build 402, the latest build? Do you have VQmod in your experts/indicators directory??
Ema+vq+macd System
- Ryder replied Oct 5, 2011
Shift 3 — Lesso, yes, the indi uses EMA20 shift 3. Here is the code line. double ema20 = iMA(Symbol(), 0, 20, 3, MODE_SMMA, PRICE_OPEN, i); multi888 -- The LessoSignals indicator was compiled under MT4 build 402. Do you have the latest version ...
Ema+vq+macd System
- Ryder replied Oct 4, 2011
LessoSignals.v1.3 — I added a second time window to the indicator just recently, and there was a bug in the code. It is corrected in the attached version. There is a lot of flexibility in the indicator settings -- perhaps too much flexibility. ...
Ema+vq+macd System
- Ryder replied Oct 4, 2011
LessoSignals.v1.2 — Lesso. I have moded the signals indi to signal a trade if any bar comes close to the EMA20 and all other conditions are met. I have included a pic that includes both v1.1 and v1.2 of the indi. v1.1 is the one on top in the ...
Ema+vq+macd System
- Ryder replied Oct 4, 2011
1521 signal — I have two signals, one at 1519 and one at 1521 that caught the great move that just occurred. I am using a VQ lenght of 5. I will change the logic to signal an alert if any part of a bar touches the EMA20, whether it closes ...
Ema+vq+macd System
- Ryder replied Oct 4, 2011
Signals — Correct - if time windows are disabled, you get signals 24 hours a day. If they are set, you get signals only during the window opening. I set them to go off at 2am and I set the email alert. My cell phone becomes my alarm clock, ...
Ema+vq+macd System
- Ryder replied Oct 4, 2011
All-in-one signals — Hello Lesso. Thank you for a great scalping solution. In the hope of giving back, you will find an indicator attached that does a logical "and" of your signals to produce an integrated signal. There are also a couple of ...
Ema+vq+macd System
- Ryder replied Sep 20, 2011
Error in MA_of_RSX — Hello Dragon, hope you are trading well. I am trying to use MA_of_RSX in a system I am testing and I am getting a recurring message in the experts/log file. The message is "Objec Name passed to ObjectSet function cannot be ...
vsa with Malcolm
- Ryder replied Sep 15, 2011
VQ lookback — I looked through your logic and it appaers to do what you want it to do. However, I question the need or desire to look back 10,000 time periods in the VQ iCustom calls. I have played around with the look back length and believe ...
Caillou's multi-length VQ auto-trader by SteveHopwood
- Ryder replied Sep 14, 2011
VQsignals.v3.0FF source code — Caillou, Below you will find the appropriate sections of source code from the subject indicator. This should provide the necessary info to facilate EA development, although it is all very stratight forward stuff. ...
Caillou's multi-length VQ auto-trader by SteveHopwood