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.
I have tried to run V1+V2new2[1].1 on 5 digits account, but it doesn´t work ...
Can anybody tell me, what and how, I have to change in the code to make it work on 5 digits? I am not a programmer but I can figure it out because I have some programming experience in webdesign.
Or, if there is a version already for 5 digits, would you please tell me, where I can find it?
That would be fantastic. Help is greatly appreciated.
Regards,
4rexlady
Add this to the internal settings section of your EA
double Poin;
Add this to the
int init section of your EA
if (Point == 0.00001) Poin = 0.0001;
else if (Point == 0.001) Poin = 0.01;
else Poin = Point;
Can't get any of the versions to work. I had V1+V2_new3 working for couple days and it stopped. Rest don't work, don't open any trades at all. Have "live trading" checked.
Tried on several mt4 platforms and no work. Does any one have a version that works?
Can't get any of the versions to work. I had V1+V2_new3 working for couple days and it stopped. Rest don't work, don't open any trades at all. Have "live trading" checked.
Tried on several mt4 platforms and no work. Does any one have a version that works?
sounds like a broker problem to me. Try Alpari! I use version new3 on Alpari for both live and demo trading, and it's working well. I had your problem using it on ODL and a couple of other brokers (forgot which ones).
sounds like a broker problem to me. Try Alpari! I use version new3 on Alpari for both live and demo trading, and it's working well. I had your problem using it on ODL and a couple of other brokers (forgot which ones).
hello mr.jsp326,
I protect my account with this EA, I have inserted in the notes.
if the strong market trend has limited my losses to 10% of the account.
therefore, then the V1 has a new trading range.
They both files to the expert and minimize their losses exceed 10%
best regards
4rexLady_de
4rexLady_de, can you help me how you insert this EA to V1V2..
some suggestion: i think this EA works fine on range and not trend. so we must add indicator such as ADX, or bollinger. Second, perhaps, somebody can make AUTO SPACING ( as i know calculated from Indicator) forget.