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.
There's an EA called "Pivot Magic" I've seen floating around quite a bit. Sounds like it might be up your alley. I'm not sure how good it is, but do a search for it on the various forex forums and try it out.
I am getting a strange error when trying to run this code. Error 130, which is an invalid stop, however my stop is large enough that it does not violate the minimum stop level. Any ideas? Output is below, I am placing a buy limit order at 1.3251 with a stop at 1.3239, the stop level is 3 pips, but my stop is 12 pips? I attached the code.
2007.01.02 08:00 My Expert EURUSD,M1: Error opening BUY order : 130
2007.01.02 08:00 My Expert EURUSD,M1: BuyLimit:1.3251 StopPrice:1.3239 Target:1.3263
2007.01.02 08:00 My Expert EURUSD,M1: Open=1.3233 Between M1 and R1 StopLevel 3
2007.01.02 08:00 My Expert EURUSD,M1: R2=1.3249 M1=1.3237 R1=1.3225 M2=1.3203 P=1.3181 M3=1.3169 S1=1.3157 M4=1.3135 S2=1.3113
Anyone know of an EA that straddles the daily pivot instead of current price. Looking for something with the following perameters:
1. Set time range. 8am to 14pm GMT
2. place order cancel other feature. -or-
if price is under pivot at 9am then only place sell order or if price is over pivot then only place buy order.
3. Set entry, TP, SL, LOT size
To save time I tried to modify this one but not successful yet...
Just need to figure out how to place order based on daily pivot instead of current price.
When do you want the daily pivot to be straddled? After it is calculated?
What if the price is say 1.9000 and the daily pivot calculates at 1.9100 ? Do you wait for the price to be equal to the daily pivot and than straddle?
How many times should this be done during the day? What if the daily pivot is not reached?
Have you backtested this approach ore are you just curious what would happens since straddling a particular price at 9:00 GMT is not working our so well?
Is there an optimal time frame to use Pivot Points? I work off of a 4 hr time frame and was wondering if I can get some feedback in regards to working with Pivots on that time?
Also, if there are any good Pivot Point indicators I would love to know about them as well.
I'm not a big fan of pivot points but in general, the higher the time frame with any indicators, the better. The 4 Hour chart is a great timeframe for many indicators but I like the 1 hour myself.
Hi guys, sorry english is not my primary language, pardon me !!!
Currently i'm developing my own EA so called " Auto pivot trade " , i would like to seek help to coding an entry order after the EA calculate yesterday daily pivot ( i already have EA for pivot),
example :
if yesterday close > yesterday pivot --> sell
if yesterday close < yesterday pivot --> buy
I need help to coding this formula and place order after calculating this order,