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
{ | |
"IntProperties": [ "BuyLeverage", "DcaBuyLeverage"], | |
"PtFeeder": { | |
"BaseCurrency": "USDT", | |
"BaseCoinPair": "BTCUSDT", | |
// ------------------------------------------------------------------------------------------------------------------------------------------------- | |
// P T F L I S T S |
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
{ | |
"IntProperties": [ "BuyLeverage", "DcaBuyLeverage" ], | |
"PtFeeder": { | |
"BaseCurrency": "USDT", | |
"BaseCoinPair": "BTCUSDT", | |
// ------------------------------------------------------------------------------------------------------------------------------------------------- | |
// P T F L I S T S |
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
// Define your strategy's name, type, and other properties | |
strategy("orderblocks", initial_capital = 100, currency = currency.USD, default_qty_type = strategy.percent_of_equity, default_qty_value = 1, commission_value = 0.04) | |
// Your existing code to calculate indicators and signals... | |
//@version=5 | |
indicator("after+ peak market + open bars + avg bars+luxalgo+Support resistance", shorttitle = "allin1" , overlay=true, max_labels_count = 500, max_lines_count = 500, max_boxes_count = 500, max_bars_back = 500) | |
devUp1 = input.float(1.28, "Stdev above (1)") | |
devDn1 = input.float(1.28, "Stdev below (1)") | |
devUp2 = input.float(2.01, "Stdev above (2)") |
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
//@version=5 | |
// Original script is thanks to synapticex and additional modifications is thanks to Lij_MC. Credit to both of them for most of the logic behind this script. Since then I have made many changes to this script as noted below. | |
// Changed default S/R lines from plots to lines, and gave option to user to change between solid line, dashed line, or dotted line for both S/R lines. | |
// Added additional time frame and gave more TF options for TF1 other than current TF. Now you will have 4 time frames to plot S/R zones from. | |
// Gave user option to easily change line thickness for all S/R lines. | |
// Made it easier to change colors of S/R lines and zones by consolidating the options under settings (rather than under style). | |
// Added extensions to active SR Zones to extend all the way right. | |
// Added option to extend or not extend the previous S/R zones up to next S/R zone. | |
// Added optional time frame labels to active S/R zones, with left and right options as well as option to adjust how far to the right labe |
This file has been truncated, but you can view the full file.
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
{ | |
"name": "Premium Crypto Signals Live", | |
"type": "private_channel", | |
"id": 1499798383, | |
"messages": [ | |
{ | |
"id": 45593, | |
"type": "message", | |
"date": "2023-05-01T08:16:40", |
This file has been truncated, but you can view the full file.
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
{ | |
"name": "Premium Crypto Signals Live", | |
"type": "private_channel", | |
"id": 1499798383, | |
"messages": [ | |
{ | |
"id": 39476, | |
"type": "message", | |
"date": "2023-01-01T06:52:55", |
This file has been truncated, but you can view the full file.
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
{ | |
"name": "Premium Crypto Signals Live", | |
"type": "private_channel", | |
"id": 1499798383, | |
"messages": [ | |
{ | |
"id": 39476, | |
"type": "message", | |
"date": "2023-01-01T06:52:55", |
This file has been truncated, but you can view the full file.
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
{ | |
"name": "Premium Crypto Signals Live", | |
"type": "private_channel", | |
"id": 1499798383, | |
"messages": [ | |
{ | |
"id": 33391, | |
"type": "message", | |
"date": "2022-09-01T03:44:38", |
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
//@version=4 | |
study(title="TraderOracle v1.7.8", overlay=true, shorttitle="TraderOracle v1.7.8") | |
var bColor = color.blue | |
var cColor = color.aqua | |
var crossoverBear = false | |
var crossoverBull = false | |
var isLong = false | |
var isShort = false |
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
//@version=4 | |
study(title="TraderOracle v1.7.8", overlay=true, shorttitle="TraderOracle v1.7.8") | |
var bColor = color.blue | |
var cColor = color.aqua | |
var crossoverBear = false | |
var crossoverBull = false | |
var isLong = false | |
var isShort = false |
NewerOlder