This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| _SECTION_BEGIN("Time & Price Contour"); | |
| // Milind and KAKA created the core of this code in 2009-10 | |
| // Tweaks, Additonal Functions & Visual Design by Twitter.com/Uptickr in June 2015 | |
| // Visit Uptickr's blog on Options Investing at http://www.uptickr.in | |
| // For Nifty Futures DONT adjust Vertical Density above 2. For smaller stocks, | |
| // Vertical Density will have to be adjusted lower. Eg. For Rs. 300 stock. set vertical desnity to 0.25. | |
| // ADJUST SCALE FOR PROPER APPEARANCE BY SHIFT-CLICKING Y-AXIS | |
| //********************** | |
| //WORKS ONLY in 30 MINUTE TIMEFRAME |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \documentclass[12pt,a4paper,svgnames]{article} | |
| \usepackage{amsmath} | |
| \usepackage{fullpage} | |
| \usepackage{amsfonts} | |
| \usepackage{amssymb,amsthm} | |
| \usepackage{makeidx} | |
| \usepackage{graphicx} | |
| \usepackage{float} | |
| \usepackage{wrapfig} | |
| \usepackage{algorithm} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \documentclass[article,a4paper,12pt,twoside]{memoir} | |
| %% We require ``twoside'' in order for the left/right pages to have different headers | |
| %% But this then requires us to solve some problems with margin pars not showing up | |
| %% That | |
| %% For double spacing | |
| \DisemulatePackage{setspace} | |
| \usepackage{setspace} | |
| %% For turning off hyphenation globally |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \NeedsTeXFormat{LaTeX2e} | |
| \ProvidesPackage{duck}[2012/18/07 Duck style for memoir] | |
| \RequirePackage{graphicx} | |
| \RequirePackage{xcolor} | |
| \RequirePackage{tikz} | |
| \RequirePackage{xspace} | |
| \definecolor{cffffff}{RGB}{255,255,255} | |
| \definecolor{cffcc00}{RGB}{255,204,0} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \documentclass[final,t]{beamer} | |
| \mode<presentation> | |
| { | |
| % \usetheme{Warsaw} | |
| % \usetheme{Aachen} | |
| % \usetheme{Oldi6} | |
| % \usetheme{I6td} | |
| \usetheme{I6dv} | |
| % \usetheme{I6pd} | |
| % \usetheme{I6pd2} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| Lineplot v2.0 | |
| by danko | |
| Lineplot makes a plot of a CSV file | |
| The CSV file (PlotFile) has three columns; | |
| a timestamp and two values (between 0-255 for the channels of the | |
| Velleman k8055 board) | |
| Needs Grapher.ahk by jonny, hacked by me | |
| to get ticmarks and renamed to grapher1.ahk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \RequirePackage[l2tabu,orthodox]{nag} | |
| \documentclass[a4paper,british,10pt,landscape,final]{article} | |
| \usepackage{fixltx2e} | |
| \usepackage[T1]{fontenc} | |
| \usepackage{babel} | |
| \usepackage[strict=true]{csquotes} | |
| \usepackage[iso]{isodate} | |
| \usepackage{microtype} | |
| \usepackage{xspace} | |
| \usepackage[colorlinks]{hyperref} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %% | |
| %% Header file including short descriptions of packages | |
| %% preferably to be used for natural sciences and such: | |
| %% computer science, electrical engineering, physics, maths | |
| %% | |
| %% Author: Markus Meissner <coder@safemailbox.de> | |
| %% License: BSD | |
| %% | |
| \documentclass[a4paper,11pt]{book} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \documentclass{elsarticle} | |
| %% Redefines the elsarticle footer | |
| \makeatletter | |
| \def\ps@pprintTitle{% | |
| \let\@oddhead\@empty | |
| \let\@evenhead\@empty | |
| \def\@oddfoot{\it \hfill\today}% | |
| \let\@evenfoot\@oddfoot} | |
| \makeatother |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| % | |
| % advanced_calc.sty | |
| % | |
| % This is the LaTex style file for Calculus Exams and Handouts. | |
| % | |
| \RequirePackage{amssymb, amsfonts, amsmath, latexsym, verbatim, xspace, setspace} | |
| \RequirePackage{tikz} | |
| \usetikzlibrary{plotmarks} | |
| \RequirePackage{pgfplots} |