Giter VIP home page Giter VIP logo

mq4-templates's People

Contributors

sibvic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mq4-templates's Issues

Help me for fix MT4

Hello, have a good time
I wanted to talk to you about one of your programs, "Super Arrow EA"
I ran it in all time frames, but it doesn't run at all, no special error or anything. Even for 2 weeks, it was running 24 hours a day, but it did not make any transactions. Is there an error in its source code that I should fix?
And I also tested the program in its default mode, but I didn't get an answer
The indicator is not updated at all and I have to refresh it myself so that it shows the buy or sell arrow. I would be grateful if you could help me.

EA_Base.mq4 Compilation Error

EA_Base.mq4 doesn't compile correctly. It shows 20 errors and 7 warnings. Can you please advise? Thanks in advance!
Error

Comprehensive Doc

Hi,
I love the work you have done and/or are doing at the moment with the provision to the free market. But how do I get comprehensive documentation of your code instead of me rummaging in your code files? I want to understand your structure and if possible improve on it.

Thanks.
P.S: is it possible to restructure the code base as I had to do some modification just to compile the base template.

6 errors - undeclared identifier at the new AccountStatistics

stats = new AccountStatistics(EA_NAME);

cells0.Add(DoubleToString(last_tp, _symbol.GetDigits()), color_text, _fontName, _fontSize, 1, row++);

cells0.Add(DoubleToString(last_sl, _symbol.GetDigits()), color_text, _fontName, _fontSize, 1, row++);

cells0.Add(last_signal == BuySide ? "BUY" : "SELL", last_signal == BuySide ? color_buy_signal : color_sell_signal, _fontName, _fontSize, 1, row++);

cells0.Add(DoubleToString(last_price, _symbol.GetDigits()), color_text, _fontName, _fontSize, 1, row++);

int distance = iBarShift(_Symbol, _Period, last_time);

'AccountStatistics' - wrong parameters count
'last_tp' - undeclared identifier
'last_sl' - undeclared identifier
'last_signal' - undeclared identifier
'last_price' - undeclared identifier
'last_time' - undeclared identifier
6 errors, 0 warnings

image

mq4inject and your template

when trying to use mq4inject with these templates it doesn't inject the code correctly. is there a more detailed step by step process on how to use mq4inject with your templates.

Plz modify my EA template

AAUTO.zip
I have EA template which automate buffer based indicators . I want to add more advanced features in that to make that more advanced.

I want to add SL on Previous candle and Close Order on basis Of time e.g 10 ,11,12, 20, 21 minutes etcIMG_20200816_195438_357.jpg[](

ZIP file is attached inside that is EA template.

If u will add more features to make it a complete EA template for buffer based indicator. I will be thankful to u
Hope u will add much more which even my mind doesn't think about

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.