Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)
Why does the robot use DLLs? - the robot uses libraries to transfer trade data to our server, then Python and C# scripts perform analysis and trading forecasts and then transfer signals to the robot on your MT4 for managing trading orders.
But, to keep things short, just download the robot...
check your log file: live account. Tickets Pending orders pre-set price likes, if it matches the set price level. Like if Expert advisor place pending order :
pending order sell stop 1.00 DE40 at 19394.86 sl: 19394.86 tp: 0.00
order was opened : #511776021 sell stop 1.00 DE40 at 19394.86 sl...
Positive slippage on limit orders (Buy Limit, Sell Limit, Take Profit)
For limit orders, the opposite logic applies. Limit orders can be executed at the client's price or at the best price available. That means that in case of getting a limit order in a gap, the broker will execute the order at...
Every second read:
switch(Period())
{
case 1: TMz = "M1"; break;
case 2: TMz = "M2"; break;
case 3: TMz = "M3"; break;
case 4: TMz = "M4"; break;
case 5: TMz = "M5"; break;
case 6: TMz = "M6"; break;
case 7: TMz =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.