Topic: Simple moving average as part of a strategy

Hello everyone

I want to set up a simple moving average as part of my strategy. Just the price braking a certain daily average signaling an entry and exit that position and reversing when the price brakes the MA to the other side.

Should be simple but I am not getting the same results on FSB as in my Excel so I am having doubts.

Can you please help me smile

Re: Simple moving average as part of a strategy

This is my take on it:

[Opening Point of the Position]
     Bar Opening
     Enter the market at the beginning of the bar
     Base price  -  Open

[Opening Logic Condition]
     Moving Average
     [ A ]   The bar opens above Moving Average after opening below it
     Smoothing method  -  Simple
     Base price  -  Close
     Period  -  14
     Shift  -  0
     Use previous bar value  -  Yes

[Closing Point of the Position]
     Close and Reverse
     Close all positions and open a new one in the opposite direction

--------

Where do you see it deviating from spreadsheet results?