HowTo

Logical Conditions in a MetaTrader Expert Advisor

This video show how to build logical Conditions in a MetaTrader Expert Advisor, using the VTS EA Builder.

The MetaTrader Indicators iMA and iRSI are used along with the Close price (Close[1]) to generate a BUY signal.

The logic is evaluated on each tick. If it evaluates to true, a EURUSD buy order is opened.

Using Indicators (RSI and Moving Average) in the VTS EA Builder

This video shows how to store Indicators values (RSI and Moving Average) in a VTS Variable. Once the value is stored in the variable, an Offset value can easily be added or subtracted to/from the indicator value. This is built into the VTS EA Builder.