Support Board
Date/Time: Tue, 26 Nov 2024 19:46:24 +0000
Post From: Reversal doesn´t work with Trading Window, help!
[2014-05-23 21:30:59] |
User84572 - Posts: 2 |
Hi Guys, I am creating a system with the spreadsheets and simple moving crossing as below, but the reversal is not working everytime that a try to autotrade replay backtest system, the parameters for reversal turned to false??? Any idea? help? what is wrong? |Formulas =IF(AND(AA62<AB62;AA61>AB62);TRUE) =IF(AND(AA56>AB56;AA55<AB55);TRUE) Parameters Below Connected to Data Feed (read-only): FALSE Reset Condition On New Bar (read-only): FALSE Allow Multiple Entries in Same Direction (read-only): FALSE Signal Only Once Per Bar (read-only): FALSE Cancel All Orders on Entries and Reversals (read-only): TRUE Allow Entry With Working Orders (read-only): TRUE Signal Only On Bar Close (Columns L, N-Z) (read-only): FALSE Signal Only On Bar Close (Columns K, M) (read-only): FALSE Maximum Position Allowed (read-only): 1000 Send Orders To Trade Service (read-only): FALSE Support Reversals (read-only): TRUE Allow Opposite Entry with Opposing Position or Orders (read-only): TRUE Cancel All Working Orders on Exit (read-only): FALSE |