Hi,
I am writing my first efs strategy and have some questions. First, my strategy is built using moving average crossovers for buy and sell signals. When I first load the strategy up and it goes through all the back data (from left to right) will that cause positions to be executed or is it just loading the data into the array?
I notice that I get mulitple alerts on one bar of data. I mean when I am running my efs on a live system my MA's are generate multiple signals. Is there a way to get only one signal per bar? So I can generate only one state?
Has anyone done this before? When I run my script through the back tester the results are very good, so I must be missing something?
I use MBtrading, so when I execute my doLongs and doShorts do I need to do something to execute the trades through my broker?
Thanks,
Jon
I am writing my first efs strategy and have some questions. First, my strategy is built using moving average crossovers for buy and sell signals. When I first load the strategy up and it goes through all the back data (from left to right) will that cause positions to be executed or is it just loading the data into the array?
I notice that I get mulitple alerts on one bar of data. I mean when I am running my efs on a live system my MA's are generate multiple signals. Is there a way to get only one signal per bar? So I can generate only one state?
Has anyone done this before? When I run my script through the back tester the results are very good, so I must be missing something?
I use MBtrading, so when I execute my doLongs and doShorts do I need to do something to execute the trades through my broker?
Thanks,
Jon
Comment