Re: Various Expert Advisors

161
Does anybody have an EA that will plot Buy and sell orders based on dollar amount instead of lot size ? So if I want to make a $100 trade and only want to risk $15 and make $75 in profit , the EA will automatically set a buy or sell trade with a lot size that equals $100 and a TP that equals $75 profit and a SL that equals a $15 loss with just a click of a button.


Re: Various Expert Advisors

162
knsxrty459 wrote: Sat Oct 03, 2020 4:29 am Does anybody have an EA that will plot Buy and sell orders based on dollar amount instead of lot size ? So if I want to make a $100 trade and only want to risk $15 and make $75 in profit , the EA will automatically set a buy or sell trade with a lot size that equals $100 and a TP that equals $75 profit and a SL that equals a $15 loss with just a click of a button.
i don’t think there is any EA in this thread that matches this spesific way of trading.
but u can achieve this by paying to a mql coder to do this.
but trading system should be completely yours and the way it should work u have to explain that too.
mql5.com (freelance) is a grea website for it.

Re: Various Expert Advisors (EA's) for MT4

163
Made an expert to simply check what a moving average strategy could do in long term. It buys and sell with the trend as price touches the signal line.
It has the following parameters;

Stop loss multiplier - multiplier for ATR based stop loss.
Take profit multiplier - multiplier for ATR based Take profit.
ATR trailing stop/trigger factor - multiplier for ATR based Trailing stop and when to trigger trailing stop.
Range check multiplier - checks if the price hasn't gone too far because it wont make much sense to take trades if price has already completed its range.
Order size - lots to trade.
Trade comment
Magic number

Attached images shows results(back test on Open prices only) on EURUSD from 8-10-2017 to tilldate.
Please note that I only built this expert to check a simple strategy and build confidence for what kind of volatility based SL & TP could work in long term. So if any one wants to use it please do thorough testing on demo account as it has not been forward tested. It is made specifically for one hour time frame.

Sharing the files. Please put the indicator ma(on ma) in "Examples" folder.
These users thanked the author Darks for the post (total 3):
alexm, ionone, Vosya

Re: Various Expert Advisors

165
mntiwana wrote: Thu Jan 25, 2018 5:48 am Jurik_TrendStrengthExpert_v2.5
Some correction was in this version - thanks to Mrtools :)
the indicator using same indicators as to previous ver
Image
Can someone please help
The ea's will not open up on the chart with all indicators & ea's in the correct file locations............
It will although open up in the tester but no trades are entered
This also happened with this EA "simple (stepma of rsi adaptive tema 1.1) - EA"
I'm lost now...........What am I missing


Re: Various Expert Advisors (EA's) for MT4

167
CrystalG wrote: Mon Feb 17, 2025 7:22 pm Hello guys!
I'm looking for zone recovery ea also some call it hedging ea. I have from OGT Zone Recovery but it doesnt work properly so looking for another one.
attached basic function of the ea. preferable the one based on RSI OB/OS conditions.
thanks in advance.
no offense but i've tried *every* combination of "sureFire" strategy and it always fail. what's gonna happpen when you're in a range, and the lot becomes too big for you to open (not enough margin)? and it WILL happen, then what ? this is the problem with lot increase you always end up busting the bank
Scalping the Century TimeFrame since 1999

Re: Various Expert Advisors (EA's) for MT4

168
CrystalG wrote: Mon Feb 17, 2025 7:22 pm Hello guys!
I'm looking for zone recovery ea also some call it hedging ea. I have from OGT Zone Recovery but it doesnt work properly so looking for another one.
attached basic function of the ea. preferable the one based on RSI OB/OS conditions.
thanks in advance.
ionone wrote: Mon Feb 17, 2025 8:15 pm no offense but i've tried *every* combination of "sureFire" strategy and it always fail. what's gonna happpen when you're in a range, and the lot becomes too big for you to open (not enough margin)? and it WILL happen, then what ? this is the problem with lot increase you always end up busting the bank
Isnt that just Martingale?

Re: Various Expert Advisors (EA's) for MT4

169
ionone wrote: Mon Feb 17, 2025 8:15 pm no offense but i've tried *every* combination of "sureFire" strategy and it always fail. what's gonna happpen when you're in a range, and the lot becomes too big for you to open (not enough margin)? and it WILL happen, then what ? this is the problem with lot increase you always end up busting the bank
I agree with u. see from what I try is working so far. this is what I do: I use RIS for entry. once returned from OB/OS then trade is opened accordingly. I run on M1 zone 5pips and TP is 7.5pips. yes I had trades open upto 8 trades but did not reach 50% DD. I'm on 500$ account and 4 major pairs. no JPY pair. my lot starts from 0.02 and 2x everytime. give it a try. it works so far.

I have OGT zone recovery 1.5 EA but then it stops somewhere in the middle. wont close trades once reachs TP. no closing at all. that is why I was looking for something else.