
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
The validator may be like that, but there is no error page.
What, there is no such item (Test)?
After the test, a message appears in the private message box and there is a link in it - it goes nowhere.
I found this tab, found an error message: dll usage detected
But this is not a market, but a codebase.
After the test, a message appears in the private message and there is a link in it - it goes nowhere.
Found this tab, found the error message: dll usage detected
But this is not a market, but a codebase.
Nope. The validator is the same :) . I told you ...
I don't know what miracles.....
Fixed it. I wanted to update - validation fails and the validation error page doesn't exist.
I'm attaching it here.
Thanks!!!
Please tell me what to do with the vertical line Expiration when placing orders on FORTS. Orders are not placed wherever it is moved. In the log the order failed with the explanation [Invalid expiration].
Thank you!!!
Please tell me what to do with the vertical Expiration line when placing orders on FORTS. Orders are not placed wherever you move it. In the log the order failed with the explanation [Invalid expiration].
Try to put the line on the zero bar or to the left. If this does not help, then only through revision.
Hello, I have loaded it to MT5 without problems, the error starts when I compile the file "eintradepanel_2", it presents me with 1 Error, when I click on this error, it opens the code of the included file "cintegertradepanel_2", this error is in this section
bool CIntegerTradePanel::fPosModify(string aSymbol,double aStopLoss,double aTakeProfit,string aMessage="",bool aSound=false)
{
request.symbol=aSymbol;
request.action=TRADE_ACTION_SLTP;
request.sl=aStopLoss;
request.tp=aTakeProfit;
if(aMessage!="")Print(aMessage);
if(aSound)PlaySound("stops");
OrderSend(request,result);
if(result.retcode==TRADE_RETCODE_DONE)
{
Print("...ok");
if(aSound)PlaySound("ok");
return(1);
}
else
{
Print("...error "+IntegerToString(result.retcode)+" - "+fTradeRetCode(result.retcode));
if(aSound)PlaySound("timeout");
return(-1);
}
}
Specifically in the return(-1)
It says that the expression is not boolean.
Does anyone know how to fix this error?
Best regards!
It seems that you can not trade with other values, you can put yes, but it never sends the email, usually only these values appear as Stop Loss 40351.
How to solve this?
This panel is genius in its simplicity! But it stopped working in mt5, it doesn't even appear. Dear Dmitry, could you please fix it? Please!) I can trade only with it.
I'll take a look at it one of these days