@Siya02 ive done countless parabolic SAR EA's. but parabolic SAR doesn't work alone you need a confluence at least of indicators
Latest posts made by kingdomtraders 0
-
RE: I want to create ea that open buy when parabolic 2dots appears and avoid selling dots after if it go buy long at the top it will start taking sellin dotsposted in General Discussions
-
RE: want to create EA that put order on custom indicator(arrow](dot etc)) when apearsposted in Questions & Answers
Yep!!! .or if you have confidence in the indicator for whatever reason , you can edit it to make it not to repaint . . but that will prove it to be very unreliable, trust me i know
-
RE: HOW TO CREATE TWO SEPERATE TAKE PROFITSposted in Questions & Answers
on a single open trade , you can have 2 TP's by virtue of "partial Close" . But 1 single trade cannot reach to two TP's as per your discription . unless you have bbulk trades running , then you can set a number of trades to close on Tp1 , and the rest on TP 2
-
RE: want to create EA that put order on custom indicator(arrow](dot etc)) when apearsposted in Questions & Answers
I Have created an EA on this . . . problem is the EA repaints, and problem with repainting INDICATORS you will never have real results
-
RE: New automatic trade per every manual trade opened.posted in Questions & Answers
why ? excuse my nonsense but the aim of an EA is to by-all-means help you avoid trading manually , now you want an EA to repeat something that you are already doing ??? what's the end game ? its like you looking for a copy trade system that copies manual trades.
-
RE: I want to create ea that open buy when parabolic 2dots appears and avoid selling dots after if it go buy long at the top it will start taking sellin dotsposted in General Discussions
is this what you are saying maybe?, i tried to articulate it using chatGPT

"I want to develop an Expert Advisor (EA) that opens a Buy position when the Parabolic SAR indicator appears below the price, indicating an uptrend. Additionally, the EA should avoid taking Sell positions when the Parabolic SAR dots appear at the highest price point, in order to prevent entering trades at potential trend reversals or market peaks."
-
RE: I want to create ea that open buy when parabolic 2dots appears and avoid selling dots after if it go buy long at the top it will start taking sellin dotsposted in General Discussions
Hi Siya hard to really understand what you saying.
How will you identify the Highest point !? if you could be clear of the Entry Rule , Exit Rule and Void Entry (avoid signal rule)
its an easy thing to do this 1 . . . only if you are clear
-
CHECK DISTANCE WITH PARABOLIC SARposted in Tutorials by Users
I have a problem am stuck with . I want to incorporate CHECK DISTANCE with my custom indicator ,the Indicator use parabolic sar for trailing stop so I want the EA to open trade when the distance between price and custom indicator par Sar is less than 10pips , for example when conditions are met the distance could be at around 30pips so I want the EA to wait for the distance to reduce to 10pips or less. . . So for if there's a BUY condition met then price has to reverse before to the specified Distance then EA can open a Trade. I manually tested with fxblue simulation for a couple of month's period , I got a 70% Success Rate so need to automate it to test an even longer timeframe.