Login Page - Create Account

Support Board


Date/Time: Wed, 25 Dec 2024 07:06:59 +0000



Post From: Moving average formula help

[2015-11-06 02:27:14]
User314747 - Posts: 7
I have a particular formula im trying to define. Im currently implementing an 8 moving average strategy (ID11.SG1) and I want to avoid divergences in a minute by minute time frame. Meaning not taking prior trades based on price, for instance if at 9:32:00 price action averages 50.31 and price action at 9:33:00 averages 50.30 I would want to negate (false) the 9:33:00 time frame due to the price action being lower based on the 8 moving average. Below is what I currently am using that has failed to bring results.

Thanks for the help,

=IF(ID11.SG1@3-62> ID11.SG1@63-122, TRUE, FALSE)