You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
First of all, thanks for indicator! it's awesome!
But I've got an issue I don't know if you can help me to solve it:
When I call iCustom either simple or full mode, I got the indicator drawn in my chart. The matter of the fact is I just want time and impact, not the graphics:
EventMinute = (int)iCustom(NULL,0,"FFC",false,true,true,true,true,false,"","",true,1,"","",false,false,2,"",CLR_NONE,false,CLR_NONE,14598235,5487103,5198809,CLR_NONE,CLR_NONE,CLR_NONE,CLR_NONE,CLR_NONE,true,0,10,"","",true,true,true,true,true,true,false,false,false,"","",false,CLR_NONE,0,"","","",0,-1,false,false,"",false,false,0,0);
EventImpact = (int)iCustom(NULL,0,"FFC",false,true,true,true,true,false,"","",true,1,"","",false,false,2,"",CLR_NONE,false,CLR_NONE,14598235,5487103,5198809,CLR_NONE,CLR_NONE,CLR_NONE,CLR_NONE,CLR_NONE,true,0,10,"","",true,true,true,true,true,true,false,false,false,"","",false,CLR_NONE,0,"","","",0,-1,false,false,"",false,false,1,0);
How could I solve this?
Thank you
First of all, thanks for indicator! it's awesome!
But I've got an issue I don't know if you can help me to solve it:
When I call iCustom either simple or full mode, I got the indicator drawn in my chart. The matter of the fact is I just want time and impact, not the graphics:
EventMinute = (int)iCustom(NULL,0,"FFC",false,true,true,true,true,false,"","",true,1,"","",false,false,2,"",CLR_NONE,false,CLR_NONE,14598235,5487103,5198809,CLR_NONE,CLR_NONE,CLR_NONE,CLR_NONE,CLR_NONE,true,0,10,"","",true,true,true,true,true,true,false,false,false,"","",false,CLR_NONE,0,"","","",0,-1,false,false,"",false,false,0,0);
EventImpact = (int)iCustom(NULL,0,"FFC",false,true,true,true,true,false,"","",true,1,"","",false,false,2,"",CLR_NONE,false,CLR_NONE,14598235,5487103,5198809,CLR_NONE,CLR_NONE,CLR_NONE,CLR_NONE,CLR_NONE,true,0,10,"","",true,true,true,true,true,true,false,false,false,"","",false,CLR_NONE,0,"","","",0,-1,false,false,"",false,false,1,0);
How could I solve this?
Thank you
I have exactly the same request...
Hi,
I keep getting an message that says 'FF: please allow DDL imports.'..
but ive done that when dragging it into the chart.. what is the error?..
ive placed the file in folder 'indicators'
Thanks for all your work. This wil become a very popular indicator I'm sure.
Thanks again!
Hi,
I keep getting an message that says 'FF: please allow DDL imports.'..
but ive done that when dragging it into the chart.. what is the error?..
ive placed the file in folder 'indicators'
Hi Awran5,
thank you for your awesome indie. is there any simple call to activate my code just for related pair with the country news ? for example : if the country news is GBP, my code will only work for GBPUSD and EURGBP.
thanks
//-------------------------------------------------------------------+
//setting trap 1 minute before news
//-------------------------------------------------------------------+
int EventMinute = (int)iCustom(NULL,0,"FFC",0,0);
int EventImpact = (int)iCustom(NULL,0,"FFC",1,0);
if (lotku<0.01)
lotku=0.01;
if((EventMinute == 1)&&(EventImpact == 3)) { // 1 minutes before the event and high impact
OrderSend(NULL,OP_BUYSTOP,lotku,(Ask+jarak1),Slippage,(Ask-SL),(Ask+TP1),"News",MagicNumber,(TimeCurrent()+900),Blue);
OrderSend(NULL,OP_BUYSTOP,lotku,(Ask+jarak2),Slippage,(Ask-SL),(Ask+TP1),"News",MagicNumber,(TimeCurrent()+900),Blue);
OrderSend(NULL,OP_BUYSTOP,lotku,(Ask+jarak3),Slippage,(Ask-SL),(Ask+TP1),"News",MagicNumber,(TimeCurrent()+900),Blue);
OrderSend(NULL,OP_SELLSTOP,lotku,(Bid-jarak1),Slippage,(Bid+SL),(Bid-TP1),"News",MagicNumber2,(TimeCurrent()+900),Blue);
OrderSend(NULL,OP_SELLSTOP,lotku,(Bid-jarak2),Slippage,(Bid+SL),(Bid-TP1),"News",MagicNumber2,(TimeCurrent()+900),Blue);
OrderSend(NULL,OP_SELLSTOP,lotku,(Bid-jarak3),Slippage,(Bid+SL),(Bid-TP1),"News",MagicNumber2,(TimeCurrent()+900),Blue);
Hi Arwan5,
i want to stop my EA when event occurred...
and i have seen previous comment...
Whether this code below is correct... please an advanced ... i'm newbie ...
and if my EA attached ... here the screenshot on cart and error appears .... thank you