limit orders by EA?

 
i am sorry if this question is totally stupid but i am absolutely new to automated trading. I want to know if its possible to design a EA which places limit orders as mulitple of ATR value added or subtracted from close price of trigger bar of MA crossover?
 
absolutely
 
9818682527:
i am sorry if this question is totally stupid but i am absolutely new to automated trading. I want to know if its possible to design a EA which places limit orders as mulitple of ATR value added or subtracted from close price of trigger bar of MA crossover?


yes, is possible

https://docs.mql4.com/trading/OrderSend

https://docs.mql4.com/constants/trading

https://docs.mql4.com/common/MarketInfo

https://docs.mql4.com/constants/marketinfo (MODE_STOPLEVEL, MODE_FREEZELEVEL)

 


sir,

I have zero knowledge abt coding can u develop one for me.

It just involves MA crossover and ATR.

Can u develop one for me? I am sorry if my request is not worth consedering

Actually i want to first test it.

Can u plz provide me ur email so that i can provide u the conditions for coding?

 
bool Purpose_of_this_forum;
bool Helping_people;
bool Do_their_dirty_work;

int start()
   {
   if (Purpose_of_this_forum == Helping_people)
      {
      Print ("Show Some Of Your Code & We Will try To Help You");
      }
   else if (Purpose_of_this_forum == Do_their_dirty_work)
      {
      Alert("No Slaves here, learn to code or pay someone.")
      }
   return(0);
   }
 
qjol:


sir, i said i am completely new to aotomated trading? i cant spend time on learning coding as i want to concentrate more on trading. Can u suggest to whom i should contact to pay and develop and how much should i have to pay? As its very simple code i am trying to get developed. The experts will take just half an hour maximum to write my code.
 
9818682527:

sir, i said i am completely new to aotomated trading? i cant spend time on learning coding as i want to concentrate more on trading. Can u suggest to whom i should contact to pay and develop and how much should i have to pay? As its very simple code i am trying to get developed. The experts will take just half an hour maximum to write my code.
If you don't know about coding how do you it will take 30 mins ? Anyway, go here and you can post a job . . . it covers MT4 and MT5 : https://www.mql5.com/en/job
 
RaptorUK:
If you don't know about coding how do you it will take 30 mins ? Anyway, go here and you can post a job . . . it covers MT4 and MT5 : https://www.mql5.com/en/job

that whas just a guess.........but my system involves moving average crossover in one time frame and then limit orders are placed as multiples of ATR.