Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
fix -
1.it seemed to do multiple buys/sells emptying account
2, changed it to >=9 as total of buys/sells
fixed by changing default everytick to false
also put in a counter for buys sells
some nice comments to check variables
Again thanks so much men! it works nice, I did some fine tunning like changing the order criteria to >= instead of == which was a minor detail I failed to mention from the beginning, but hopefully I knew how to deal with that so I changed it , Im studying the mql manual and learning so your help is so much appreciated.
Now today Im going to work on adding a way of filtering the counter trend signals, something like , if using a 1M chart, it also takes the same signal criteria from one higher time frame eg. 5M, if using 5M will also need the 15M signal to order and so on , and so on. something like the Zink Killer EA has; two time frames signals to go with the major movement. I dont know how much work that involves but Im gonna try to do it, you are wellcome help if you have time that is, you already did great. thanks again!
Yeah no kidding, I dont use the MA cuz it was one of the reason it takes many trades
also that exit was that reliable. I use stops a trailing and its a bit better. for the moment I use it as an aid , and take all trades automatic but the exit all manually.
the plan is to now filter the signals by also looking one higher time frame, so as to not take counter trades.
Working on adding a second criteria to order, based on looking on a higher time frame, instead of looking for one higher time frame, I guess Im gonna just make it so one can specify which time frame one wants in addiction to the current time, I guess less coding and more dinamic to ones need, and for better testing I guess. Wish me luck.