Forum

Is a Linear regression EA possible ??

Can someone tell me if it is possible to code an EA to draw a linear regression channel and open and close trades on breaks from the channel

EA trade signal only

Is it possible to receive a notice to my iphone from my EA alerting me to a trade signal without the EA opening the trade

My EA will not open a trade. What am I doing wrong??

int init() { //---- ticketOpp=- 1 ; if ( Point == 0.00001 || Point == 0.001 ) pip = Point * 10 ; else pip = Point ; if ( Digits == 3 || Digits == 5 ) slipFactor= 10 ; else slipFactor= 1 ; //---- return ( 0 ); }

some advice please

Hi I have an EA that I have paid a few developers (spelling) to work on. I have also added some "stuff" myself. Now I would like to put the EA in the jobs section to see if someone can add a trend line drawing feature. Perhaps looking for divergence between the RSI and price. My two questions

interval trading not working

Hello, I added interval trading to my EA before the update. I am now updated to build 625 and the interval trading is not working. can anyone tell me why?? extern int StartHour1= 13 ; extern int EndHour1= 16 ; extern int StartHour2= 13 ; extern int EndHour2= 16 ; extern int CloseTradesHour= 17 ;

HELP!!!!

I cannot possibly read all these questions. I apologize if I am repeating anyone. I paid a developer in the jobs section to write an EA for me. It is mine. Why is it write protected???? Why am I unable to move the file to another computer??? Patricia

what are credits

can someone tell me what a credit is in the new jobs section. I would like to put in a new order. Are credits the same as USD

multiple orders

HOw do I change my ea so it will open multiple orders in one direction as pullbacks occur