[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 652
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
Task: You need to find the tick of a newly appeared order for this particular TS without using a magik .
Check the opening times of the orders and pull out the one that was opened last
Here's what I thought: just compare all parameters, there is a brokerage company where the new order will be the last, there are those where the moment of opening coincides with a partial closing order, so I will process 2 moments.
I think the question is closed. Thank you
How can the inscription be implemented in the upper right corner:
if (naklon> naklonmax) printvuglusprv(" trend up, no shorting allowed)
Good people, have mercy - I can't get: buy/sell after another peak of smoothed CCI.
I tried to declare the second buffer (it makes more sense to me), no errors, log - silent, print, apparently, as a goat - I don't understand anything.
Attachment contains the entire Expert Advisor. After testing in visualization, CCI is drawn both in this and old version (it is plotted in the attached file), but smoothed one is not and therefore trades are not opened.
Old variant:
I understand the time no one has the problem of others to sort out, tell me at least where exactly to insert Print and where to look for feedback in the journal or the logs and what you need to pay attention to.
You must first insert Print() here:
to make sure that the array c1b_1[i] is empty, so comparing zeros in if, of course no deals are opened.And zeros there because the averaging period in function iMAOnArray(c1b,0,AvgB,0,MODE_SMA,i) (extern int AvgB=25;) is larger than array c1b itself , ArrayResize(c1b,PeriodB ) (extern int PeriodB=20;), so it cannot average anything.
How can the inscription be implemented in the upper right corner:
if (naklon> naklonmax) printvuglusprv(" trend up, no shorting allowed)
count the brackets didn't check
count the brackets didn't check.
Thanks, I messed up, I don't want a print, I want an inscription on the screen ...
I thought it was done in one line...
In the Indexes_v8L indicator I changed currencies
"AUDUSD", "EURUSD", "GBPUSD", "NZDUSD", "USDCAD", "USDCHF", "USDJPY"
to
"EURUSD", "EURGBP", "EURGBP", "EURJPY", "EURAUD", "EURCAD", "EURNZD"
GBP line has disappeared.
Where to dig?
Thanks, I messed up, I don't want a print, I want a screen caption ...
I thought it was one line...
You've been told how to do the lettering on the screen:
18 - font size, Times New Roman - font name, Blue - your inscription colour... Write your own values instead...
All other lines are preparation of graphic objects for displaying them on the screen. You can't do anything without it.
Or write Comment` in upper left corner. You have to think less there...