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.
 

Attachments

Timed Order has been updated to version 1.01 to introduce some great changes:
  1. Added the daily mode option for continuous operation. (@georgi80)
  2. Added an option to set pending order's entry price as the distance from the price at the time of its creation. (@ge19991)
  3. Added an option to let the EA wait until the current spread tightens below the threshold value.
  4. Added parameters for seconds in the cTrader version.
  5. Fixed some minor typos in the source code.
 
  • 🚀
Reactions: EnrichWave
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.
 
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
 
No, al momento non potrà funzionare così. Dovresti modificarlo affinché possa aprire ordini del genere.
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
 
Last edited by a moderator:
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
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.
 
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.
 

Attachments

  • 2024-02-24_14-26-46.png
    2024-02-24_14-26-46.png
    160.2 KB · Views: 4
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.
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):
1708856505004.png
 
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.
 

Attachments

  • 2024-02-25_19-46-35.png
    2024-02-25_19-46-35.png
    32.1 KB · Views: 3
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.
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.
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.
 
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'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?
Please see this guide:
https://www.earnforex.com/guides/ordersend-error-133-trade-is-disabled-in-mt4/
Most likely, trading was really disabled at that time. Not sure what your broker's timezone is but 00:36 Monday could be just after the markets re-opened - many brokers disable trading during the first 1-2 hours of the weekly session.
 
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.
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.
Hello, i finally succeded
Thanks a lot for your help those tools are very useful.

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.
 
  • 🎉
Reactions: Enivid