Day Trading Stock Controller

Size: px
Start display at page:

Download "Day Trading Stock Controller"

Transcription

1 Day Trading Stock Controller Disclaimer: Trading stocks, including ETFs, involves substantial risk of loss and is not suitable for all people. You should carefully consider whether trading, especially day trading, is suitable for you in light of your circumstances, knowledge, and financial resources. You may lose all or more of your capital for trading. This strategy is a tool to do day trading. Even though I have tested the strategy to my satisfaction, I cannot guarantee correct and accurate execution of the strategy in real time trading, real time simulation and backtesting, and I am not responsible in any way for any losses experienced by the strategy users. Detailed Description: This Day Trading Stock Controller, abbreviated to DTSC, does intraday real time trading and real time simulation. It also does backtesting on any user-designated trade day. The DTSC enables its users to automatically control their day trading by providing configurable parameters on their trades. The parameters accept user input to define a trade, such as long or short, technical indicators (MACD, moving average and Stochastic), when to place an order, when to stop placing an order (if not filled), stops and targets, etc. DTSC checks the input values. If it finds problems, the user would be alerted via TradeStation Events Log, and it will stop. DTSC writes informative messages in TradeStation Print Log to explain the errors and how to correct them. An opened position would be closed in one of three ways: The trader s target is met It is closed after trader-designated time It is stopped out per trader-designated stop rule DTSC Page 1 of 23

2 It is recommended that you run the strategy as is, read the Print Log and the Performance Report, revise the input and run it again to get a feel of how the strategy works. Please read the explanation on the parameters in the document. There are six examples for your reference. They can help you understand and run this strategy easily and productively. Revision History: V3.11: Improving the document Renaming this strategy from Day Trading Stock Manager to Day Trading Stock Controller. The new strategy named Day Trading Stock Manager is available in the Network and has more features than this one Versions 3.4 to 3.10: Various enhancements and improvements to codes and document Version 3.3: First version released to TradeStation Strategy Network To download the strategy, please do: 1. Click the chart where you want the strategy downloaded 2. Right-click and select Insert Strategy 3. In the Insert Strategies pop-up window, click My Strategy Network Subscriptions 4. Select the strategy you want and click OK 5. Format the symbol appropriately. Format the strategy and run it. Installation Requirements: TradeStation 9.1 (Update 12) or later Note: Earlier updates will probably work because this program does not use update specific features and it was tested in some of the earlier updates TradeStation market data subscriptions for equities DTSC Page 2 of 23

3 Contact: Please author at if you have any problems, questions or suggestions about this strategy. Your feedback would be greatly appreciated! DTSC Page 3 of 23

4 General explanation of input values for parameters (data stream 1 is 1 minute) Input Name Input Value Notes RealTme2_BackTest3 2 or 3 BackTest_Date A TradeStation Date 2 for Real time trading or real time simulation 3 for backtesting A past date or today s date after market hours Long2_Short3 2 or 3 2 for long, 3 for short StartTradeTime StopTradeTime CloseTradeTime MarketCloseTime NumberOfShares A TradeStation Time A TradeStation Time A TradeStation Time 1300 (PST) or 1600 (ET) A positive integer Entry_Lmt3_Mk4_SMk5 3 or 4 or 5 EntryPricePerShare StopLoss_SM6_TrlnSM7 StopLossAmtPerShare A positive number 6 or 7 or another digit A positive number At or after the time, an order would be submitted to open a position At or after the time, no order would be submitted to open a new position At or after the time, a market order would be submitted to close a position opened by this strategy in the same session Used by other time related parameters for reference Number of shares for the position 3 for limit order 4 for market order 5 for stop market order Limit or stop market price per share if 3 or 5 is entered in Entry_Lmt3_Mk4_SMk5 Ignored for market order 6 for stop market order 7 for trailing stop market order Another digit means no stop loss order Stop loss amount per share if 6 or 7 is entered in StopLoss_SM6_TrlnSM7 DTSC Page 4 of 23

