Here is another trade on H4. This time EA opens the trade on the 2nd color bar.
Trading Made Simple the right way, and other trading lessons 334 replies
to whom it may concern 23 replies
Whom to trade CFDs with? 5 replies
Who is copying whom? 8 replies
If we trade "off-exchange", with whom do we "exchange" with? 3 replies
DislikedI also got the same problem and I'm on Alpari UK.
From which first post ? It's the mq4 version, did you recompile it ?Ignored
DislikedHere is another trade on H4. This time EA opens the trade on the 2nd color bar.Ignored
DislikedI setup TMF14 EA using Star178's m15 set file, but EA didn't take any single trade in 24 hours.
Who already solved such problem? In what there can be a reason?
I use 12 currencies on m15, demo, Alpari lot 0.01. No errors in logs.
Other EA trade normaly in same time on this demo
Any advise?Ignored
DislikedStar does the magic number need to be set different for each pair ?Ignored
DislikedThanks for your detailed explanation of the EA. I studied BigE's method closely. Trading on candle #3 (or close of candle #2) isn't allowed in the rules of TMS, would it be possible to add a no trade on candle #3 option?
I understand there's much confusion on the TMS thread but the rules are enter only at the beginning of candle #1 or #2. So to achieve this I need to have "UseDynamicTDIentry" set to true and candle close = false?
A "trade late=false" option would be needed for those who truely want to try to replicate BigE's rules.
Again...Ignored
DislikedHello Seller9
Is it posible to make in V15 that you can set the TDI cross candel close to false ,so that we can use the 5 ma cross close with comfirmation of the direction of the tdi , so we can get a better entry on the first candel close above/below the 5 ma. I think it is the only way we can get the entry on the first/second candel.
And is it posible when I use the trendlines it have priority above all other settings on this EA close above/below the trendline it takes the trade.
When we all give some input then...
Ignored
DislikedHi Seller9, take a look at this trade, NO SL & TP display by broker!!
The settings are almost the same except the TF. Please check.Ignored
DislikedHow this tick sender works? Under what to put that tick sender- indicators?Ignored
DislikedThis is the problem I have with FXDD when trying to scalp with an EA.
You need to use hidden SL and TP to get around this or sit and watch the chart.
You have TP = 12.6
SL = 10
AttachmentIgnored
DislikedIf you set "Use5ema" to true the candle must close above the 5ema. Is this what you are looking for???
If you set "UseDynamicTDIentry" to true you will get a TDI cross signal when ever the TDI crosses and the slope is correct. If you don't want to use the slope, just set it to zero.
In the next version you will be able to turn off all options so you can use just the trend lines. In the present version if you use the trend lines and the candle does not close above/below the trade will not trigger.
Are these what you are wanting to do??Ignored
Disliked"UseDynamicTDIcrossClose"
This only determines if you will use the Dynamic or Static TDI signal for the close on close of a reverse cross of the TDI.
true = Dynamic
false = Static
Dynamic is real time and static waits for the close of the candle.
"TdiCloseONcross"
Set this to true if you want the trade to close on a reverse cross of the TDI. Must be true if you want to use this feature.Ignored
DislikedThe previous post with the winners was with stars sessions. But now I am trying it on a live penney account and it took a couple bad trades so I am putting it back to the London and first part of the NY session on the M15.
I am also going to use the close on reverse TDI cross and leave the TP at zero and stop loss at 40 for safety if I lose my connection.
Yes "TDICloseONcross==true"
TakeProfit = 0
TPmultiplier = 0
StopLoss = 40
This should let it run untill the reverse TDI closes it.Ignored