crossover events
Created at 19 Mar 2014, 23:35
crossover events
19 Mar 2014, 23:35
Hello,
I submitted a question a few days ago and I was impressed with how quick a response I received. I am not a programmer so this is likely easy for everyone but I need the help. I am looking to very simply perform a market buy or sell when a fast weighted moving average crosses over a slower weighted moving average. I looked through sample cbots but didn't find anything that really fit this very simple trading technique.
Any help is appreciated. Below is theoretically what I am trying to do but can't figure out the syntax
if ( fastWMA > slow WMA)
{
Buy;
}
if ( fastWMA < slowWMA) { Sell; }
Thank-you.
Old Account
21 Mar 2014, 20:23
@Old Account