Login Page - Create Account

Support Board


Date/Time: Tue, 28 May 2024 04:31:32 +0000



Post From: Simple automated trading-strategy

[2015-03-16 10:30:49]
User81805 - Posts: 9
I have followed all the primary steps to get the automated trading simulation to work, but it does not seem to be making any simulated trades. Perhaps the formulas I entered into the K,L,M,N columns is the problem. They go as follows:

Buy Entry(K): IF=(E3>B3,E4>B4,E5>B5,E6>B6) Buy Exit(L): IF=(E3<B3,E4<B4,E5<B5) Sell Entry(M): IF=(E3<B3,E4<B4,E5<B5,E6<B6) Sell Exit(N): IF=(E3>B3,E4>B4,E5>B5)

Maybe the fault is in these formulas? If so, what should the formulas look like to fit this strategy?
Date Time Of Last Edit: 2015-03-17 12:45:58