this is what i have so far. https://fxdreema.com/shared/fryyMJDpc
im trying to make a pending buy order at 50 with TP at 618
i have the custom indicator working but cant seem to get it to trade.
any help is much appreciated
0_1580505565366_KISS Auto Fib.mq4
Posts made by scottpapetti
-
RE: Fib EAposted in Questions & Answers
-
RE: Fib EAposted in Questions & Answers
I’m look to store and continually update the price of the fib levels in a variable to place TP’s on
-
RE: Fib EAposted in Questions & Answers
I think I have my Fibonacci tool working but Are we able to save the values of fib levels from an object?
-
RE: Fib EAposted in Questions & Answers
@trader-philipps
I have not started it yet, currently looking at the screen humming and hawing on how to approach it.
Could I use a zig zag indicator to identify the swings im looking for ? Or maybe even an imported auto fib drawing tool? -
Fib EAposted in Questions & Answers
I’m a little stuck with where to even start, I’m looking to draw a fib from swing high to low
Any help would be much appreciated! -
MACD Divergenceposted in Questions & Answers
I’m getting everything together to start a new build and it’s going to need to pick up MACD divergence.
I know FXDreema Has this function I’ve never used it before though so I’d like to get a bit of insight on how it works and how accurate and the effectiveness of itAny and all comments are appreciated
-
RE: EA not fully listening to meposted in Questions & Answers
@trader-philipps
Thank you so so much for all your help, this project has been causing me a lot of grief so I’ve put it on hold for now to focus on my own Personal EA
this EA was for a friendI truly appreciate all you have done to help me, and I truly appreciate all you do for this forum and community!
-
RE: EA not taking all valid trades??posted in Questions & Answers
@ambrogio
@l-andorrà
I put the project on hold to focus on my own EA project.
This was for a friend.I truly truly appreciate all the help this forum gives, all of you are absolute gems!
-
RE: EA not fully listening to meposted in Questions & Answers
@trader-philipps
Ill need to screen shot some examples and send you some when I get home
is the data from MT4 good enough to start doing live market tests?
like if everything checks out from the MT4 tester would it be fair to say it should hold up in live market data? -
RE: EA not fully listening to meposted in Questions & Answers
@trader-philipps
Unfortunately my efforts to yell at it failedThe candle ID definitely helped with timing but I’m still finding trades that were taken that don’t meet the conditions.
- RSI below 50
- RSI < signal
- 5 < 13
It’s timing on entering is very good compared to before but now I’m stuck on what’s going wrong with these wrong trades.
Think I might have to start calling it names for it to listen better
Also I am still using tick data from Tick Data Suite, when i use MT4 data it is holding trades way past when a close should happen
-
EA not fully listening to meposted in Questions & Answers
I've tried everything from having Booleans to check the conditions and signal the buys, re numbering the blocks, re arranging the blocks. Everything! its driving me crazy at this point
its taking trades that's not valid but its also taking the proper trades. I don't know if ive went wrong somewhere or if the codes right and it will run proper in live markets.
I have also downloaded tick data from Tick Data Suite and used that also. I don't know what to do to fix this issue
here is the share link: https://fxdreema.com/shared/GkrXLjlG
here is the most current EA build:0_1569862778327_yeet yall 3000 2.8.mq4 -
RE: EA not taking all valid trades??posted in Questions & Answers
@l-andorrà
Backtesting was done with tick data within MT4
I believe both indicators i’m using repaint live and on backtest but I have it adjusted to not affectIs there any other program I can use to test my EA?
-
EA not taking all valid trades??posted in Questions & Answers
i have 6 conditions that need to be met before the EA places a trade. reviewing the data on the backtests is showing me not all valid trades are being entered. has anyone had this problem??
I have each condition on a "once per bar" all of it is numbered correctly. I'm just confused and seeing if anyone else has had this problem?
-
Need help with a custom indicator (HMA hulls moving average)posted in Questions & Answers
I'm trying to add HMA (Hulls Moving Average) into my EA, I'm having troubles with adding in a condition for the bot to pick up when the HMA turns Green or Red. I'm not sure what condition to add to have the bot pick up when it switches to enter and exit trades.
Any help is very much appreciated!here is the indicator:
0_1569271763481_hma-trend-indicator.mq4 -
Variable help // indicator in rangeposted in Questions & Answers
Is it possible to have conditions trigger Boolean changes? Let’s say there is 4 booleans
Then when all 4 booleans are true, take the trade? And reset to false on the trade?
Question 2.
How can I have my EA have a condition like this, I’ve tried many things but it doesn’t seem to want to listenIs RSI > 50
AND
Is RSI < 68 -
paid for serviceposted in Questions & Answers
how long does it take for payment to go through and get the paid status on here?
I paid with BTC earlier today and sent a follow up email to FxDreema with a screenshot and my username -
RE: [NEWBIE] Problems running my EAposted in Questions & Answers
@l-andorrà @trader-philipps
I figured out that the indicator I was using was causing my issues. I swapped it out with a different TDI indicator and have the EA running.
I will link the troublesome EA and the Indicator.
I would like the use the original indicator (Synergy)https://fxdreema.com/shared/TPhp9Papb
0_1568229530485_Synergy_Pro_TDI.mq4If you guys could help me with getting the Synergy TDI working that would be GREATLY appreciated!!
also I have a windows laptop now so that will not be an issue any more -
RE: [NEWBIE] Problems running my EAposted in Questions & Answers
@l-andorrà
The EA I tested to make sure MT4 worked was a FxDreema EA
The one I created with similar conditions and identical blocks didn’t work
Have you ever ran into any issues like this? -
[NEWBIE] Problems running my EAposted in Questions & Answers
This is my first EA so I expect to have problems but this is just confusing me.
I believe I have my coding right but the thing is when I put the EX4 file in the EA section of the program files of mtrader (I have Mac so I’m using a wine packaged MT4) it will run and in the journal/logs it will say that it cannot find the file. I have tested an example EA done by FxDreema to see if it was just my MT4 that was messing it up. FxDreema’s example EA worked fine and also the 2 built in EA’s work fine.
I’m quite stuck and confused, if anyone can help it would be much appreciated!
My EA consists of a TDI indicator that I uploaded into the builder (loaded it on MT4 and it worked perfectly fine). Currently my code is:
No trade
Condition (TDI RSI line crosses above Signal)
BuyThe errors is says is “cannot find file” “magicstart=7886”