CT
Note that publishing copyrighted material is strictly prohibited. If you believe there is copyrighted material in this section, please use the Copyright Infringement Notification form to submit a claim.
Free zignale indicator
0
0
1048
by ctid4935132
23 Sep 2022, 00:02
//@version=4
//By Glaz, Modified
//
study("QQE MOD")
RSI_Period = input(6, title='RSI Length')
SF = input(5, title='RSI Smoothing')
QQE = input(3, title='Fast QQE Factor')
ThreshHold = input(3, title="Thresh-hold")
//
src...
Free ZIGNALE OSCILLATOR
0
0
1025
by ctid4935132
23 Sep 2022, 00:08
@version=4
Di Mihkel00
Questo script è progettato per il metodo NNFX, quindi è consigliato solo per i grafici giornalieri.
Ho provato a implementare alcune regole VP NNFX
Questo script ha...
Free hhhhpp
0
0
580
by ctid4935132
23 Sep 2022, 00:00
using cAlgo.API;
using cAlgo.API.Indicators;
namespace cAlgo.Indicators
{
[Levels(0)]
[Indicator(AccessRights = AccessRights.None)]
public class ElliotOscillator : Indicator
{
private SimpleMovingAverage _fastSma;
private SimpleMovingAverage _slowSma;
private SimpleMovingAverage _sma100;
private SimpleMovingAverage _sma200;...
Free zignale indicator
0
0
715
by ctid4935132
22 Sep 2022, 16:01
@version=4
Di Mihkel00
Questo script è progettato per il metodo NNFX, quindi è consigliato solo per i grafici giornalieri.
Ho provato a implementare alcune regole VP NNFX
Questo script ha...
Free hhhhpp
0
0
728
by ctid4935132
23 Sep 2022, 00:00
using cAlgo.API;
using cAlgo.API.Indicators;
namespace cAlgo.Indicators
{
[Levels(0)]
[Indicator(AccessRights = AccessRights.None)]
public class ElliotOscillator : Indicator
{
private SimpleMovingAverage _fastSma;
private SimpleMovingAverage _slowSma;
private SimpleMovingAverage _sma100;
private SimpleMovingAverage _sma200;...
Free zignale indicator
0
0
771
by ctid4935132
22 Sep 2022, 16:01
@version=4
Di Mihkel00
Questo script è progettato per il metodo NNFX, quindi è consigliato solo per i grafici giornalieri.
Ho provato a implementare alcune regole VP NNFX
Questo script ha...
Copyright © 2024 Spotware Systems Ltd. All rights reserved.
The services provided by Spotware Systems Ltd. are not available to citizens or residents of the USA. Neither is the information on our websites directed toward soliciting citizens or residents of the USA.
The services provided by Spotware Systems Ltd. are not available to citizens or residents of the USA. Neither is the information on our websites directed toward soliciting citizens or residents of the USA.