Thursday, July 12, 2018

Decoding the Intraday Trading Indicators

  • Moving Averages:

     If short-term averages are exceeding the long-term averages, it indicates a bullish market trend. Traders may take a buy call with specific strategies like stop loss either at the long-term moving average or retracement support, and vice versa. This intraday tip can help traders earn decent profits through intraday trading.
  • Bollinger Bands:

     If the stock is trading at a price below the Bollinger Band lower line, there is potential for the price to increase in the future. Traders can choose to take a buy position. On the other hand, if the current stock price is over the upper line, traders can sell the share.
  • Momentum Oscillators:

     If the share price has reached a historical high, and the level of the oscillator is not the same as the price, it is indicative of slowly decreasing demand. This also indicates the possibility of a stock price fall. And the opposite is true for stock price rise.
  • RSI:

     Most analysts will recommend traders to sell the stock when the RSI touches 70 and a buy recommendation when it falls to 30. However, all stocks may not adhere to this pattern, so it is important to analyse the volatility and RSI history before making a decision.
Using intraday trading indicators help in averting risk and placing appropriate trades based on technical analysis and market sentiments. Angel Broking Angel Eye offers detailed charts and stock analysis reports that comprise these trading indicators. These tools help in planning an effective trading strategy, while minimizing risks.

Tags:
#indicator #stocks #trade #daytrade 

Thursday, May 17, 2018

Photoshop Shortcuts

Photoshop short cut

Deselect layer ctrl+d
select Layer ctrl+t
resize selected layer shift drag size

tags:
#photoshop #resize #layer #photo #edit #picture

Tuesday, April 24, 2018

Fund Your COL account by doing a Bills Payment transaction

Fund Your COL account by doing a Bills Payment transaction

  1. Under Payments & Reloading, click Bills Payment, click Pay Bills Today
  2. Under Pay, choose your CitisecOnline Account
  3. Enter the amount
  4. Choose BPI account from where payment will come from
  5. Click Submit
#fund #col #bpi #colfinancial #trade #stocks

Enroll Your COL account into BPI Express Online Bills Payment facility

Enroll Your COL account into BPI Express Online Bills Payment facility
  1. Log on to www.bpiexpressonline.com
  2. Enter your username and password
  3. Under Payments & Reloading, click Bills Payments, click Enroll all other Bills
  4. Enter your BPI account number and Joint Account Indicator No.  (this is the 2-digit no. located at the lower right hand corner of your ATM card right across your name)
  5. Under Bill information, select CITISECONLINE.COM INC. (COL) as the enrollee merchant
  6. Enter your CitisecOnline account number (8-digit code username) on the space under Reference Number (I entered mine with the dash in it xxxx-xxxx and it worked fine)
  7. Click Submit
#bpi #col #colfinancial #stocks #financial #enroll

Monday, December 4, 2017

Test Automation Framework Youtube Tut links

Cucumber Framework
https://www.youtube.com/watch?v=pD4B839qfos&list=PL_noPv5wmuO_t6yYbPfjwhJFOOcio89tI

Sunday, November 26, 2017

Selenium WebDriver Eclipse Java Project Setup

Selenium WebDriver Eclipse Java Project Setup

1.Open eclipse
2.Create project
3.Go to seleniumhq.org/download
  3A.Under "Selenium Server(formerly the Selenium RC Server)" header title -> click donwload version
  3B.Under "Selenium Client & WebDriver Language Bindigns" header title -> click Java Download
4.Go to eclipse>File>Folder>Create Folder name "lib"
5.Drag downloaded file "selenium-server-standalone-2.31.0.jar" file to created "lib" folder
6.Drag downloaded file from seleniu-java-2.31.0.zip folder the "selenium-java.2.31.0.jar" file to created lib folder
7.In lib folder select all the two dragged java files and click Build Path>Add to Build Path -> output: java files will be created in Referenced Libraries
8.Go to sourceforge.net/projects/junit/files/junit and click 4.10 folder
 8A.click "junit-4.10.jar"
9.Drag downloaded "junit-4.10.jar" file to created lib folder the build path>add to build path
10.Run test script in Selenium IDE and Export Test Case As.. Java/Unit4/WebDriver then save in created project folder>src in .java file
11.refresh Eclipse and click src then click exported test case.java file
12.in exported test case java file delete package com.example.test; and save

tags:
#selenium #webdriver #automation #TestAutomation