profitable expert advisors for fully automated trading



I bought profitable expert advisors from


http://profitabletraders.co.uk/




Profitable traders makes safe, reliable and robust expert advisors for fully automated trading.A good ea can take months to code and many more months to test functions.If functions are not tested , EA (bot) will fail and blow accounts.


https://community.ig.com/t5/General-Trading-Strategy/Profitable-eas-expert-advisors-for-automated-trading-automated/td-p/27111







A blown account because ea bot was not safe.Safety features in professional eas include the following :

disable ea for 12 hours if entire basket closed .

ea should write comments when new trade is opened. Trade opened by expert & name .It should not open any more new trades in next 12 hours.

 code to martingale :It should not open any more new higher lot trades in next 12 hours.

EA to check friday close , signal valid if time is less than friday close, if it is greater than monday open and maximum new trades is <0 per 24 hours




If EA closes entire trade, ea will stop trading until midnight.

After closure of basket due to take profit or stop loss , ea will not trade until midnight.

In signals ea will check history for magics for trades opened on same day ,before opening new signal trades .



code in signals

EA to check Friday close , signal valid if time is less than Friday close, if it is greater than Monday open and maximum new baskets is <0 per 24 hours

in signals code

if time current is < Friday close time and > than Monday open time ,and new signal trades in last 24 hours :trade is true

input bool UseCloseFriday=true;

input string FridayCloseTime="19:00";




Monday open time 10:00

Monday start time:10:00// no new signals are allowed before Monday at 10 am

Comments

Popular posts from this blog

freelance mql5.com EAS can be hacked and eas stolen = unsafe.

Why do or most intraday robots (EAS) fail on mql5.com site ?

FREE TRADE MANAGER MT4 EXPERT WITH SOURCE CODES