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
And who needs premature fractals?
If you don't need it, don't use it. if you do, you know what to do with it.
If you don't need it, don't use it. who needs it, knows what to do with it.
This is where people were perplexed until it dawned on them:
https://www.mql5.com/ru/forum/1111/page531,
https://www.mql5.com/ru/forum/1111/page535.
This is where people were perplexed until it hit them:
This is where people were perplexed until it hit them:
...Also, people often wonder why there is no [money] button in MT :)
You can't say hello to every sneeze.
And people often wonder why there is no [money] button in MT :)
You can't say hello to every sneeze.
Thank you for translating CCFp. For ideas: http://forex.kbpauk.ru has Semyon Semenych's corner, it's all there.
I'm afraid to be intrusive - I'd like the source code ....
So how about the source code for CCFp_2 ???
Thank you for translating CCFp. For ideas: http://forex.kbpauk.ru has Semyon Semenych's corner, it's all there.
it's empty.
So how about the source code for CCFp_2 ???
There is no difference between MQL5 code and MQL4 source code at all. only the OnCalculate function was reworked to MQL5 specifics.
Description in the handbook
bool ObjectCreate(
long chart_id, // chart identifier
string name, // object name
int type, // object type
int nwin, // window index
datetime time1, // time of the first anchor point
double price1, // price of the first anchor point
...
datetime timeN=0, // time of the N-th tie point
double priceN=0, // price of the N-th point
...
datetime time30=0, // time of the 30-th tie point
double price30=0 //there is a price of the 30th tie point
);
In fact
bool ObjectCreate(
long chart_id, // chart identifier
string name, // object name
ENUM_OBJECT type, // object type
intn win, // window index);