Hi, for me it is working good.mr tanaka to avoid time news wrong, can you change ea to read ffc indicators and place at indicators folder
need to change
1. ea 10pips
2. ea yikpuyII
3. ea radar
This is it.Master Tanaka ... can you help me make EA on the basis of RSI (3) EMA (100), Algorithm: Open Buy If RSI (3) touches number 10 and candlestic above EMA 100, close position if RSI (3) touches the number 90, Open Sell if RSI (3) touches the number 90 and candlestic under EMA 100, close position if RSI (3) touches number 10, Additional: 1.News High impact allert pending position or close all. 2. Stoplose 3. Control Spread, 4. All time frame, 5. Maximal open position,
Name EA: Jayadipura scalping
Thanks A LOT Master Tanaka...
Thanks A LOT Master Tanaka...
You the best...
Yes, you can select whether you will use EMA filter or not.do you add control settings using EMA 100?
ASSLAMLAKUM BRORHER( Start time and End time in HH:MINS) MOD
Yes, you can select whether you will use EMA filter or not.
i dont know, like today at one mt4 different, look ej, still 0 hourHi, for me it is working good.
Can you ask FFC indicator owner how to adjust OffsetHour?
Yes, you can select whether you will use EMA filter or not.
What do you mean few lines in the code generated by FSB.???Hi Tanaka San,
Did you write Ea_ApexPoint with FSB ? Because I've got no orders on Activtrades and know that the problem could sometimes be about few lines in the code generated by FSB.
If it's the case, I've got these few lines and be able to send you them to place in the code.
Thanks for reply.
Dear Tanaka San,W
What do you mean few lines in the code generated by FSB.???
What is that?
HI, is this full code?Dear Tanaka San,
I use to exchange many MQ4's EA with other coders on the web. Each of these EA are built with FSB. That's not a problem but often, these ea don't work with few broker because their informatic's systems is not full compatible with MT4. After many investigations, we (me and other coders) found that one recurrent problem results from the reading of FSB's code for 4 and 5 decimals conversions. And we found the solution with the incorporation of these line in the code :
int Decimals=1;
double ModeLotStep = MarketInfo(Symbol(), MODE_LOTSTEP);
if (ModeLotStep == 0.01) Decimals = 2;
if (ModeLotStep == 0.001) Decimals = 3;
amount=NormalizeDouble(amount,Decimals);
So, that's the reason why I asked you if you use FSB. If it's case, can you please add these lines in the EA_ApexPoint.exe4 (or send me mq4 !) in order to open orders on my live account ? My PM : [email protected]
Regards
already restart, now all ea have a news all problem, i uses tickmillYou have any message in terminal?
Close MT4 and restart and attach again. I attach the newest file.
You have some problems because 16666 hrs, You fail to load EA??
View attachment 65886
Oh, sorry ! It depends of your "coding style" !HI, is this full code?
'amount' - undeclared identifier ....
What is this ammout used for?
Dear Tanaka,HI, is this full code?
'amount' - undeclared identifier ....
What is this ammout used for?
Here is the updated test result. We continue to wait EA with martingale. tksI've been testing since yesterday. It looks promising. if it had martingale would be great. Tickmill ECN demo account.View attachment 65804
