http://robotfx.ro/post/135436955967/robotfx-fluid
This video will try to explain the algorithm that the RobotFX Fluid expert advisor uses to spot an entry and therefore open a buy trade or a sell trade, and also to exit (if the trader wants to) a certain trade or a basket of trades.
Technically speaking, the expert advisor will consider an opportunity to enter a trade (or a trade signal) as it follows:
- Buy - when the non-lag moving average changes its color from down (red) to up (green) color and the price is at least PipsAwayFromLastSwing number of pips away from the Swing Zone high level.
- Sell - when the nonlagMA will change its color from up (green) into down (red) and the price will be at least the PipsAwayFromLastSwing pips away from the Swing Zone low level.
The following settings are explained: NonLagMA_Indicator_Name, NonlagMALength, SwingZoneBars, PipsAwayFromLastSwing, CloseTradesAtNonlagMA, CloseTradesAtMinProfit.