Ploting values from csv file as indicators

 

Hello. I want to plot some values from a csv file into the chart (like the moving average for example ), the csv file has two rows (date and values). I do some programing in python but i have 0 experience in the c++.

More Specificly, i have values for each candle (daily time frame), i want to draw a line on the chart from these point.

I did my research and tried to understand some codes but unfortunatly i did not find any working solution.


If anyone has a working code or have any suggestion, that would be very appreciated.

Moving Average - Trend Indicators - Technical Indicators - Price Charts, Technical and Fundamental Analysis - MetaTrader 5 Help
Moving Average - Trend Indicators - Technical Indicators - Price Charts, Technical and Fundamental Analysis - MetaTrader 5 Help
  • www.metatrader5.com
The Moving Average Technical Indicator shows the mean instrument price value for a certain period of time. When one calculates the moving average...
 
  1. You have only four choices:

    1. Search for it (CodeBase or Market). Do you expect us to do your research for you?

    2. Beg at:

    3. MT4: Learn to code it.
      MT5: Begin learning to code it.

      If you don't learn MQL4/5, there is no common language for us to communicate. If we tell you what you need, you can't code it. If we give you the code, you don't know how to integrate it into your code.

    4. Or pay (Freelance) someone to code it. Top of every page is the link Freelance.
                Hiring to write script - General - MQL5 programming forum (2019)

    We're not going to code it for you (although it could happen if you are lucky or the problem is interesting.) We are willing to help you when you post your attempt (using CODE button) and state the nature of your problem.
              No free help (2017)

  2. Hjj Ans: e or have any suggestion, that would be very appreciated.

    If you choose № 1.3, take a one line indicator. If you make it a section instead of line you can even have missing dates. Convert each date to a bar index. And set the buffer[index] to your value.

 

William Roeder #:



Hello. thank you for the reply. I already searched and my learning progress is still not good enough. I never had the idea of paying a freelancer, I think I will go with it. Thanks !