looking for an EA that places and adjusts limit orders around an MA

 

Hello folks. As the title says im looking for something that can place and adjust limit orders around an MA.

An example might be:- 100sma with 5 levels set at 20 points intervals underneath the sma value.

100 sma = 10000

lvl1 = 9980

lvl2 = 9960

lvl3 = 9940

lvl4 = 9920

lvl5 = 9900

Id like to place limit orders of varying quantity to buy at these levels that are adjusted as the sma values change. 


Anything like this already openly exist? On a scale of 1/10 how difficult would it be to code?

Cheers fellas

fred

 
MQL5 Code Base
MQL5 Code Base
  • www.mql5.com
You don't know where to start learning the MQL5 or MQL4 programming language? Various programs for your MetaTrader terminal are available here. Download and study published code examples, develop your own indicators and Expert Advisors. Publish your applications in the largest library of MQL5 and MQL4 codes, and they will be available in every...
 
Marco vd Heijden:

try codebase: https://www.mql5.com/en/code



can you give us any tips on what to search for? im a total noob on this forum.

 
MQL5.Community
MQL5.Community
  • www.mql5.com
Searching is based on morphology and is insensitive to case. All letters, no matter of their case, will be processed as lowercase. By default, our search engine shows pages, that...
 
Marco vd Heijden:

https://www.mql5.com/en/search#!keyword=moving%20average&module=mql5_module_codebase

103 pages of moving averages.

Have fun.


haha. Cheers ;)