This script will draw horizontal lines on chart based on 1% to 15% capital risk of account balance as per LotSize. The distance between lines is in points from the Bid price for each percentage bracket. Depending on account balance and LotSize parameter, lines could be very tight or far apart, will give you an indication of position risk towards the account. Calculates the exchange rate of currency account at the time of script execution
The bot simply follows price trend of the currency pair its trading for the defined time period e.g. M15, and works on every new bar on the chart. It also can run on different periods for the same pair and only ever opens one order in the current trend direction based on your chosen settings/parameters. It trades with correlation of other pairs (see below), financial quantitative techniques, stop/start news filtering, session time management, dynamic lot size order placement, risk money
This indicator uses the Moving Average (MA) and returns two strength scores as two lines in window - one for the base currency and other for counter currency. It combines the group of correlated (base & counter) currency pairs dynamically from the chart, as per: AUD="AUDUSD","AUDCAD","AUDCHF","AUDJPY","AUDNZD" / "EURAUD","GBPAUD" USD="USDJPY","USDCHF","USDCAD","USDNOK","USDSEK" / "AUDUSD","NZDUSD","EURUSD","GBPUSD" NZD="NZDCAD","NZDCHF","NZDJPY","NZDUSD" / "AUDNZD","EURNZD","GBPNZD"
A move above the Pivot Point suggests strength with a target to the first resistance. A break above first resistance shows even more strength with a target to the further resistance levels. A move below the Pivot Point suggests weakness with a target to the first Support level. A break below the first Support level shows even more weakness with a target to the further support levels. This script will draw horizontal lines from the calculation of the PivotType based on the previous price bar for
This script downloads global calendar GMT datetime events file 'my-fx-autobot-calendar.csv'. Then vertical time lines are drawn specific for the currencies on this chart and are color-coded by importance (Red - High, Orange - Medium, Green - Low). Warning: Markets need to be open for datetime calculations to work correctly in your terminal, i.e. not an offline script, and the file should be deleted on every new week in order to get the latest events file. The CSV file data (sourced from
The Parabolic SAR Indicator is controlled by the acceleration factor that is comprised of two variables: the Step (Acceleration Factor) and the Maximum Step. This indicator uses the PSAR (inbuilt) indicator and returns two strength scores (2 lines in window) - one for the base currency and other for counter currency.It combines the group of correlated (base & counter) currency pairs dynamically from the chart, as per: AUD="AUDUSD","AUDCAD","AUDCHF","AUDJPY","AUDNZD" / "EURAUD","GBPAUD"
The average directional index (ADX) indicator is used to determine when price is trending strongly. This indicator uses the ADX (inbuilt) indicator and returns two ADX strength scores (2 lines in window) - one for the base currency and other for counter currency. It combines the group of correlated (base & counter) currency pairs dynamically from the chart, as per: AUD="AUDUSD","AUDCAD","AUDCHF","AUDJPY","AUDNZD" / "EURAUD","GBPAUD"
This script opens all the related currency pairs charts dynamically, from a defined list. For example, if you execute this script on AUDUSD, it will open up all the related pairs (see below) and skip if that chart is opened already. AUD: AUDUSD, AUDCAD, AUDCHF, AUDJPY, AUDNZD, EURAUD, GBPAUD. USD: USDJPY, USDSEK, USDCHF, USDCAD, AUDUSD, NZDUSD, EURUSD, GBPUSD. All the opened charts will show the same period as at the time this script is executed
Triple Exponential Smoothing Moving Average indicator showing as a line on the chart. Input parameters: TEMA_PERIOD e.g. 12 (number of periods to use for calculating the average)
Executing this script on the current chart, will change the period on all open charts to match the current chart period