- Credits
- 11
Any good idea?mr tanaka cant make new mega fx EA with my strategy?
Try this??MASTER TANAKA AKILO THIS IS MY FOURTH REQUEST PLS HELP ME WITH MY EA ITS ONLY OPENING SELL ORDER, FIX IT PLS
How can I code??Please make ea with vwap indicator and macd indicator
Currently the EA closes all orders and immediately opens new order at the time. I want EA wait next signal.Yes, close all sell order together and place buy order in next buy signal!
View attachment 76731
Wow, it is a nice EA.mister tanaka should have neteller to send you a cup of coffee continuously, I can not send by paypal, I have one more request for you hoping I can send your coffee soon, I am already generating real profits thanks to your work.
if you can make an EA of this excellent indicator that does not repaint I will be quite grateful and hoping to find a different way to paypal to thank you even more for your work
Sorry, I fixed bug. Use the attached one.
Is this OK?Currently the EA closes all orders and immediately opens new order at the time. I want EA wait next signal.
View attachment 76738
YES!!Dear Tanaka, this EA woks only by manual trades? Thank you!
No, if you use every tick in backtest, it is very slow.Sr. Tanaka,
EAS works well, but backtesting takes a long time many hours or days.
I have a very powerful computer (I7-32ram-SSD) and it is really slow
There is some way to reduce the backtest time when the expert is coded.
Thank you
Hello Tanaka,
What do you think about ... "PR" indi ?
Could it be interesting to add it to the previous EA_MA_BBands(revA)?
it could work as a single trigger signal (2 strategy) or ... a filter (3 strategy)
Since this EA however would be thwarted by the temperament of the indicator MA_BBands_v3.3 which ...
... unfortunately, tends to repaint in the trend ... (not in the trading range) ...
... why not insert the PR indicator (with the PR set file in preset )?
It would work in the high TF (keeping the same defect of the previous one)
I would think of including it in the 2nd strategy of the EA
(the first one provides only the pure use of the MA_BBands v3 indicator)
as the main indicator (excluding, momentarily the MA_BBands, to observe the BTs, FTs ) that
in the 3rd strategy, in conjunction with the MA_BBands v3.3 ...
... and used as a filter ...
PR (2) strategy:
Entry point @ open next candle (when the blu histo @ close ... cuts off 13% (or 21%, or xx% to see in BTs) level or ... red histo)
(TP = SL @ open next candle when red histo @ close cuts off 13% level (also editable for BTs) or ... blue histo)
PR (3) strategy:
enter in the trade " if and only if " the arrow of the ma_bbands v3.3 indicator appears ...
... WITHIN x bars ...
(X = 5, 7, 10, ... candles: to be selected and tested in BTs)
... by the histo cut (13 or 21%) of the PR indicator
Any improvement?
Regards
mag00
P.S.
... remember to remove the suffix (.txt) from the template file ...
Yes I understand.No, if you use every tick in backtest, it is very slow.
if EA use default set of indicator, it may a little bit slow. But it depends on indicator logic. (inside coding)
If indicator read another indicator or calculating many data, it may be slower.
The best way is to not use every tick data but just start FT! It is faster.
Thanks you so muchIs this OK?
View attachment 76749