Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
Even I set the profit target > 10, and when the time comes, the robot can't open any positions.
Anything wrong?
I commented out the lines that check for TakeProfit.
It does check for the exact time to the minute so if there is no tick for the minute entered it will not place the trade.
Time must be entered as an integer.
For example 13:30 would be entered as 1330.
If there is no tick until 1331 the trade will not be entered.
I would be useful to have a time range begin and end for the trade to be placed so I added that as well. The default is a two minute window for trade to be entered.
I commented out the lines that check for TakeProfit.
It does check for the exact time to the minute so if there is no tick for the minute entered it will not place the trade.
Time must be entered as an integer.
For example 13:30 would be entered as 1330.
If there is no tick until 1331 the trade will not be entered.
I would be useful to have a time range begin and end for the trade to be placed so I added that as well. The default is a two minute window for trade to be entered.
Robert
I downloaded the latest EA here and the time format is correct but there were no trades opened also.
__________________
Proverbs [James]
Faith in Jesus helps me to see the invisible, believe the incredible and receive the impossible!
He makes all things new in my life.
If you want to open a trade at specific time, you either have to have the EA put in a market order or your pending order must be the a minimum number of PIPs away from the current price as dictated by your broker. You may want to look at one of those news EA.
If you want to open a trade at specific time, you either have to have the EA put in a market order or your pending order must be the a minimum number of PIPs away from the current price as dictated by your broker. You may want to look at one of those news EA.
If the order should base on the market price at the time specified and must be executed. Thus, there is no number of pips away from the price.
The minimum exit target as required by broker is 5.
Can someone please create a version that will specify a long and short entry price ("1.1234", "1.4321") instead of a trigger?
I basically want to place 2 specific pending orders at a specific start time with an expiration, based on the "Daily 20 Pips" strategy.
Thanks for any help.