5 Target_Amt8_Price9 Target_AorP_PerShare Use_MACD_1 MACD_Over_MACDAvg_1 MACD_FastLength MACD_SlowLength MACD_Length Use_FastMA_SlowMA_1 FastMA_Over_SlowMA_1 8 or 9 or another digit A positive number 1 for true or another digit for false 1 for true or another digit for false 12 (changeable by 26 (changeable by 9 (changeable by 1 for true or another digit for false 1 for true or another digit for false 8 for target amount per share 9 for target price per share Another digit means no target Target amount per share (e.g. 0.6) if 8 is entered in Target_Amt8_Price9 Target price per share (e.g. 30.8) if 9 is entered in Target_Amt8_Price9 1 to use MACD as a requirement for opening a long or short position Another digit to ignore the indicator 1 for checking if MACD is ABOVE MACDAvg Another digit for checking if MACD is BELOW MACDAvg Used if 1 is entered in Use_MACD_1 MACD fast length, used if 1 is entered in Use_MACD_1 MACD slow length, used if 1 is entered in Use_MACD_1 MACD length, used if 1 is entered in Use_MACD_1 1 to use two Moving Averages as a requirement for opening a long or short position Another digit to ignore the indicator 1 for checking if fast moving average is ABOVE slow moving average Another digit for checking if fast moving average is DTSC Page 5 of 23

6 MA_FastLength MA_SlowLength 5 (changeable by 30 (changeable by BELOW slow moving average Used if 1 is entered in Use_FastMA_SlowMA_1 Fast moving average length, used if 1 is entered in Use_FastMA_SlowMA_1 Slow moving average length, used if 1 is entered in Use_FastMA_SlowMA_1 MA_Price Close The default is close. You can use another price by entering it, e.g. open, high or low Use_StochasticSlow_1 OverBot_N_OverSld_1 Stoch_Length OverSold OverBought SmoothingLength1 1 for true or another digit for false 1 for oversold or another digit for overbought 14 (changeable by 20 (changeable by 80 (changeable by 3 (changeable by 1 to use Stochastic Slow as a requirement for opening a long or short position Another digit to ignore the indicator 1 for checking if SlowK is ABOVE SlowD and SlowK is BELOW OverSold Another digit for checking if SlowK is BELOW SlowD and SlowK is ABOVE OverBought Used if 1 is entered in Use_StochasticSlow_1 Stochastic length, used if 1 is entered in Use_StochasticSlow_1 Oversold, used if 1 is entered in Use_StochasticSlow_1 Overbought, used if 1 is entered in Use_StochasticSlow_1 Used if 1 is entered in Use_StochasticSlow_1. Do not change this value unless you are sure about your change DTSC Page 6 of 23

7 SmoothingLength2 SmoothingType Stoch_PriceH Stoch_PriceL Stoch_PriceC Print_In_PrintLog_1 3 (changeable by 1 (changeable by High (changeable by Low (changeable by Close (changeable by 1 for true or another digit for false Used if 1 is entered in Use_StochasticSlow_1. Do not change this value unless you are sure about your change Used if 1 is entered in Use_StochasticSlow_1. Do not change this value unless you are sure about your change Used if 1 is entered in Use_StochasticSlow_1. Do not change this value unless you are sure about your change Used if 1 is entered in Use_StochasticSlow_1. Do not change this value unless you are sure about your change Used if 1 is entered in Use_StochasticSlow_1. Do not change this value unless you are sure about your change 1 to print messages in TradeStation s EasyLanguage Print Log Another digit not to print messages in the log It is to your benefit to enter 1 because the log explains user-input errors, which cause termination of the strategy. When you can run the strategy errorfree, you can turn it off. DTSC Page 7 of 23

8 Example 1 of input values for long (data stream 1 is 1 minute) Input Name Value Notes RealTme2_BackTest3 2 BackTest_Date Real time trading or real time simulation Ignored due to real time indicated Long2_Short3 2 Long StartTradeTime 635 StopTradeTime 1245 CloseTradeTime 1255 Start submitting an order to open a position at 6:35 a.m. Stop submitting an order to open a position from 12:45 p.m. to close of market Submit a market order to close the opened position at 12:55 p.m. MarketCloseTime 1300 Market closes at 13:00 NumberOfShares shares Entry_Lmt3_Mk4_SMk5 3 Limit order EntryPricePerShare Buy at $30.20 or lower per share StopLoss_SM6_TrlnSM7 6 Stop market order StopLossAmtPerShare 0.20 Target_Amt8_Price9 8 Target_AorP_PerShare 0.60 Sell at market if price falls by $0.20 or more below filled price per share before target is met Target amount per share Sell at market if close price rises by $0.60 or more above filled price per share and if position has not been stopped out Use_MACD_1 1 Use MACD as a requirement for opening a position DTSC Page 8 of 23

9 MACD_Over_MACDAvg_1 1 Check if MACD is ABOVE MACDAvg MACD_FastLength 12 MACD fast length MACD_SlowLength 26 MACD slow length MACD_Length 9 MACD length Use_FastMA_SlowMA_1 1 Use two Moving Averages as a requirement for opening a position FastMA_Over_SlowMA_1 1 Check if fast moving average is ABOVE slow moving average MA_FastLength 5 Fast moving average length MA_SlowLength 30 Slow moving average length Use_StochasticSlow_1 1 Use Stochastic Slow as a requirement for opening a position OverBot_N_OverSld_1 1 Check if SlowK is ABOVE SlowD and SlowK is BELOW OverSold Stoch_Length 14 Stochastic length OverSold 20 Oversold OverBought 80 Overbought Print_In_PrintLog_1 1 Print messages in TradeStation s EasyLanguage Print Log DTSC Page 9 of 23

10 Example 2 of input values for long (data stream 1 is 1 minute) Input Name Value Notes RealTme2_BackTest3 2 BackTest_Date Real time trading or real time simulation Ignored due to real time indicated Long2_Short3 2 Long StartTradeTime 945 StopTradeTime 1545 CloseTradeTime 1555 Start submitting an order to open a position at 9:45 a.m. Stop submitting an order to open a position from 15:45 to close of market Submit a market order to close the opened position at 15:55 MarketCloseTime 1600 Market closes at 16:00 NumberOfShares shares Entry_Lmt3_Mk4_SMk5 4 Market order EntryPricePerShare Ignored due to market order entered StopLoss_SM6_TrlnSM7 7 Trailing stop market order StopLossAmtPerShare 0.20 Sell at market if price falls by $0.20 or more below filled price or rising price per share before target is met Target_Amt8_Price9 9 Target price per share Target_AorP_PerShare Sell at market if close price rises to $31.30 or higher per share and if position has not been stopped out Use_MACD_1 1 Use MACD as a requirement for opening a position MACD_Over_MACDAvg_1 1 Check if MACD is ABOVE MACDAvg MACD_FastLength 12 MACD fast length DTSC Page 10 of 23

11 MACD_SlowLength 26 MACD slow length MACD_Length 9 MACD length Use_FastMA_SlowMA_1 0 Do not use two Moving Averages as a requirement for opening a position FastMA_Over_SlowMA_1 1 Ignored as 1 is not entered in Use_FastMA_SlowMA_1 MA_FastLength 5 Ignored as 1 is not entered in Use_FastMA_SlowMA_1 MA_SlowLength 35 Ignored as 1 is not entered in Use_FastMA_SlowMA_1 Use_StochasticSlow_1 0 Do not use Stochastic Slow as a requirement for opening a position OverBot_N_OverSld_1 1 Ignored as 1 is not entered in Use_StochasticSlow_1 Stoch_Length 14 Ignored as 1 is not entered in Use_StochasticSlow_1 OverSold 30 Ignored as 1 is not entered in Use_StochasticSlow_1 OverBought 70 Ignored as 1 is not entered in Use_StochasticSlow_1 Print_In_PrintLog_1 1 Print messages in TradeStation s EasyLanguage Print Log DTSC Page 11 of 23

12 Example 3 of input values for long (data stream 1 is 1 minute) Input Name Value Notes RealTme2_BackTest3 3 Backtesting BackTest_Date Backtesting uses historic data on 3/08/2012 Long2_Short3 2 Long StartTradeTime 635 StopTradeTime 1245 CloseTradeTime 1255 Start submitting an order to open a position at 6:35 a.m. Stop submitting an order to open a position from 12:45 p.m. to close of market Submit a market order to close the opened position at 12:55 p.m. MarketCloseTime 1300 Market closes at 13:00 NumberOfShares shares Entry_Lmt3_Mk4_SMk5 5 Stop market order EntryPricePerShare Buy if price rises to $30.30 or higher per share StopLoss_SM6_TrlnSM7 Any digit other than 6 and 7 No stop loss order StopLossAmtPerShare 0.20 Ignored due to no stop loss order Target_Amt8_Price9 Any digit other than 8 and 9 No target Target_AorP_PerShare Ignored due to no target Use_MACD_1 0 Do not use MACD as a requirement for opening a position MACD_Over_MACDAvg_1 1 Ignored as 1 is not entered in Use_MACD_1 MACD_FastLength 12 Ignored as 1 is not entered in Use_MACD_1 MACD_SlowLength 26 Ignored as 1 is not entered in Use_MACD_1 MACD_Length 9 Ignored as 1 is not entered in Use_MACD_1 DTSC Page 12 of 23

13 Use_FastMA_SlowMA_1 1 Use two Moving averages as a requirement for opening a position FastMA_Over_SlowMA_1 1 Check if fast moving average is ABOVE slow moving average MA_FastLength 10 Fast moving average length MA_SlowLength 30 Slow moving average length Use_StochasticSlow_1 5 Do not use Stochastic Slow as a requirement for opening a position OverBot_N_OverSld_1 1 Ignored as 1 is not entered in Use_StochasticSlow_1 Stoch_Length 14 Ignored as 1 is not entered in Use_StochasticSlow_1 OverSold 30 Ignored as 1 is not entered in Use_StochasticSlow_1 OverBought 70 Ignored as 1 is not entered in Use_StochasticSlow_1 Print_In_PrintLog_1 2 Do not print messages in TradeStation s EasyLanguage Print Log DTSC Page 13 of 23

14 Example 4 of input values for short (data stream 1 is 1 minute) Input Name Value Notes RealTme2_BackTest3 2 BackTest_Date Real time trading or real time simulation Ignored due to real time entered Long2_Short3 3 Short StartTradeTime 635 StopTradeTime 1245 CloseTradeTime 1255 Start submitting an order to open a position at 6:35 a.m. Stop submitting an order to open a position from 12:45 p.m. to close of market Submit a market order to close the opened position at 12:55 p.m. MarketCloseTime 1300 Market closes at 13:00 NumberOfShares shares Entry_Lmt3_Mk4_SMk5 3 Limit order EntryPricePerShare Sell short at $30.20 or higher per share StopLoss_SM6_TrlnSM7 6 Stop market order StopLossAmtPerShare 0.20 Buy to cover at market if price rises by $0.20 or more above filled price per share before target is met Target_Amt8_Price9 8 Target amount per share Target_AorP_PerShare 0.60 Buy to cover at market if close price falls by $0.60 or more below filled price per share and if position has not been stopped out Use_MACD_1 1 Use MACD as a requirement for opening a position MACD_Over_MACDAvg_1 2 Check if MACD is BELOW MACDAvg DTSC Page 14 of 23

15 MACD_FastLength 12 MACD fast length MACD_SlowLength 26 MACD slow length MACD_Length 9 MACD length Use_FastMA_SlowMA_1 1 Use two Moving averages as a requirement for opening a position FastMA_Over_SlowMA_1 2 Check if fast moving average is BELOW slow moving average MA_FastLength 5 Fast moving average length MA_SlowLength 15 Slow moving average length Use_StochasticSlow_1 1 Use Stochastic Slow as a requirement for opening a position OverBot_N_OverSld_1 2 Check if SlowK is BELOW SlowD and SlowK is ABOVE OverBought Stoch_Length 14 Stochastic length OverSold 20 Oversold OverBought 80 Overbought Print_In_PrintLog_1 1 Print messages in TradeStation s EasyLanguage Print Log DTSC Page 15 of 23

16 Example 5 of input values for short (data stream 1 is 1 minute) Input Name Value Notes RealTme2_BackTest3 2 BackTest_Date Real time trading or real time simulation Ignored due to real time trading entered Long2_Short3 3 Short StartTradeTime 935 StopTradeTime 1545 CloseTradeTime 1555 Start submitting an order to open a position at 9:35 a.m. Stop submitting an order to open a position from 15:45 to close of market Submit a market order to close the opened position at 15:55 MarketCloseTime 1600 Market closes at 16:00 NumberOfShares shares Entry_Lmt3_Mk4_SMk5 4 Market order EntryPricePerShare Ignored due to market order indicated StopLoss_SM6_TrlnSM7 7 Trailing stop market order StopLossAmtPerShare 0.20 Cover at market if price rises by $0.20 or more above filled price or falling price per share before target is met Target_Amt8_Price9 9 Target price per share Target_AorP_PerShare Cover at market if close price falls to $29.50 or lower per share and if position has not been stopped out Use_MACD_1 1 Use MACD as a requirement for opening a position MACD_Over_MACDAvg_1 2 Check if MACD is BELOW MACDAvg DTSC Page 16 of 23

17 MACD_FastLength 12 MACD fast length MACD_SlowLength 26 MACD slow length MACD_Length 9 MACD length Use_FastMA_SlowMA_1 3 Do not use two Moving Averages as a requirement for opening a position FastMA_Over_SlowMA_1 2 Ignored as 1 is not entered in FastMA_Over_SlowMA_1 MA_FastLength 5 Ignored as 1 is not entered in FastMA_Over_SlowMA_1 MA_SlowLength 15 Ignored as 1 is not entered in FastMA_Over_SlowMA_1 Use_StochasticSlow_1 1 Use Stochastic Slow as a requirement for opening a position OverBot_N_OverSld_1 6 Check if SlowK is BELOW SlowD and SlowK is ABOVE OverBought Stoch_Length 14 Stochastic length OverSold 20 Oversold OverBought 80 Overbought Print_In_PrintLog_1 1 Print messages in TradeStation s EasyLanguage Print Log DTSC Page 17 of 23

18 Example 6 of input values for short (data stream 1 is 1 minute) Input Name Value Notes RealTme2_BackTest3 3 Backtesting BackTest_Date Use historic data on 3/09/2012 Long2_Short3 3 Short StartTradeTime 635 StopTradeTime 1245 CloseTradeTime 1255 Start submitting an order to open a position at 6:35 a.m. Stop submitting an order to open a position from 12:45 p.m. to close of market Submit a market order to close the opened position at 12:55 p.m. MarketCloseTime 1300 Market closes at 13:00 NumberOfShares shares Entry_Lmt3_Mk4_SMk5 5 Stop market order EntryPricePerShare Sell short if price falls to $29.80 or lower per share StopLoss_SM6_TrlnSM7 Any number other than 6 and 7 No stop loss order StopLossAmtPerShare 0.20 Ignored due to no stop loss order Target_Amt8_Price9 Any digit other than 8 and 9 No target Target_AorP_PerShare Ignored due to no target Use_MACD_1 2 Do not use MACD as a requirement for opening a position MACD_Over_MACDAvg_1 1 Ignored as 1 is not entered in Use_MACD_1 MACD_FastLength 12 Ignored as 1 is not entered in Use_MACD_1 MACD_SlowLength 26 Ignored as 1 is not entered in Use_MACD_1 MACD_Length 9 Ignored as 1 is not entered in Use_MACD_1 DTSC Page 18 of 23

19 Use_FastMA_SlowMA_1 1 Use two Moving averages as a requirement for opening a position FastMA_Over_SlowMA_1 2 Check if fast moving average is BELOW slow moving average MA_FastLength 5 Fast moving average length MA_SlowLength 20 Slow moving average length Use_StochasticSlow_1 1 Use Stochastic Slow as a requirement for opening a position OverBot_N_OverSld_1 2 Check if SlowK is BELOW SlowD and SlowK is ABOVE OverBought Stoch_Length 14 Stochastic length OverSold 20 Oversold OverBought 80 Overbought Print_In_PrintLog_1 1 Print messages in TradeStation s EasyLanguage Print Log DTSC Page 19 of 23

20 Reference on Formatting a Symbol on Chart Click and select Format Symbol on chart, click Data1 or Data2 you want to format, and then click Format Settings tab: Select Minute and enter your time interval in Minute Bar, enter a number and select Months Back, check Apply time-based Range setting to all data series, select Local for the Time Zone and click OK. The time entered in DTSC time related parameters should correspond to the time zone selected here. Formatting the symbol with at least 2 months of data before the start date of real time trading/simulation or backtesting. For example, on 5/10/2013, you backtest the strategy on , you need to format the symbol with 16 months of data. Other tabs: Format them the way you like. The default workspace has one chart. To insert a chart with the strategy in your workspace, you can click on a chart with the strategy, select Copy Window and Paste Window to insert it into the workspace. You can insert your analysis techniques and run other strategies in the same chart as long as they do not interfere with DTSC. DTSC Page 20 of 23

21 DTSC Page 21 of 23

22 Reference on Formatting the Strategy 1. Click and select Format Strategies on chart: For real time trading: Check Generate strategy orders for display in TradeManager s Strategy Orders tab, check Automate execution using your account with confirmation (which requires you to select I Agree) and select Off in confirmation (which requires you to select I Agree), only if you do not want TradeStation to ask you for confirmation before placing a real order. For real time simulation: Check only Generate strategy orders for display in TradeManager s Strategy Orders tab and do not check the box under it. 2. Turn on the strategy by clicking Status and the Status column shows On. 3. Click Format tab: Inputs: Enter your trade specific data. Please read the general explanation and six examples for your reference on input. Entries and Exits: Check Show Signal Name, and select your other preferences. Calculation: Do not check Enable intrabar order generation and calculation because this feature is not supported for multi-data-stream charts. The charts have 2 data streams. 4. Click Properties for All tab: General: For simulation and backtesting, enter appropriate values under Costs/Capitalization, such as $0.01 as Commission per Share/Contract and $0.02 as Position Slippage per Share/Contract. DTSC Page 22 of 23

23 In Back-testing resolution, do not check Use Look-Inside-Bar- Back-testing because 1-minute bar in data1 stream is pretty sensitive to price variations. If your data1 steam uses longer than 1 minute as the interval, you may want to try different values for Use Look-Inside-Bar-Back-testing. Enter 100 in Maximum number of bars study will reference. You may be able to use a smaller number as the maximum number of bars. See note under Settings tab above for more information. Backtesting: Under Limit Order Fill Assumptions, check Fill entire order when trade occurs at limit price or better. Check Enable Intra-bar Order Generation Optimization with Look-Inside-Bar-Back-testing. Automation: Under Strategy fill logic, check Strategy will fill non-historical orders based on price activity and nothing else. For real time trading, check the two boxes under Stop Orders. To stop the strategy when it is running: Click and select Format Strategies on chart Click Status and the Status column shows Off Select Cancel Order in Strategy Automation Warning pop-up window Please note that if a running DTSC, after it has opened a position, is stopped for whatever reason, DTSC has no way to manage it anymore, and you need to manage the position yourself. Thank you for using DTSC! Have happy and profitable trading!! DTSC Page 23 of 23

Turk s ES ZigZag Day Trading Strategy

Turk s ES ZigZag Day Trading Strategy Turk s ES ZigZag Day Trading Strategy User Guide 11/15/2013 1 Turk's ES ZigZag Strategy User Manual Table of Contents Disclaimer 3 Strategy Overview.. 4 Strategy Detail.. 6 Data Symbol Setup 7 Strategy

More information

ACTIVE TRADING WITH TRADESTATION AND THE STOCKSCORES STRATEGIES

ACTIVE TRADING WITH TRADESTATION AND THE STOCKSCORES STRATEGIES ACTIVE TRADING WITH TRADESTATION AND THE STOCKSCORES STRATEGIES WORKSPACE/DESKTOP LAYOUT There are infinite ways to set up your Tradestation layout; how you do it is a personal preference. The process

More information

Getting Started with Trading Strategies, Chart Analysis, and Indicators

Getting Started with Trading Strategies, Chart Analysis, and Indicators Getting Started with Trading Strategies, Chart Analysis, and Indicators 20090707-A TradeStation Securities Member NYSE, FINRA, NFA and SIPC Important Information and Disclaimer: TradeStation Securities,

More information

$TICK - Tock - Testing the NYSE TICK Index

$TICK - Tock - Testing the NYSE TICK Index Issue 12 Tuesday November 16, 2010 $TICK - Tock - Testing the NYSE TICK Index By Erik Skyba, CMT Senior Market Technician, TradeStation Labs TSLabs@TradeStation.com Focus Technical Study Markets Equities

More information

Getting Started with TradeStation. SESSION 2 Trading Strategies, Chart Analysis, and Indicators 20110801-A. TradeStation

Getting Started with TradeStation. SESSION 2 Trading Strategies, Chart Analysis, and Indicators 20110801-A. TradeStation tsbooks_strategy_trading:live on the web 7/21/2011 3:53 PM Page 1 Getting Started with TradeStation SESSION 2 Trading Strategies, Chart Analysis, and Indicators 20110801-A TradeStation IMPORTANT DISCLOSURES

More information

ECLIPSE DAY TRADING SYSTEM USER GUIDE

ECLIPSE DAY TRADING SYSTEM USER GUIDE ECLIPSE DAY TRADING SYSTEM USER GUIDE Revised 25 November 2014 METHOD Trend and Countertrend STYLE Day Trading DESCRIPTION Methodology - ECLIPSE is a hedge-fund style day trading system for accredited

More information

Advanced Trading Systems Collection MACD DIVERGENCE TRADING SYSTEM

Advanced Trading Systems Collection MACD DIVERGENCE TRADING SYSTEM MACD DIVERGENCE TRADING SYSTEM 1 This system will cover the MACD divergence. With this trading system you can trade any currency pair (I suggest EUR/USD and GBD/USD when you start), and you will always

More information

A) Setup. 2. For more information about TGS, click on TGS Guide.

A) Setup. 2. For more information about TGS, click on TGS Guide. A) Setup 1. To open TradeGuide, login to the OrionLite trading terminal and click on the start button. Click on the TradeGuide Signal (TGS), or simply use the shortcut Ctrl+T. To start receiving signals,

More information

Trading the Daniel Code Numbers

Trading the Daniel Code Numbers Trading the Daniel Code Numbers INTRODUCTION... 2 ABOUT THE DC NUMBERS... 2 BEFORE YOU START... 2 GETTING STARTED... 2 Set-Up Bars... 3 DC Number Sequences... 4 Reversal Signals... 4 DC TRADING METHODOLOGY...

More information

DELIVERED BY NEO TRADING PLATFORM EMPOWERING RETAIL FOREX TRADERS NEO ALGO TRADER REVOLUTIONARY ALGORITHMIC TRADING PLATFORM

DELIVERED BY NEO TRADING PLATFORM EMPOWERING RETAIL FOREX TRADERS NEO ALGO TRADER REVOLUTIONARY ALGORITHMIC TRADING PLATFORM DELIVERED BY NEO TRADING PLATFORM EMPOWERING RETAIL FOREX TRADERS NEO ALGO TRADER REVOLUTIONARY ALGORITHMIC TRADING PLATFORM Your Revolution REVOLUTION Our continually optimized algorithms generates buy

More information

MOON-ES DAY TRADING SYSTEM USER GUIDE

MOON-ES DAY TRADING SYSTEM USER GUIDE MOON-ES DAY TRADING SYSTEM USER GUIDE Version 7.0 Revised 8 September 2014 METHOD Trend and Countertrend STYLE Day Trading DESCRIPTION Methodology - MOON is a customizable hedge-fund style day trading

More information

The types of alarm you can set. How to set up alarms. How to view triggered alarms. How to change the default settings for alarms.

The types of alarm you can set. How to set up alarms. How to view triggered alarms. How to change the default settings for alarms. What you will learn in this chapter: The types of alarm you can set. How to set up alarms. How to view triggered alarms. How to change the default settings for alarms. ShareScope User Guide Page 1 of 15

More information

Shard Web Trader Quick Start Guide

Shard Web Trader Quick Start Guide Shard Web Trader Quick Start Guide Shard Web Trader is a web-based platform which gives online traders 24-hour access to a full suite of products such as Forex, CFDs, Futures, Options, Stocks and Bonds

More information

A powerful dashboard utility to improve situational awareness of the markets, place precise orders, and graphically monitor trading positions.

A powerful dashboard utility to improve situational awareness of the markets, place precise orders, and graphically monitor trading positions. A powerful dashboard utility to improve situational awareness of the markets, place precise orders, and graphically monitor trading positions. Position DashBoard Powered by BAR ANALYZER Position DashBoard

More information

International Academy of Exchange Trading. Lesson 9: A Simple Trading System

International Academy of Exchange Trading. Lesson 9: A Simple Trading System Contents Lesson 1: All you need is... Lesson 2: Forex lowdown Lesson 3: Leverage (a little help from your friends) Lesson 4: Orders Lesson 5: A beginner s guide to technical analysis Lesson 6: Technical

More information

Trading Equities through CFDs With the Cycle Trends Live Program

Trading Equities through CFDs With the Cycle Trends Live Program Trading Equities through CFDs With the Cycle Trends Live Program The live Cycle Trends program is especially suited to the trading of CFDs (Contracts for Difference).The reason is that the CFD mimics almost

More information

Installation and User Guide

Installation and User Guide Installation and User Guide Ver 3.9 Contents How to install the MetaTrader trading platform... 1 How to install TripleB on your MetaTrader... 2 How to run TripleB... 4 Settings for the TripleB Alerter...

More information

Chapter 1 Introduction Disclaimer: Forex Involves risk. So if you lose money you can't blame us we told you trading involves risk.

Chapter 1 Introduction Disclaimer: Forex Involves risk. So if you lose money you can't blame us we told you trading involves risk. By Casey Stubbs -Winners Edge Trading.com Table of Contents Chapter 1. Introduction Chapter 2.. Trading Plan Chapter 3.. Money Management Chapter 4. Moving Average Strategy Chapter 5. Stochastic Strategy

More information

Market Technician, TradeStation Labs TSLabs@TradeStation.com

Market Technician, TradeStation Labs TSLabs@TradeStation.com Market Technician, TradeStation Labs TSLabs@TradeStation.com Standard deviation is a common statistical calculation that is often used in the world of finance to measure risk. The higher the standard deviation,

More information

StrategyDesk TM User Manual Version 3.3

StrategyDesk TM User Manual Version 3.3 StrategyDesk TM User Manual Version 3.3 Brokerage services are provided by TD AMERITRADE, Inc., member FINRA/SIPC. TD AMERITRADE, Inc. and Think Tech, Inc. are both subsidiaries of TD AMERITRADE Holding

More information

Savvy Dashboard. User Guide. Savvy Dashboard Version 1.0 Release Date 2014 TradeStation Version Compatibility 9.1 Update 20-25

Savvy Dashboard. User Guide. Savvy Dashboard Version 1.0 Release Date 2014 TradeStation Version Compatibility 9.1 Update 20-25 User Guide Savvy Dashboard Version 1.0 Release Date 2014 TradeStation Version Compatibility 9.1 Update 20-25 The Savvy Dashboard app displays essential technical, fundamental, and volatility indicators.

More information

The Jim Berg Entry and Exit System. 1.

The Jim Berg Entry and Exit System. 1. The Jim Berg Entry and Exit System. 1. Note. The description below is given for educational purposes only in order to show how this may be used with AmiBroker charting software. As described here it is

More information

Signing up for DecisionBar for TradingView

Signing up for DecisionBar for TradingView Signing up for DecisionBar for TradingView TradingView.com is an exciting new web-based charting platform offering professional quality charting as well as free, real-time data for virtually thousands

More information

START-UP MANUAL FOR MTI 4.0 TECHNICAL ANALYSIS CHARTING

START-UP MANUAL FOR MTI 4.0 TECHNICAL ANALYSIS CHARTING START-UP MANUAL FOR MTI 4.0 TECHNICAL ANALYSIS CHARTING Introduction Thank you for your subscription to the MTI 4.x Technical Analysis Charting Program, the only true Multiple Time Frame Analysis Platform.

More information

MET ATRADER 5 Guid e version 1.0 January 2013

MET ATRADER 5 Guid e version 1.0 January 2013 METATRADER 5 Guide version 1.0 January 2013 Content 1. Install and Opening MT5 Accounts... 1 1.1 Opening Demo Account... 1 1.2 Login... 3 2. User Interface... 5 2.1 Market Watch... 6 2.2 Navigator... 8

More information

MetaTrader 4 and MetaEditor

MetaTrader 4 and MetaEditor MetaTrader 4 and MetaEditor User Manual Version 1. 2 2012 Global Futures and Forex, Ltd. All rights reserved. Table of Contents Welcome to the MetaTrader and MetaEditor User Manual... 4 Section 1: Opening

More information

The Intraday Bias Indicator

The Intraday Bias Indicator Wednesday, June 13, 2012 Issue 41 Wednesday, August 8, 2012 Intraday Time Analysis Erik Skyba, CMT Senior Quantitative Analyst TSLabs@TradeStation.com Features Studies/Files Included: Focus: Technical

More information

Table Of Contents. iii

Table Of Contents. iii Table Of Contents Quickstart... 1 Introduction... 1 Data administration... 1 The Toolbar... 2 Securities management... 3 Chart window structure... 4 Adding an indicator... 5 Chart drawings... 6 Saving

More information

ValueCharts TradeStation

ValueCharts TradeStation ValueCharts TradeStation ValueCharts TradeStation indicator suite can be located in the TradeStation Strategy Network under MicroQuantSM products. Free trial subscription periods are available for all

More information

To download the latest version of TurboTick Pro go to http://www.turnkeybroker.com/download/turbotickpro/publish.html

To download the latest version of TurboTick Pro go to http://www.turnkeybroker.com/download/turbotickpro/publish.html TurboTick PRO manual version 1.211 updated 12.7.2011 Getting started in TurboTick Pro TurboTick Pro is an advanced trading platform built for the active trader. With easy-to-use customizable screens, integrated

More information

Getting Started with Recognia Intraday Trader

Getting Started with Recognia Intraday Trader Getting Started with Recognia Intraday Trader Copyright 2011 Recognia Page 1 www.recognia.com Table of Contents Introduction... 3 Selecting a Pre-defined Event Set-up... 4 Creating a Custom Event Set-up...

More information

Forex Insider - 1.1.0 A truly unique Trading Tool

Forex Insider - 1.1.0 A truly unique Trading Tool Forex Insider - 1.1.0 A truly unique Trading Tool Powered by data from: All rights reserved www.forex21.com Install Forex Insider on your PC or Laptop First Steps Allow Web Requests for MyFxBook.com Domain

More information

The GridTrading EasyLanguage Application

The GridTrading EasyLanguage Application The GridTrading EasyLanguage Application By Peter Parandjuk Vice President and Chief Architect of Advanced Trading Technologies pparandjuk@tradestation.com Important Disclosures All support, education

More information

NEDBANK PRIVATE WEALTH STOCKBROKERS Graphical Analysis Manual

NEDBANK PRIVATE WEALTH STOCKBROKERS Graphical Analysis Manual This advanced charting application displays interactive, feature-rich, automatically-updated financial charts; The application also provides you with the ability to perform advanced technical analysis

More information

Quick Start Guide. Highly customizable automated trading Automate your trades according to rules and models you create.

Quick Start Guide. Highly customizable automated trading Automate your trades according to rules and models you create. POWER E*TRADE PRO EXCEL MANAGER Quick Start Guide We are pleased to announce the launch of Excel Manager, an exciting new feature in Power E*TRADE Pro that leverages the flexibility of Microsoft Excel

More information

Programming Manual. IW Graphic Tool Pro. for IW QuickTrade. User s Manual

Programming Manual. IW Graphic Tool Pro. for IW QuickTrade. User s Manual Programming Manual IW Graphic Tool Pro for IW QuickTrade User s Manual TABLE OF CONTENTS ProBacktest Introduction Chapter I: Introduction Accessing ProBacktest...2 ProBacktest setup window sections...2

More information

FreeStockCharts.com Workbook

FreeStockCharts.com Workbook FreeStockCharts.com Workbook Updated March 2010 FREESTOCKCHARTS.COM WORKBOOK Worden Brothers, Inc. www.worden.com Five Oaks Office Park 4905 Pine Cone Drive Durham, NC 27707 0 FREESTOCKCHARTS.COM WORKBOOK

More information

AN-7 Simulating CFD s using Variable Margin Requirement. Simulating CFD s using Variable Margin Requirement

AN-7 Simulating CFD s using Variable Margin Requirement. Simulating CFD s using Variable Margin Requirement TradeSim Advanced Trading Simulator and Back Tester Application Note 7 Simulating CFD s using Variable Margin Requirement TradeSim Standard, Professional, Enterprise Editions Metastock Version 7.xx and

More information

MET ATRADER 4 Guid e version 1.0 January 2013

MET ATRADER 4 Guid e version 1.0 January 2013 METATRADER 4 Guide version 1.0 January 2013 Content 1. Installing and Opening the MT4 Account... 1 1.1 Opening Demo Account... 1 1.2 Login... 2 2. User Interface... 4 2.1 The Market... 5 2.2 Navigator...

More information

SQ TRADING STATION User Guide & Installation

SQ TRADING STATION User Guide & Installation SQ TRADING STATION User Guide & Installation Table of content 1. Downloading the SQ Trading Station 2 2. Launching the SQ Trading Station 3 3. The SQ Trading Station User Interface 4 4. How to place a

More information

Table of Contents. Page Home.. 2. Balances & Holdings Balances & Holdings 3-4 Account Profile 5. Activity Account Activity...5

Table of Contents. Page Home.. 2. Balances & Holdings Balances & Holdings 3-4 Account Profile 5. Activity Account Activity...5 Table of Contents Page Home.. 2 Balances & Holdings Balances & Holdings 3-4 Account Profile 5 Activity Account Activity.....5 Portfolio Portfolio 6 Realized Gains/Loss..6-7 Trading Equity Order.. 8 Trading

More information

A Beginners Guide Getting Started with trademonster

A Beginners Guide Getting Started with trademonster A Beginners Guide Getting Started with trademonster info@trademonster.com 1-877-598-3190 Welcome to trademonster We re glad you chose to be a part of the new era in online brokerage. The trademonster platform

More information

The 15 50 Trading System

The 15 50 Trading System Main Premise: This is considered to be one of the most straight forward systems for a live trading style for day- and/or intraday trading. The 50 SMA is one of the most commonly used moving average numbers

More information

Smart Trading Apps: Market Entry App User Guide

Smart Trading Apps: Market Entry App User Guide Smart Trading Apps: Market Entry App User Guide Below User Guide uses the Market Entry App with three profit taking limit stages as an example. All other Market Entry App versions are functionally identical

More information

My Techniques for making $150 a Day Trading Forex *Note for my more Advanced Strategies check out my site: Click Here

My Techniques for making $150 a Day Trading Forex *Note for my more Advanced Strategies check out my site: Click Here My Techniques for making $150 a Day Trading Forex *Note for my more Advanced Strategies check out my site: Click Here The Strategy We will be looking at 2 different ways to day trade the Forex Markets.

More information

COWABUNGA EXPERT ADVISOR USER MANUAL

COWABUNGA EXPERT ADVISOR USER MANUAL COWABUNGA EXPERT ADVISOR USER MANUAL By TheTradeMachine.com 2009 TheTradeMachine.com The Cowabunga EA is based on the Cowabunga System by PipSurfer as published on Babypips.com Release Version 1.0 October

More information

Chapter 2.3. Technical Indicators

Chapter 2.3. Technical Indicators 1 Chapter 2.3 Technical Indicators 0 TECHNICAL ANALYSIS: TECHNICAL INDICATORS Charts always have a story to tell. However, sometimes those charts may be speaking a language you do not understand and you

More information

Commodity Channel Index

Commodity Channel Index Commodity (CCI) Developed by Donald Lambert, the Commodity (CCI) was designed to identify cyclical turns in commodities but can be applied to shares as well. The Commodity Channel Index uses a typical

More information

MetaTrader 4 Backtesting & Optimization

MetaTrader 4 Backtesting & Optimization MetaTrader 4 Backtesting & Optimization To get the most out of your expert advisor, you ll need to optimize and backtest your strategy using MetaTrader s Strategy Tester. While forward testing on a demo

More information

Stop Investing and Start Trading. How I Trade Technical Strategies Over Fundamental Strategies

Stop Investing and Start Trading. How I Trade Technical Strategies Over Fundamental Strategies Stop Investing and Start Trading How I Trade Technical Strategies Over Fundamental Strategies PREPARATION PRIOR TO OPENING MARKET 1. On Daily Log Sheet record NAV [Net Asset Value] of portfolio. 2. Note

More information

Algo trading- An educational guide to retail investors

Algo trading- An educational guide to retail investors Algo trading- An educational guide to retail investors Algo or automated trading has been creating a buzz in the Indian financial markets. Although algo trading started in India in 2005, gained acceptance

More information

Nest Pulse Impact Document

Nest Pulse Impact Document Nest Pulse Impact Document July 25, 2012 1 Document Information DOCUMENT CONTROL INFORMATION DOCUMENT VERSION REVIEWER REVIEW NOTES Omnesys Nest Plus Nest Pulse Impact Document VERSION NOTES This Nest

More information

Chapter 2.3. Technical Analysis: Technical Indicators

Chapter 2.3. Technical Analysis: Technical Indicators Chapter 2.3 Technical Analysis: Technical Indicators 0 TECHNICAL ANALYSIS: TECHNICAL INDICATORS Charts always have a story to tell. However, from time to time those charts may be speaking a language you

More information

A guide for end-users

A guide for end-users A guide for end-users www.recognia.com Copyright 2013 Recognia Using Technical Insight Event Lookup will allow you to quickly understand the outlook for a particular financial instrument from the perspective

More information

HalifaxOnline Platform and Account Setup Guide

HalifaxOnline Platform and Account Setup Guide HalifaxOnline Platform and Account Setup Guide CONTENTS BASIC INFORMATION AND INSTALLATION PLATFORM INFORMATION 2 PAPER TRADING ACCOUNT.. 3 INSTALLATION AND SETUP.. 4 USING THE PLATFORM SETTING UP THE

More information

The Shield, Inc. 2014 www.turnkeybroker.com support@turnkeybroker.com

The Shield, Inc. 2014 www.turnkeybroker.com support@turnkeybroker.com TurboTick PRO manual version 2.022 updated 7.7.2014 Table of Contents Contents Table of Contents... 2 Getting started in TurboTick Pro... 3 Level 2... 5 Order Entry... 8 Streamlined Order Entry... 10 Portfolio

More information

iocbc ChartSense User Guide

iocbc ChartSense User Guide iocbc ChartSense User Guide Introduction With thousands of financial instruments to choose from, how do you find trade opportunities that make sense to you? While stock values fluctuate, how do you know

More information

Chapter 30 1-2-3 S AND BOLLINGER BANDS

Chapter 30 1-2-3 S AND BOLLINGER BANDS Chapter 30 1-2-3 S AND BOLLINGER BANDS We ve mentioned previously that Bollinger Bands perform a very important function relative to ones ability to read price charts. Bollinger Bands offer a visual presentation

More information

Commitment of Traders How to Follow the Professionals

Commitment of Traders How to Follow the Professionals Commitment of Traders How to Follow the Professionals It's not the Holy Grail but the Commitment of Traders report gives an insight into valuations and what levels the Professionals consider over-bought

More information

New Scan Wizard Stock Market Software Finds Trend and Force Breakouts First; Charts, Finds News, Logs Track Record

New Scan Wizard Stock Market Software Finds Trend and Force Breakouts First; Charts, Finds News, Logs Track Record NEWS FOR IMMEDIATE RELEASE, Monday, October 2, 2000 Contact: John A. Sarkett, 847.446.2222, jas@option-wizard.com http://option-wizard.com/scanwizard/ New Scan Wizard Stock Market Software Finds Trend

More information

Trading with the Intraday Multi-View Indicator Suite

Trading with the Intraday Multi-View Indicator Suite Trading with the Intraday Multi-View Indicator Suite PowerZone Trading, LLC indicators can provide detailed information about the conditions of the intraday market that may be used to spot unique trading

More information

THE SUPER COMBO DAY TRADING STRATEGY

THE SUPER COMBO DAY TRADING STRATEGY 134 Building Winning Trading Systems with TradeStation THE SUPER COMBO DAY TRADING STRATEGY So far we have concentrated on longer-term trend-following systems using daily bar analysis. We are now going

More information

BROKER SERVICES AND PLATFORM

BROKER SERVICES AND PLATFORM BROKER SERVICES AND PLATFORM A broker is an individual who executes buy and sell orders and get commission in the form of SPREAD (I will talk about SPREAD in the subsequent lessons). You trade through

More information

FX Growth Manager Manual

FX Growth Manager Manual FX Growth Manager Manual Need Help? support@fxgrowthmanager.com U.S. Government Required Disclaimer - Commodity Futures Trading Commission Futures, Currency and Options trading has large potential rewards,

More information

GO Markets Trading Tools

GO Markets Trading Tools GO Markets Trading Tools Expert Advisors One of the most popular features of MetaTrader4 and the reason it is the world leader in Forex trading is because of the ability to use Expert Advisors. EAs are

More information

1 P a g e Questions or comments? Contact us at TSLabs@TradeStation.com

1 P a g e Questions or comments? Contact us at TSLabs@TradeStation.com The Fundamental Score Indicator is an analysis technique created to analyze stocks strictly based on certain financial ratios of the company. The score ranges between 0 and 100, with a higher score signifying

More information

A. BACK UP YOUR CURRENT DATA. QuickBooks Business Accounting Software 2006 2009 for Windows Account Conversion Instructions

A. BACK UP YOUR CURRENT DATA. QuickBooks Business Accounting Software 2006 2009 for Windows Account Conversion Instructions QuickBooks Business Accounting Software 2006 2009 for Windows Account Conversion Instructions As your financial institution completes its system conversion, you will need to modify your QuickBooks settings

More information

Trade Navigator. Genesis. TradeSense Manual. Finally Strategy Development and Back Testing Just Got Easier! Financial Technologies Inc.

Trade Navigator. Genesis. TradeSense Manual. Finally Strategy Development and Back Testing Just Got Easier! Financial Technologies Inc. 100 90 55 0 5 10 80 70 60 50 40 30 20 100 90 55 0 5 10 0 140 130 120 110 80 70 60 50 40 30 20 10 Trade Navigator TradeSense Manual 140 130 120 110 10 0 brought to you by... Genesis Financial Technologies

More information

My EA Builder 1.1 User Guide

My EA Builder 1.1 User Guide My EA Builder 1.1 User Guide COPYRIGHT 2014. MyEABuilder.com. MetaTrader is a trademark of MetaQuotes www.metaquotes.net. Table of Contents MAIN FEATURES... 3 PC REQUIREMENTS... 3 INSTALLATION... 4 METATRADER

More information

Technical Analysis. Technical Analysis. Schools of Thought. Discussion Points. Discussion Points. Schools of thought. Schools of thought

Technical Analysis. Technical Analysis. Schools of Thought. Discussion Points. Discussion Points. Schools of thought. Schools of thought The Academy of Financial Markets Schools of Thought Random Walk Theory Can t beat market Analysis adds nothing markets adjust quickly (efficient) & all info is already in the share price Price lies in

More information

DealBook 360. User Manual. Version 1.0. gftforex.com/ 800-465-4373 / 616-956-9273 LIVE CHAT 24/7 TOLL FREE INTERNATIONAL

DealBook 360. User Manual. Version 1.0. gftforex.com/ 800-465-4373 / 616-956-9273 LIVE CHAT 24/7 TOLL FREE INTERNATIONAL DealBook 360 User Manual Version 1.0 gftforex.com/ 800-465-4373 / 616-956-9273 LIVE CHAT 24/7 TOLL FREE INTERNATIONAL Table of Contents Welcome to the DealBook 360 User Manual... 6 Before You Use DealBook

More information

Manual: I. Getting Started:

Manual: I. Getting Started: Manual: I. Getting Started: II. Layout: Download the Latest version of Laser trading platform from http://sharktraders.com/nyse-nasdaq-amex/platforms-nyse/laser/ Install to the appropriate directory (it

More information

UTRADE Online Trading Platform Demo

UTRADE Online Trading Platform Demo UTRADE Online Trading Platform Demo 1 Contents Page 3 Login 8 Input Order 14 Program Trade 16 Update Order 20 Cancel Order 23 Order Information Enquiry 27 Trades 28 Client Portfolio Enquiry 29 Change Password

More information

KIM ENG SECURITIES KE TRADE (FOREIGN STOCKS) INTERNET TRADING PLATFORM

KIM ENG SECURITIES KE TRADE (FOREIGN STOCKS) INTERNET TRADING PLATFORM KIM ENG SECURITIES KE TRADE (FOREIGN STOCKS) INTERNET TRADING PLATFORM User Manual (English Version) Dec 2012 Edition Table of Contents Important Notes... 1 Assistance and Feedback... 1 Introduction...

More information

Table of Contents. Introduction Opening A Demo Account Overview Market Watch (Quotes Window) Charts Navigator

Table of Contents. Introduction Opening A Demo Account Overview Market Watch (Quotes Window) Charts Navigator Table of Contents Introduction Opening A Demo Account Overview Market Watch (Quotes Window) Charts Navigator (Folder File) Trade Terminal (Your Account Details) New Order Execution News Service Account

More information

ANTS SuperGuppy. ANTS for esignal Installation Guide. A Guppy Collaboration For Success PAGE 1

ANTS SuperGuppy. ANTS for esignal Installation Guide. A Guppy Collaboration For Success PAGE 1 ANTS SuperGuppy A Guppy Collaboration For Success ANTS for esignal Installation Guide PAGE 1 IMPORTANT INFORMATION Copyright Under copyright legislation, this publication may not be reproduced or transmitted

More information

Stochastic Oscillator.

Stochastic Oscillator. Stochastic Oscillator. By Jay Lakhani www.4x4u.net George Lane was the originator of the stochastic indicator in the 1960 s; the indicator tracks the market momentum. Lane observed that as prices rise

More information

Installing Remote Desktop Connection

Installing Remote Desktop Connection SETTING UP YOUR REMOTE DESKTOP This section will assist you in setting you Remote Desktop Connection. This will allow you to create an icon for easy access to your virtual desktop. DISCLAIMER: All images

More information

SUPER TREND PROFIT. (Trend Indicator with alert popup and email alert) DISCLAIMER

SUPER TREND PROFIT. (Trend Indicator with alert popup and email alert) DISCLAIMER SUPER TREND PROFIT (Trend Indicator with alert popup and email alert) DISCLAIMER Please be aware of the loss, risk, personal or otherwise consequences of the use and application of this book s content.

More information

X-Trade Brokers Dom Maklerski S.A. XTB Expert Builder. Tutorial. Michał Zabielski 2010-08-05

X-Trade Brokers Dom Maklerski S.A. XTB Expert Builder. Tutorial. Michał Zabielski 2010-08-05 X-Trade Brokers Dom Maklerski S.A. XTB Expert Builder Tutorial Michał Zabielski 2010-08-05 Table of Contents Installation...3 Legal notification...7 Initial adjustments / Preferences...8 Language...8 Platform

More information

ProRealTime's trading system tools let you create investment strategies that can be backtested or used automated trading mode.

ProRealTime's trading system tools let you create investment strategies that can be backtested or used automated trading mode. ProRealTime's trading system tools let you create investment strategies that can be backtested or used automated trading mode. Follow ProRealTime Programming on Google+ for updates about ProRealTime programming

More information

The Step by Step Users Guide & 6 Top Trader Skills. Live 24/7 Support Number to Lodge Urgent Query: +44 (0)8450563799

The Step by Step Users Guide & 6 Top Trader Skills. Live 24/7 Support Number to Lodge Urgent Query: +44 (0)8450563799 The Step by Step Users Guide & 6 Top Trader Skills Live 24/7 Support Number to Lodge Urgent Query: +44 (0)8450563799 Email Support: alpesh@alpeshpatel.com July 2015 Version IntroductionThe Step by Step

More information

Nest Plus StocksIQ User Manual

Nest Plus StocksIQ User Manual Omnesys Technologies Pvt. Ltd. NEST PLUS Nest Plus StocksIQ User Manual February, 2013 https://plus.omnesysindia.com/nestplus/ Page 1 of 7 Document Information DOCUMENT CONTROL INFORMATION DOCUMENT Nest

More information

Alarm Manager. 1. About the Alarm Manager... 4. 2. Overview of the Alarm Manager... 5

Alarm Manager. 1. About the Alarm Manager... 4. 2. Overview of the Alarm Manager... 5 Table of Contents 1. About the... 4 2. Overview of the... 5 2.1 Alarms and groups... 5 2.2 Display of alarms... 5 2.3 Triggers... 5 2.3.1 Alarms not yet triggered... 6 2.3.2 Alarm triggered, and condition

More information

Creating a Documentation Template

Creating a Documentation Template Creating a Documentation Template Faculty, thank you for taking the time to learn how to build your own documentation templates and notes in the Neehr Perfect EHR. This Guide also acts as a step-by-step

More information

Desktop Platform User Manual Version 1.0

Desktop Platform User Manual Version 1.0 Desktop Platform User Manual Version 1.0 1 Table of Contents Logging On, Saving, & Opening Desktop Layouts 3 Platform Feature Overview (Master Window) 4 Overall Platform Settings 5-8 Linking Windows 9

More information

Enterprise Analytics. (Also known as Pyramid Analytics or BI Office) Supported Operating Systems and Internet Browsers

Enterprise Analytics. (Also known as Pyramid Analytics or BI Office) Supported Operating Systems and Internet Browsers Enterprise Analytics (Also known as Pyramid Analytics or BI Office) Supported Operating Systems and Internet Browsers Client Specific Settings For full application functionality, some settings will need

More information

SirixWeb 3.0. User guide

SirixWeb 3.0. User guide SirixWeb 3.0 User guide Leverate 2014 Copyright This publication, including all photographs, illustrations and software, is protected under international copyright laws, with all rights reserved. Neither

More information

The following section includes my own personal reviews of a few major software packages.

The following section includes my own personal reviews of a few major software packages. The following section includes my own personal reviews of a few major software packages. esignal (www.esignal.com) esignal is owned by Interactive Data Corporation, and it s been around in the trading

More information

GETTING STARTED WITH TRADESMART. TradeSmart Education Center

GETTING STARTED WITH TRADESMART. TradeSmart Education Center GETTING STARTED WITH TRADESMART TradeSmart Education Center TABLE OF CONTENTS Getting Started with TradeSmart Introduction..... Finding Trade Ideas.. Validate my stocks of interest and choose entry / exit

More information

Table of contents. 1. About the platform 3. 2. MetaTrader 4 platform Installation 4. 3. Logging in 5 - Common log in problems 5

Table of contents. 1. About the platform 3. 2. MetaTrader 4 platform Installation 4. 3. Logging in 5 - Common log in problems 5 Table of contents 1. About the platform 3 2. MetaTrader 4 platform Installation 4 3. Logging in 5 - Common log in problems 5 4. How to change your password 6 5. User Interface and Customization 7 - Toolbars

More information

RIT Installation Instructions

RIT Installation Instructions RIT User Guide Build 1.00 RIT Installation Instructions Table of Contents Introduction... 2 Introduction to Excel VBA (Developer)... 3 API Commands for RIT... 11 RIT API Initialization... 12 Algorithmic

More information

SaxoTrader Quick Start Guide

SaxoTrader Quick Start Guide SaxoTrader Quick Start Guide Saxo Capital Markets presents SaxoTrader, one of the most intuitive and complete multiproduct online trading platforms in the market. Key benefits include a fully personalised

More information

Features Standard Auto Professional

Features Standard Auto Professional Platform features The table below shows the major features and on which software subscription level they are available. Features Standard Auto Professional Trading directly from charts (single click) Trade

More information

This symbol represents a handy tip or further information.

This symbol represents a handy tip or further information. This symbol represents a handy tip or further information. 1. Logging In Open Internet Explorer or Firefox and log in to the system through the Business Systems front door page - https://frontdoor.spa.gla.ac.uk/login/

More information

1. Linking among several worksheets in the same workbook 2. Linking data from one workbook to another

1. Linking among several worksheets in the same workbook 2. Linking data from one workbook to another Microsoft Excel 2003: Part V Advanced Custom Tools Windows XP (I) Linking Data from Several Worksheets and Workbooks In Excel Level III, we have learned and seen examples of how to link data from one worksheet

More information

Installation Guide. AKTrend the Market Analysis Software. ( AKTrend 5.7v )

Installation Guide. AKTrend the Market Analysis Software. ( AKTrend 5.7v ) By AKTrend the Market Analysis Software Mr. Alla K ( a.k.a AK Williams ) Professional Trader & Trainer Dubai (UAE) : +971-55 - 15932 84 United Kingdom : +44-20 - 323959 84 India : +0091-96181 645 84 (

More information

Stage One - Applying For an Assent Remote Access Login

Stage One - Applying For an Assent Remote Access Login Trading From Home or Other Remote Locations The incredibly fast, feature rich, reliable Assent trading platform can be accessed from one of Assent s many branch locations, or from your home or other locations.

More information

FREEFOREXEBOOK.ORG. Forex Trading

FREEFOREXEBOOK.ORG. Forex Trading FREEFOREXEBOOK.ORG Forex Trading Index Index 2 I - Forex Advantages 3 II 5 Myths about Forex Trading 5 III How Can I Start Making Money on Forex? 7 III.1 Educate Yourself 7 III.2 Plan How You Will Trade

More information

How to collaboratively author Course Handbooks

How to collaboratively author Course Handbooks How to collaboratively author Course Handbooks Multiple authors often need to collaboratively produce a document such as a Course Handbook. Handbook A workflow can be created in SharePoint to control the

More information