Skip to content

Instantly share code, notes, and snippets.

View royceanton's full-sized avatar
:electron:

Royce Anton Jose royceanton

:electron:
  • Germany
View GitHub Profile
//@version=5
strategy('Strategy-1 Index Strategy', overlay=false, initial_capital=1000, currency='USD', default_qty_type=strategy.percent_of_equity, default_qty_value=100, pyramiding=0, commission_type=strategy.commission.percent, commission_value=0.01, slippage=0)
// Start date input
startYear = input(2020, 'Start Year')
startMonth = input(1, 'Start Month')
startDay = input(1, 'Start Day')
// Convert start date to timestamp
startTimestamp = timestamp(startYear, startMonth, startDay, 00, 00)
// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © meloneusk
//@version=5
indicator(title='RJ Traders Reality Vector Candle Zones & DeMark Multi', shorttitle='RJ TR DM Multi', overlay=true, max_bars_back=50, max_boxes_count=500, max_lines_count=500, max_labels_count=500)
// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © rantonj - Royce Anton
//@version=5
//indicator('RJ- Chart Screener', shorttitle='RJ Chart Screener', overlay=true)
indicator('RJ- Chart Screener Top 50 (personal)', shorttitle='RJ Chart Screener Top 50 (personal)', overlay=false)
// Inputs
length = input.int(title='Length', minval=1, defval=75)
// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © royceanton
//@version=5
indicator(title='RJ Traders Reality Vector Candle Zones & DeMark Multi', shorttitle='RJ TR DM Multi', overlay=true, max_bars_back=50, max_boxes_count=500, max_lines_count=500, max_labels_count=500)
import TradersReality/Traders_Reality_Lib/1 as trLib
color redVectorColor = input.color(title='Vector: Red', group='PVSRA Colors', defval=color.red, inline='vectors')
color greenVectorColor = input.color(title='Green', group='PVSRA Colors', defval=color.lime, inline='vectors')
// This Pine Script™ code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/
// © royceanton
//@version=5
//indicator('RJ- Chart Screener', shorttitle='RJ Chart Screener', overlay=true)
indicator('RJ- Chart Screener Top 50 (personal)', shorttitle='RJ Chart Screener Top 50 (personal)', overlay=false)
// Inputs
length = input.int(title='Length', minval=1, defval=75)
@royceanton
royceanton / wifeyalpha_books.md
Last active October 3, 2022 18:59 — forked from danwagnerco/wifeyalpha_books.md
WifeyAlpha recommended reading