Topic: how to build EA using price action using FSB

I want to open pending limit buy and sell orders on major pairs using
price action.

If the Current price moves above open price PUT buy limit order @
23.6%, 38.2% ,50 % below
If the Current price moves below open price PUT Dell limit order @
23.6%, 38.2% ,50 % Above

And close all trade once the basket reach the profit of 100$
And close all trade once the basket reach the SL of 250$

Re: how to build EA using price action using FSB

I don't think there is a way such logic to be backtested reliably on bar data.

However, if we stick to your question - how to build EA using price action using FSB, the answer is very simple: run the Generator.

Re: how to build EA using price action using FSB

Hi what does the bar range function represent and what is the level line. can you explain with a simple example.