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 :)
input int Pending_Order_Distance = 200; // in points *distance between the pending orders in points*
input int Max_Pending_Orders = 10; "MAXIMUM PENDING ORDER OF EACH PAIR USED IN THE CODE"
input int Order_Timeout = 180; // in seconds * IF PENDING ORDER NOT TRIGGERED IN 3 MINUTES IT WILL BE DELETED AUTOMATICALLY"
input double Target_Profit = 10.0; // in USD " PROFIT IN MONEY USD 10 BY DEFAULT .. EA WILL CLOSE THE TRADE OF ANY PAIR WHICH REACH TO PROFIT THRESHOLD OF 10 USD
YOU CAN CHANGE THIS VARIABLE TO ANY OF YOUR DESIRED PROFIT THRESHOLD
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.