- Search Energy EXCH
- 45 Results (4 Threads, 41 Replies)
-
Multi-Currency Backtesting in JT Lab
Started Feb 11, 2025|Commercial Content|0 replies
In addition to classic strategy optimization, JT Lab offers multi-currency backtesting. This ...
In addition to classic strategy optimization, JT Lab offers multi-currency backtesting. This ...
Hello,YamilZer! 1. See the EA logs after order opened. What is tsmrv_send() return? 2. Did you add API URL to Options? -> url use this code to handling errors if(!tms_send("text " ,"token") ) { // Error Handling... // MessageBox("Something went ...
Hello! Yes, it is still working.
Just, add tms_send in your modify function.
I increased Message maximum characters to 2048, now should work properly.
Sorry, now it fixed, SSL certificate was expired.
v 1.03 fixed pips profit calculation. file
Did you change a code? Probably you apply EA to several charts that why each EA send a message. Today I will fix the issue with profit calculation.
Yeap, that is better, I just copy/paste some functions from my old codes, some of them coded badly but working, I have no might to recode them all
I adhere to the principle: Don't touch a working system! Thanks!
Use "\r\n" in your message to move text to a new line.
It is not possible for WhatsApp.
Yes, you have 2 options: 1. You can include mqh. 2. copy the whole function to your code. But do not include and copy. Do 1 or 2.
Did you send /start command inside channel? After that, you should receive token for channel.
That means you use token for bot see how to use it for channel url
Ok, give me a couple of days, now I am a bit busy.