| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack (2) | Thread Tools | Display Modes |
|
|||
|
Quote:
I'm waiting for market open to test it. |
|
||||
|
Help with ICWR
Since this is the Ask thread, I'm posting this here too (I posted in the icwr thread already).
Do you think it would be possible to modify the code of the icwr indicator to leave all of the previous Active Waves showing? I want to be able to manually backtest the system and the indicator is great fro drawing the waves, but it would be nice to be able to quickly look at the chart and see all the previous waves that qualified as Active Waves. Maybe when an active wave is replaced by a new active wave, instead of turning back to blue, it could change to yellow or something. I've tried a number of modifications to the code, but I can't seem to get any of them to work. When you have time, I'd really appreciate your help. Keris |
|
||||
|
hi coder
i am a Microsft Certified VB6 coder if you have any idea about linking MQL4 and VB6 i am very keen to help.i do not know exactly it is possible or not(i mean linking these two)but i suppose that evry thing is possible.i am ready for your suggestion(s).
Last edited by kamyar; 12-25-2005 at 04:15 AM. |
|
||||
|
strategy compiler
i want to offer you a software which is able to compile your trading strategies to MQL4 language.to install this software on your PC you should install .NetFrameWork 1.1 first.here you can find it:
http://www.microsoft.com/downloads/d...displaylang=en Last edited by kamyar; 12-25-2005 at 06:57 AM. |
|
|||
|
Stop and Reverse trailing stop loss
Hi
I am interested in stop and reverse code. Can you put stop and reverse code onto the sample that you gave for the lessons. Example long EURUSD stop loss 10. if stop loss reached then close order and open a order in the reverse OP_SELL. If short EURUSD short stop loss 10. if stop loss reached then close order and open a order in the reverse OP_BUY Thank you Oba Ire |
|
||||
|
Quote:
Code:
smin = SsMin+(SsMax-SsMin)*K/100;
smax = SsMax-(SsMax-SsMin)*K/100;
val1[shift]=0;
val2[shift]=0;
if (Close[shift]<smin)
{
uptrend = false;
Alert("Silvertrend DOWN signal!!!"); }
if (Close[shift]>smax)
{
uptrend = true;
Alert("Silvertrend UP signal!!!");
}
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/questions/270-ask.html
|
||||
| Posted By | For | Type | Date | |
| OzFx System:) - Page 639 | This thread | Refback | 06-21-2008 09:53 PM | |
| Forex SRDC Sidus Sibkis EA MT4 Forum OTCSmart | This thread | Refback | 12-08-2007 11:46 AM | |