Giter Club home page Giter Club logo

tradingviewpinecode's Introduction

My strategies and indicators Tradingview Pine Code

I had used this to predict the FX, but I did not follow it. In the end, this strategy looks much better than what I did.

MY MACD Strategy

You can check the my source code here.

This figure shows a result of this strategy.

macd

Let hist is macd - sma. The basic idea is to buy or sell when hist crossover 0 and to close when hist not increase or decrease. For this strategy, we need decide long or short at first, then the our code will help to find entry and close points.

** Note that this strategy may increase lot when you lose, which is not completely safe.

Parameters

  • MACD parameters

    • fast_length = 12
    • slow_length = 26
    • signal_smooth = 9
  • delay = 3: to determine close points when not increase after 3 time units.

  • src = close: source price.

  • Check box for single

    • Simple MA (Oscillator)
    • Simple MA (Single line)
  • Check box for buy or sell (Only one should be check)

    • ifsell
    • ifbuy
  • lot: initial lot

  • Safeline = 0: you can increase this value like 0.5 or 1 to start a position with more confidence.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.