Looking for simple EA...you may have it?!

 

Im looking for the Trend Magic EA ... not to run it, but for coding reference. Simple EA should just follow the color of the indicator. Buy when Blue, exit when red and sell it immediately. Essentially you are in the market 24 hours a day. Thank you if you even took your time to read this. Here's another question, is it possible to run a EA on an offline chart?

Best,

J

 

jb_9122

If you are looking for an EA that will trade on "trend magic" color change, find any EA that trades using CCI, set the CCI period to 50 and that is it. Color change in "trend magic" exclusively depends on CCI crossing 0. If you want to use the values of it for stop loss or similar, find any EA that works with "super trend" ("trend magic" is simply renamed "super trend" indicator)

jb_9122:
Im looking for the Trend Magic EA ... not to run it, but for coding reference. Simple EA should just follow the color of the indicator. Buy when Blue, exit when red and sell it immediately. Essentially you are in the market 24 hours a day. Thank you if you even took your time to read this. Here's another question, is it possible to run a EA on an offline chart?

Best,

J
 

Just as an example - one version of an EA that is using super trend is at this post : https://www.mql5.com/en/forum/trading_systems

Reason: