Forum

Close trades after 30 mins

I need the code to close all active trades if they have been active for longer than 30 mins. can anyone help? thank you

same old question and i feel noob to post it again but maybe there is a way..... to:

find out the damn color of my indicator as i cannot see the pattern stored in the eight buffers (0-7) actually there is no pattern, or it is really complicated while i only have 2 colors. The buffers only give me price action. is there a way of "seeing" what is being painted? as is iCustom color or

mql4 of Fractals

where can i find the mql4 of bill williams' indicator fractals ? ty

Hi, I could not find the reference, need simple code for:

retrieve candle high, low, open, close, (shift 2) and then shift 1 and shift 0 as well, just retreive the prices i am intereste in. can anyone direct me to those functions ? TY

Ordersend eroor 138 pls help i post my code

if (trend==-1 && s==0) { if (b==1) {OrderClose(ob, OrderLots(), Bid, 3, Black);} os=OrderSend(Symbol(),OP_SELL,Lots,Ask,3,Ask+SL*Point,Ask-TP*Point,"coment",1,0,White); s=1; b=0; } if (trend==1 && b==0) { if (s==1) {OrderClose(os, OrderLots(), Bid, 3, Black);}

I need to see values of my indicators

hello, i need a custom indicator which will show me the values of all of my indicators. (for example stochastic: i dont want to just see the line i want t see the line AND below each point in the line (every bar) the value of that point in the line. (probably writtent topdown so as to avoid values

NOOB QUESTION: reg. iStochastic

i need iStochastic to have fixed values. from 0 to 1. I can choose that in the chart but while i program that into an ea it has varying values it seems am i right? can I make it be 0 to 1? any info from the gurus will be much appreciated. thank you

I am looking for a very good coder

because i has a kickass idea, Whatoyu need to code ~ roughly 50-60 lines of code, and i provide what i allready have. If you work with me, this idea will bring in thousands in days. Only serious applicants pls. contact me at phxskuff@gmail.com. ty. looking forward to colaborate with a good guy

iAO iAD problem

my colors yelllow for uo red for down the code aoc=iAO(NULL, 0, 0); gives me 0.0001, i want the value of the current bar which is -0.00200 hat am i doing wwrong'............. w