Chris Freedom

Trader
Oct 30, 2023
5
0
7
38
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

  • TimerOrderVersion1001.set
    560 bytes · Views: 2

Enivid

Administrator
Staff member
Nov 30, 2008
18,708
1,386
144
Odesa
www.earnforex.com
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

Clem16

Newbie
Feb 18, 2024
5
1
3
39
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.
 

simec9999

Trader
Feb 19, 2024
2
0
6
24
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
 

simec9999

Trader
Feb 19, 2024
2
0
6
24
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:

Enivid

Administrator
Staff member
Nov 30, 2008
18,708
1,386
144
Odesa
www.earnforex.com
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.
 

Clem16

Newbie
Feb 18, 2024
5
1
3
39
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: 2

Enivid

Administrator
Staff member
Nov 30, 2008
18,708
1,386
144
Odesa
www.earnforex.com
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
 

Clem16

Newbie
Feb 18, 2024
5
1
3
39
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: 2

Enivid

Administrator
Staff member
Nov 30, 2008
18,708
1,386
144
Odesa
www.earnforex.com
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.
 

J_Boug

Trader
Feb 25, 2024
1
0
6
51
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?
 

Enivid

Administrator
Staff member
Nov 30, 2008
18,708
1,386
144
Odesa
www.earnforex.com
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.
 

Clem16

Newbie
Feb 18, 2024
5
1
3
39
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