Just some things you can try with the current code you are providing,... 1) Remove the short code and see if the system works well with just the long only trades,...
2) Instead of ORing them, try each ENTER LONG code individually and see if one of the three entry code options works better for your style of trading,... ----- Original Message ----- From: susanta sarkar [email protected] [equismetastock] To: [email protected] Sent: Friday, February 06, 2015 11:24 PM Subject: [EquisMetaStock Group] My Trading System using EMA and PSCR Hi Everyone, This is a trading system which i came cross various forums and websites. I have only tried to program it into metastock. I would like forum members to use the trading system and modify it even further. It would be great if someone and increase the trading efficiency of the system. This system works better with higher time frames, but can also be used for lower ones. The trading system is as follows:- ENTER LONG ((Mov(C,3,E)>Mov(C,8,E)) AND (Cross(Mov(C,8,E),Mov(C,13,E))AND SAR(0.02,0.2)<C) OR (Mov(C,8,E)>Mov(C,13,E)) AND (Cross(Mov(C,3,E),Mov(C,8,E)) AND SAR(0.02,0.2)<C) OR (Mov(C,3,E)>Mov(C,8,E) AND Mov(C,8,E)>Mov(C,13,E) AND Cross(C,SAR(0.02,0.2)))); EXIT LONG Cross(SAR(0.015,0.2),C); ENTER SHORT (Mov(C,3,E)<Mov(C,8,E)) AND (Cross(Mov(C,13,E),Mov(C,8,E))AND SAR(0.02,0.2)>C) OR (Mov(C,8,E)<Mov(C,13,E)) AND (Cross(Mov(C,8,E),Mov(C,3,E))AND SAR(0.02,0.2)>C) OR (Mov(C,3,E)<Mov(C,8,E) AND Mov(C,8,E)<Mov(C,13,E) AND Cross(SAR(0.02,0.2),C)); EXIT SHORT Cross(C,SAR(0.015,0.2)); Please feel free to contact me and develop/modify the syste m. Regards, Sus19in
