What was the output in the Experts tab?I would like you to review the code because now no positions are opened on metatrader 4 platform. The expert advisor just counting down the time. I have attached the file with the settings I use.
I have attached the file that appeared on the Experts tab.What was the output in the Experts tab?
I found the problem. The broker did not let the positions open because the Stop loss and Take Profit were too close. Now that I have increased them the TimerOrder works fine. Thanks again!I mean the Experts tab, which is a message log in the Terminal subwindow. Like this:
View attachment 25899
It's points. If your quote has pipettes, it will be pipettes.Hello, thank you for this great indicator.
About "Maximum spread in points", If i type 3 in the box it means 3 pips or 3 pipettes ?
Thank you.
No, currently, it won't be able to work like that. You'd need to modify it for it to open orders like that.Good evening. I'm looking for a way to open a position every 30 seconds. Is it possible to set many times to open a position every 30 seconds?
Thanks you
Is there anyone who can help me change it to be able to open an order every 30 seconds?No, al momento non potrà funzionare così. Dovresti modificarlo affinché possa aprire ordini del genere.
This isn't something I would be adding to this EA. Please consider seeking someone who can do this as a custom coding order for you.Is there anyone who can help me change it to be able to open an order every 30 seconds?
one more thing... is there a way to set the sell limit based on the entry price? Would I like it to automatically set the stop limit in points/pips when I open the order? Come, can I do?
Thank you
When you add an instance of the TO to a currency pair and then run it (the Play button), you can open its chart and see the Parameters subwindow (normally, in the bottom-left corner):Hello,
I am lost with Ctrader.
I have it attached to the chart (see picture), i can just click play or stop but there is no window showing up to set the parameters like on MT5.
How does it works, do you have any links for instruction ?
Thank you very much.
That depends on what you are installing it from. If you have an .algo file, you can just copy/paste it to the Users\<Username>\Documents\cAlgo\Sources\Robots\ folder.I can't find how to install it properly. I put the file in every folder possible it is not recognise.
The Ctrader youtube chanel is not of any help and chatgpt neither.
If i double click on the CS files it is stuck with a popup "How do you want to open this files" and it doesn't show Ctrader in the list.
Please see this guide:Hello. I'm trying TimedOrder 1.01 on MT4. Whenever I try to schedule a Buy Stop, Sell Stop orders by night , I get the message (example) "2024.02.26 00:36:02.571 '20343827': order buy stop 3.57 GBPJPY.i opening at 190.996 sl: 190.796 tp: 191.396 failed [Trade is disabled]". I have "Autotrading ON" always. Not sure what is the reason for this error. Any help please?
Hello, i finally succededThat depends on what you are installing it from. If you have an .algo file, you can just copy/paste it to the Users\<Username>\Documents\cAlgo\Sources\Robots\ folder.
If you have a .cs, you need to click the "New" button while on the cBots tab in the Automate menu of your cTrader. Copy/paste the contents of the .cs file to replace the dummy code that appeared. Rename the cBot to Timed Order and click Build to compile the code.
A code editor? You mean to open a .cs file? You can do that with any text editor (I use Notepad++).I would add something for the dummies like me, you must download a code editor first in order to be able to see and copy/paste the code.