Questions from Beginners MQL5 MT5 MetaTrader 5 - page 276
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
hello beginner and advanced help solve a 5th grade maths problem:)
...What am I doing wrong? Where's the code? I put it in.
There's something buggy about the forum today. Not everything is displaying as it should. Wait for them to fix it.
Code insertion check:
//|my first indicator.mq5 |
//| Copyright 2014, MetaQuotes Software Corp. ||
//|http://www.mql5.com |
//+------------------------------------------------------------------+
#property version "1.00"
#property indicator_chart_window
input string Symbol0 = "EURUSD";//1 symbol
input bool Trade0 = true; // on/off
input string Symb1 = "USDCHF";//2-symbol
input bool Trade1 = true; // on/off
input stringSymb2 = "USDJPY";//3 symbol
input boolTrade2 = true; // on/off
input stringSymb3 = "USDCAD";//4-symbol
input boolTrade3 = true; // on/off
input string Symb4 = "AUDUSD";//5-symbol
input bool Trade4 = true; // on/off
input string Symb5 = "AUDNZD";//6symbol
input bool Trade5 = true; // on/off
input stringSymb6 = "USDCAD";//4-symbol
input boolTrade6 = true; // on/off
input stringSymb7 = "AUDUSD";//5-symbol
input boolTrade7 = true; // on/off
input string Symb8 = "AUDNZD";/ /6-symbol
input bool Trade8 = true; //on/off
//+------------------------------------------------------------------+
//| Custom indicator initialization function|
//+------------------------------------------------------------------+
Symbol0= a;
//--- indicator buffers mapping
//---
//+------------------------------------------------------------------+
//| Custom indicator iteration function|
//+------------------------------------------------------------------+
int OnCalculate(const int rates_total,
const int prev_calculated,
const datetime &time[],
const double &open[],
const double &high[],
const double &low[],
const double &close[],
const long &tick_volume[],
const long &volume[],
const int &spread[])
{
//---
//--- return value of prev_calculated for next call
return(rates_total);
}
//+------------------------------------------------------------------+
well let me try again :.................................................... no guys not working ! i will try tomorrow !
which browser?
what version?
details to servicedesk
question
какой браузер?
version of the software?
the answer is
used the function: paste text, pictures, tables, code, video !
no further questions.
You are welcome to keep complaining.
Question
the answer is
No more questions.
Feel free to keep complaining.
Who knows what version it is, ... the normal version is the one that was sold, and the browser with coloured buttons ! I'm doing a "Yandex" search in vain.
I keep my printer strict and my keyboard sacred, and if the mouse is tempted, I cut off my mouse!
I'll read Control+Alt+Delit:)))
I understand MQl5 reads line by line .Thanks for the first lesson!
общем формула заимствована от торгового привода Qscalp поводырь