Errors, bugs, questions - page 2268

 

I am working in Just2Trade MT4 terminal.


I am registered in MQL5 Community, I am trying to subscribe to free signal. I have to type in my password, and pressed "Subscribe", but nothing happens.


What do I have to do to subscribe to free signal?

 
MaxKabanov:

I am working in Just2Trade MT4 terminal.


I am registered in MQL5 Community, I am trying to subscribe to free signal. I have to enter my password, and pressed "Subscribe", but nothing happens.


What should I do to subscribe to a free signal?

You should have a demo account.

Paid signals can only be subscribed to a real account. The free signal can only be subscribed to a demo account. Aren't there any messages in the terminal in the "Journal" tab?
 

Files:
tmp36.ex5  8 kb
 
Vladimir Karputov:

Have a demo account.

Paid signals can only be subscribed to a real account. A free signal can only be subscribed to a demo account. Aren't there any messages in the "Journal" tab in the terminal?
Thank you
 
Contradiction:
template<typename T1, typename T2> //(3)
class A { public:
template<typename T3, typename T4> //(4)
        void f();
};
template<typename T5> //(1) //нормально
template<typename T7> //(2) //Error: 'f' - member function already defined with different parameters
void A::f() {}
void OnStart()
{
        A<int,uint> a;
}

What is the fundamental difference between (1) and (2) ?

 
A100:

Surprised myself - thought there would be no such errors on x32

Strange... I already have an error at the x32 compilation stage:

'm_pixels' - protected member access error CImage.mqh 78 2

Do x64 and x32 compilers really still work differently?

Yes, you need to move this array to public in canvas.mqh file.
 
fxsaber:
All the same, the tick history of the custom characters disappears after the Tester is applied to them. It needs to be fixed.
Let's take it one step at a time. We need a clear playback.
 
Slava:
Let's take it one step at a time. We need a clear playback.

I create a custom symbol with tick and bar history.

I run a backtest on it in "real ticks" mode.

Do nothing for a while.

Request ticks for the custom symbol with CTRL+U or run backtest - zero ticks.


SZY I made a request to SD for this long time ago. If it's still there, I think there are more details.

 
fxsaber:

I create a custom symbol with tick and bar history.

I run a backtest on it in "real ticks" mode.

Do nothing for a while.

Request ticks for custom symbol via CTRL+U or run backtest - zero ticks.


SZY I made a request to SD for this long time ago. If it survived, there seems to be more details.

That is, the bars and ticks are there first. And everything is tested "by real ticks".

After a while the ticks are gone but the bars are not. Right? How long?

 
Slava:

That is, the bars and ticks are there first. And everything is tested "by real ticks".

Yes, it's like that.

After a while, the ticks are gone but the bars aren't. Like this? How long?

Only the ticks disappear, the bars remain. Sometimes five minutes is enough. After about an hour, no more hope.

Reason: