- Experts: Volatility Trader and Breakout EA (X-liquidex)
- EA not opening pending orders
- MT4 to MT5 code converter
pardon me sir, but it takes time to read two thousand sixty nine lines of code
plus entering into your head and understand it
and above all to understand the EA Builder
so please be patient
Yes I have checked it it long and short. Ok I'll be patient, Thank you guys
Again an EABuilder ....
I see the code and have to say again.... What a badly written EA.
The common errors we discussed before in EA's build with EABuilders (other topics) we can find also in this EA
and if i or someone else is making your EA working the way it should be you still not be able to make EA's yourself
Why not ask your broker ironfx who supplied you this EABuilder what the problem is your EA is not open short
Again an EABuilder ....
I see the code and have to say again.... What a badly written EA.
The common errors we discussed before in EA's build with EABuilders (other topics) we can find also in this EA
and if i or someone else is making your EA working the way it should be you still not be able to make EA's yourself
Why not ask your broker ironfx who supplied you this EABuilder what the problem is your EA is not open short
They say they dont have staff for checking this.
They say they dont have staff for checking this.
So you have to do it yourself, that means learn to code
or ask every time you make EA's with this EABuilder someone else
This forum helps people who code themselves, you don't code yourself using this stupid EABuilder
Can you display the lines where Short trade has to be opend ?? and tell what happens there ??
You have a few problems right here, starting with those if statements in quotation marks...
// Trading code starts here if (TradeOrAlert) { // Check conditions if ( ( iCustom(Symbol(),PERIOD_M15,"NRTR_ATR_STOP", 14, 1,0,1) < iCustom(Symbol(),PERIOD_M15,"NRTR_ATR_STOP", 14, 1,0,0) ) ) { CLOSESHORT(Symbol()) ;} if ( ( iCustom(Symbol(),PERIOD_M15,"NRTR_ATR_STOP", 14, 1,0,1) > iCustom(Symbol(),PERIOD_M15,"NRTR_ATR_STOP", 14, 1,0,0) ) ) { CLOSELONG(Symbol()) ;} if ( ( iCustom(Symbol(),PERIOD_H1,"NRTR_ATR_STOP", 14, 1,0,1) > iCustom(Symbol(),PERIOD_H1,"NRTR_ATR_STOP", 14, 1,0,0) ) && ( iCustom(Symbol(),PERIOD_M15,"NRTR_ATR_STOP", 14, 1,0,1) > iCustom(Symbol(),PERIOD_M15,"NRTR_ATR_STOP", 14, 1,0,0) ) ) { SELL(Symbol(),S_Symbol_LS_0,S_Symbol_TP_0,S_Symbol_SL_0,S_Symbol_TS_0,"if ( ( iCustom(Symbol(),PERIOD_H1,NRTR_ATR_STOP, 14, 1,0,1) > iCustom(Symbol(),PERIOD_H1,NRTR_...") ;} if ( ( iCustom(Symbol(),PERIOD_M15,"NRTR_ATR_STOP", 14, 1,0,1) < iCustom(Symbol(),PERIOD_M15,"NRTR_ATR_STOP", 14, 1,0,0) ) && ( iCustom(Symbol(),PERIOD_H1,"NRTR_ATR_STOP", 14, 1,0,1) < iCustom(Symbol(),PERIOD_H1,"NRTR_ATR_STOP", 14, 1,0,0) ) ) { BUY(Symbol(),B_Symbol_LS_0,B_Symbol_TP_0,B_Symbol_SL_0,B_Symbol_TS_0,"if ( ( iCustom(Symbol(),PERIOD_M15,NRTR_ATR_STOP, 14, 1,0,1) < iCustom(Symbol(),PERIOD_M15,NRT...") ;}
So is this works now? Sorry but i made this with molanis I dont really know programming language...
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use