Look at something long enough, you will eventually get it. 
- #17,735
- Feb 11, 2010 8:33pm Feb 11, 2010 8:33pm
- Joined Mar 2008 | Status: PVSRA with Traderathome | 23,552 Posts
THV System Trades & Patterns Thread 857 replies
THV 4 system with SAH; My Trading Journal 163 replies
Bow's trading journal (THV, Hmaoui simple system) 4 replies
My Journal - Based on THV V3.0 by Cobraforex 30 replies
the vouchers - THV System 2 replies
DislikedI have made the chages you suggested along with the single MA. I need to test it for a couple of days before I post it.Ignored
DislikedHi seller9
I really like your EA alert but the alert popup window isnt working properly, when I first load the EA onto the chart the alert window pops up but as soon as I chnage the inputs to show the alerts Im looking for the alert window no longer works???
Any idea whats wrong with it and how I can get it to work properly pls??
cheersIgnored
DislikedHi Ricmi,
Thanks for the templates. On the right there is an indicator with % and probability. Can you tell me how to read/use it?
Good tradingIgnored
DislikedIt will popup when first opened because all alerts are defaulted to false, I may change that, this is handy to show alert is working. Once you have selected alerts to use by setting them to true they all must be GREEN or RED for an alert to take place. AlarmOn must also be set to "true", also check your alert settings in MT4. I haven't had any problems.
Another way to test the popup is to set just the M1Cloud to "true", as the price moves back and forth across this quite often you should get the alert quite often as the price moves back and...Ignored
DislikedHere is the next version of the alert, I haven't had much time to test all the functions so you may want to do that. Let me know what you think.
AttachmentIgnored
DislikedI made some changes to the Trend selections and also now when you set the show inactive alerts to false it displays them a little different, otherwise its the same. Now you can choose 1, 2, or 3 trends and their Period and their type. Read the txt file, I have explained it there also.
extern string Note8a="Choose -- SMA, EMA, LWMA, SMMA -- only";
extern bool Trend = false;
extern int TrendShort = 20;
extern string TrendShortType = "EMA";
extern int TrendMedium = 60;
extern string TrendMediumType = "EMA";
extern int TrendLong = 200;
extern...Ignored