AgenaTrader Docs
HomeIndicatorsAgenaScriptRelease Notes
English
English
  • 🤝AgenaTrader Online Help
  • Introduction
    • Overview
      • Supported Instruments and Order Processing
      • License Versions
      • Hardware and system requirements
      • Licensing, Programming, Costs, and Support Overview
    • Video Guide
      • AgenaTrader Docs
    • Glossary
    • FAQ
      • Top FAQ
        • Chart is ticking without displaying candles
        • How to display P&L on Tradebar
        • Connecting to more than one CFD-Broker simultaneously
        • Hard and Soft stops: Automatic stop movement
        • Which order connections does my broker support
        • Сonditions and Scripts disappeared
        • Trading Functions Are Disabled
        • IB Charts Not Displayed Correctly or Contain Incorrect Data
        • Can I Connect an Additional Data Feed While Using IB as a Broker?
    • Contact Support
  • Main
    • Broker and Datafeeds Connections
      • AgenaBroker
      • Technology Provider
      • Connections
      • Simulated account
      • Datafeed
      • Broker
    • Set Up Your Workspace
    • Chart Area
      • Charting
      • Chart Types
      • Chart Tools
      • Chart Context Menu
    • Chart Trading
    • Order Management
    • OptionTrading
    • Realtime Scanner
    • OrderStream
    • ActionBar
    • Main Menu
  • TOOLS
    • Preferences
    • Mappings and Instrument-Lists
    • Instrument Editor
    • Tools Menu
    • Trading Information
    • System Information
  • Create your own strategy
    • Semi automated trading
    • AgenaTrader++ (plusplus) – Automated Setup & Recovery Management
    • AT (plusplus) Manager
    • Setup Builder
    • Signal Builder
    • Risk and Money management
    • Strategy Manager
    • AgenaScript
    • Scripting
  • Package
    • Package first steps
    • AddOns (packages) and their content
    • Internal Packages
    • External Packages
    • Using AddOn- and package-indicators in scripted components
Powered by GitBook
On this page
  1. Create your own strategy

Semi automated trading

What is the difference between semi-automated and fully-automated trade management?

Fully automated trade management is based on the following principles:

  1. the system suggests a setup;

  2. the system places this on the market;

  3. the system manages the trade.

Semi automated trade management is based on the following principles:

  1. the system suggests a setup;

  2. the trader decides whether to accept these suggestions or not;

  3. the system manages the trade.

Before submitting a trade, you should ask yourself the following questions:

  • Does the market provide sufficient entry criteria for placing a trade?

  • Can the criteria be replicated?

  • What is the current trend on the market? Does the signal support the trend or is opposite to it?

  • What is the overall market trend (index)? Does the signal support the overall market trend or not?

  • At which price level should I place an entry?

  • What is the acceptable level of risk for the trade?

  • At which price level should I place a stop?

  • Which currency should the instrument be traded in?

  • Which currency is my account held in?

  • What is the currency conversion for the risk?

  • What is the current price of currency pairs for the instrument/risk calculation?

  • What spread does the instrument have?

  • What average slippage does the instrument have?

  • Taking all of these factors into consideration, how large should the order size be?

  • Is the calculated order size even or odd? (Odd lots can lead to disadvantageous price setting by the market maker and bad execution)

  • Is the order size already extensive?

  • Is it better to scale in a position? If yes, then how?

  • Which order type should be used in the market (market, limit, stop, stop limit)?

  • How can currently running trades be secured (trailing stops)?

  • Where should the targets be placed in order to reach a positive ratio of chances to risks?

  • How will I scale out of the position (1 to targets)?

  • By what order size proportion will the positions be reduced when scaling out?

  • What is the impact on the trading account?

  • How many long/short positions are going to be held?

  • What will be my actions in the case of a crash? Are my positions market-neutral?

These are just some questions that should be answered by the trader, especially when dealing will smaller time frames such as 1 minute or 5 minutes. When using full automatism, this is no longer necessary because the system performs all trades automatically. Nevertheless, the human perspective has many advantages over automation. For example, many complex patterns/confluences can be better perceived visually and therefore more clearly interpreted. Semi-automatism will allow you to combine the best of both worlds.

Last updated 10 months ago