Forum

Take value from a nother timeframes

Hi everyone This is my promblem. if expression 1( in H1) && expression 2 ( in M30 ) operator But i don' t know how to take value from M30 when EA is working in H1. Can you help me, Please. And if you can, help me make a simple Example. Thank a lot

Help me find the draw arrow in this indcater

This indicater help me draw an arrow in the chart. I wan add a alert when it draw a arrow. but i can't find where is the draw arrow order and where i should add the alert order. Thank a lot double ExtBuffer0[]; double ExtBuffer1[]; double ExtBuffer2[]; extern int fastma = 5 ; extern int

Please help me find where is the draw oder

double ExtBuffer0[]; double ExtBuffer1[]; double ExtBuffer2[]; extern int fastma = 5 ; extern int slowma = 34 ; extern int isshowsignaltype1 = 1 ; extern int isshowsignaltype2 = 1 ; extern int divergencebars = 4 ; extern int mode = 0 ; int normalizeperiod = 200 ; string indicatorname;

Help newbie in AO

Hi everyone. I'm learning code and i need help wiht AO. I want check when AO valeu = 0. and before that AO is red bar or greenbar I write this double val1= iAO(NULL,0, i); double val2= iAO(NULL,0, i+1); if ( val1 == 0) if (val1>val2) ....... is that right ? or something wrong. Please help me. I

Help me!!! I'm newbie. set new order like the

I'm have 10 order. 1 of them close and I want set a new order like the order close( volume, price, sl, tp ). i try some way but it don't like what i want. Can you help me code this or show me the best way to do, please. I'm a newbie so something i can't understand, can you show it clearly. Thank a