Timer trading
-
Hello guys , who can help me ?!
I have a small project EA TimerEx: my ea start buy/sell by timer seconds ex: i set 01:13:55 timer , some times if price don’t move up or down my EA not open trade this time i set some times open after time i set
we can help me how to fix this ? EA timer just open price at moving price not open if market stop price , sometimes market don’t move price for 1 second or 2 second
-
This depends on how you have things set up, add your shared link to see what's happening, and can be done
-
@jstap hello bro
this is my project link https://fxdreema.com/shared/oatlTa8md
i want everytime buy or sell at 58sec , thia is for scalping
but somtimes if price stoped EA not open at 58sec open after moving price maybe in the new candle 1m open
i want buy or sell at 58 sec if price moved or not moving my ea open tarding
sorry my english bad
-
Maybe try once per, although I normally find a range works better, possibly to be with when your broker issues a new tick (price change)
-
I try once per , but again have problem, if market stop price ,EA not working , after moving price open my trade , you can help me how fix this or another way using for this ?
-
I meant once per seconds
-
I try bro
onece per second not working if price stoped , I want scalping in 1m time frame , start trade in 58sec before close candle 1m -
-
-
On tick is relient on a price change in the exact second, you could do it on timer and set it to 58 seconds, let me know if it works
-
i try not working my bro , you can check or create for me if easy for you ! thanks i cant fix my probolme @jstap
-
In settings, you can set the seconds for on timer, place a pass block and a buy on the on timer tab, test and see what happens, and add a shared link to look at, only works on real charts not backtest
-
@jstap Thank you for your help, I'm sorry my English is not very good, I can't understand you well, and im so sorry im not pro in fxdreema i seen some video on youtube and i have a small information about some blocks , you can not create for me this is 3 or 5 blocks need please bro
, 1 block timer second + 1 block Buy or Sell , just 2 block , if price moving or don't moving EA start Buy or Sell at 58sec before close candle 1m thanks if you help me
i try test on live demo account on btcusd to do ,this is link new way , If I haven't misunderstood you
https://fxdreema.com/shared/z8x40csYc
not working again
-
That is what I meant, but I haven't tried it, you did try on a live demo?
-
Yes sir i try in demo not working , i can contact you by whatsapp or email ? Please
when is price stop EA not workin and when price start moving EA open but not in my time , and this is in tickt , in timer not working you can create this block and send me i testing thanks sir
@jstap -
Use this to create a candle countdown, and use the variable to check the remaining time then place trade: https://fxdreema.com/shared/QbELoyHYc
-
thanks sir
-
To ensure that your EA opens trades at the specified time, regardless of price movement, you can use the following approach:
// This code ensures that the EA opens trades at the specified time, regardless of price movement.
// Get the current time.
time_current = TimeCurrent();
// Check if the current time matches the specified time.
time_target = '01:13:55'; // Set the target time (1:13:55 AM/PM)
time_target_seconds = TimeFromString(time_target);
if(time_current == time_target_seconds) {
// If the current time matches the target time, open a trade.
OpenTrade(...)
}
The code first gets the current time. It then checks if the current time matches the specified target time. If the current time matches the target time, the code opens a trade using the OpenTrade() function (not shown in the code). -
@JamieCisneros ok bro thankss so much
-
Hello guys @JamieCisneros @jstap , can you solve this problem? I finished the robot, but there is a problem with the server time, if you add the time of currencies or metals in the market watch, my problem is very clear, most of the time in the market watch or server time stops for a few seconds, For example, I have the robot trade for me every minute in 48 seconds, buy or sell ،Sometimes the server time stops for 5 seconds , if server time stop in 45s and open at 50s EA not open postion becouse 48s pass , and i tested in Server time and Local time and GMT time , All three are the same in terms of time And they have the same problem ، I have an idea if you can help me ،
you can connect my EA with this website https://time.is, instead server time or local time or GMT time ? if we cant connect with time website how to sloved my EA
My EA - https://fxdreema.com/shared/gWTyh8tIc
https://www.veed.io/view/5080bb20-cc35-461c-b075-a0da1bc8f2b1?panel=
look time Server , some currncy stope time server becouse price dont move , all time if price or spread dont move for some secounds server time or local or GMT not working , after price moved server time start working , and im so sorry my languach english bad thanks for help