From f82757a74f459ee1fc40d8f3b60c7f7813ff7704 Mon Sep 17 00:00:00 2001 From: Alberto Cuadra Lara Date: Wed, 13 Apr 2022 08:30:46 +0200 Subject: [PATCH] Update: comments --- weighted_strategy.pine | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/weighted_strategy.pine b/weighted_strategy.pine index fa33491..1f42f7f 100644 --- a/weighted_strategy.pine +++ b/weighted_strategy.pine @@ -1,5 +1,5 @@ // ************************************************************************************************************************************************************************************************************************************************************************* -// Acrypto - Weigthed Strategy v1.4.6 +// Acrypto - Weigthed Strategy v1.4.7 // Github: https://github.com/AlbertoCuadra/algo_trading_weighted_strategy // // @@ -8,10 +8,10 @@ // License: © accry - This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License // https://creativecommons.org/licenses/by-nc-sa/4.0/ // -// Last update: 11/04/2022 +// Last update: 13/04/2022 // ************************************************************************************************************************************************************************************************************************************************************************* //@version=5 -strategy(title='Acrypto - Weighted Strategy v1.4.6', overlay=true, precision=2, commission_value=0.075, commission_type=strategy.commission.percent, initial_capital=1000, currency=currency.USD, default_qty_type=strategy.percent_of_equity, default_qty_value=100, slippage=1) +strategy(title='Acrypto - Weighted Strategy v1.4.7', overlay=true, precision=2, commission_value=0.075, commission_type=strategy.commission.percent, initial_capital=1000, currency=currency.USD, default_qty_type=strategy.percent_of_equity, default_qty_value=100, slippage=1) // ************************************************************************************************************************************************************************************************************************************************************************* // COMMENTS // *************************************************************************************************************************************************************************************************************************************************************************